Juliana Peña

Results 6 issues of Juliana Peña

On mobile platforms, tapping the screen while scrolling stops the scrolling and doesn't send any extra events. With the Tap library, tapping the screen on an element with a tap...

[See this output](https://output.jsbin.com/qoseye?code=%7B%0A%09fade%3A%20%7B%0A%09%09animationName%3A%20%7B%0A%09%09%09from%3A%20%7B%0A%09%09%09%09%20opacity%3A%200%0A%09%09%09%7D%2C%0A%09%09%09to%3A%20%7B%0A%09%09%09%09opacity%3A%201%0A%09%09%09%7D%0A%09%09%7D%2C%0A%09%09animationDuration%3A%20%221s%22%2C%0A%09%09animationIterationCount%3A%20%22infinite%22%0A%09%7D%0A%7D). Keyframes should be generated in both a unprefixed @keyframes and prefixed versions (@-webkit-keyframes etc). This causes issues in some browsers (older versions of Chrome for Android particularly)...

### Audit type Screen reader navigation ### User journey audit issue https://github.com/sourcegraph/sourcegraph/issues/34198 ### Problem description - On VoiceOver on macOS, When in the listbox in the notepad, can't use Ctrl+Opt+Left/right...

accessibility
estimate/2d
team/search-product
wcag/2.1/fixing
wcag/2.1

On the homepage, clicking on the search box toggles (case sensitivity, pattern type) should not execute the search. The search should only be executed once the search button is clicked...

bug
team/code-search

### Component MessageBar ### Package version 9.63.0 ### React version 18.3.1 ### Environment ```shell System: OS: Linux 5.15 Ubuntu 24.04.2 LTS 24.04.2 LTS (Noble Numbat) CPU: (24) x64 Intel(R) Core(TM)...

Type: Bug :bug:
Component: MessageBar
Fluent UI react-components (v9)

**Describe the bug** When calling `CSSStyleSheet.insertRule` with an `@layer` rule, error is shown **To Reproduce** Steps to reproduce the behavior: 1. Open Node.js console 2. Run the following code: ```js...

bug