Skip to content

Add known issue for selecting text in Firefox #340

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions docs/91-known-issues.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,15 @@ Es wurde beobachtet, dass NVDA auf einem System mit deutscher Spracheinstellung
[🐞 GitHub Issue #6898](https://github.com/public-ui/kolibri/issues/6898),
[Stack Overflow](https://stackoverflow.com/questions/69091167/nvda-spells-words-where-it-shouldnt)

### Textauswahl in Firefox

In Firefox funktioniert die Textauswahl bei der Verwendung von Web Components nicht wie erwartet. Das Markieren und Hervorheben von Text verhält sich inkonsistent oder schlägt fehl.

[🐞 GitHub Issue #7761](https://github.com/public-ui/kolibri/issues/7761),
[Mozilla Bug #1587724](https://bugzilla.mozilla.org/show_bug.cgi?id=1587724),
[Mozilla Bug #1233594](https://bugzilla.mozilla.org/show_bug.cgi?id=1233594),
[Mozilla Bug #1590379](https://bugzilla.mozilla.org/show_bug.cgi?id=1590379)

## Komponenten

### kol-select
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ title: Known Issues

### All text inputs

In Chrome on Windows, clicking outside an HTML input but inside a WebComponent does not give focus to the input when it is empty. This issue sometimes does not occur if the input already contains a value. We suspect a focus propagation problem related to WebComponent behavior.
In Chrome on Windows, clicking outside an HTML input but inside a Web Component does not give focus to the input when it is empty. This issue sometimes does not occur if the input already contains a value. We suspect a focus propagation problem related to WebComponent behavior.

[🐞 GitHub issue #7713](https://github.com/public-ui/kolibri/issues/7713)

Expand All @@ -17,6 +17,14 @@ It has been observed that on a system with German locale, NVDA spells out certai
[🐞 GitHub issue #6898](https://github.com/public-ui/kolibri/issues/6898),
[Stack Overflow](https://stackoverflow.com/questions/69091167/nvda-spells-words-where-it-shouldnt)

### Text selection in Firefox

In Firefox, text selection when using Web Components does not work as expected. Highlighting and selecting text behaves inconsistently or fails.

[🐞 GitHub issue #7761](https://github.com/public-ui/kolibri/issues/7761),
[Mozilla Bug #1587724](https://bugzilla.mozilla.org/show_bug.cgi?id=1587724),
[Mozilla Bug #1233594](https://bugzilla.mozilla.org/show_bug.cgi?id=1233594),
[Mozilla Bug #1590379](https://bugzilla.mozilla.org/show_bug.cgi?id=1590379)

## Components

Expand Down
Loading