Skip to content

Commit 4e86169

Browse files
authored
Add known issue for selecting text in Firefox (#340)
2 parents b47ccc7 + cc5a526 commit 4e86169

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

docs/91-known-issues.mdx

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,15 @@ Es wurde beobachtet, dass NVDA auf einem System mit deutscher Spracheinstellung
1717
[🐞 GitHub Issue #6898](https://github.com/public-ui/kolibri/issues/6898),
1818
[Stack Overflow](https://stackoverflow.com/questions/69091167/nvda-spells-words-where-it-shouldnt)
1919

20+
### Textauswahl in Firefox
21+
22+
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.
23+
24+
[🐞 GitHub Issue #7761](https://github.com/public-ui/kolibri/issues/7761),
25+
[Mozilla Bug #1587724](https://bugzilla.mozilla.org/show_bug.cgi?id=1587724),
26+
[Mozilla Bug #1233594](https://bugzilla.mozilla.org/show_bug.cgi?id=1233594),
27+
[Mozilla Bug #1590379](https://bugzilla.mozilla.org/show_bug.cgi?id=1590379)
28+
2029
## Komponenten
2130

2231
### kol-select

i18n/en/docusaurus-plugin-content-docs/current/91-known-issues.mdx

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ title: Known Issues
66

77
### All text inputs
88

9-
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.
9+
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.
1010

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

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

20+
### Text selection in Firefox
21+
22+
In Firefox, text selection when using Web Components does not work as expected. Highlighting and selecting text behaves inconsistently or fails.
23+
24+
[🐞 GitHub issue #7761](https://github.com/public-ui/kolibri/issues/7761),
25+
[Mozilla Bug #1587724](https://bugzilla.mozilla.org/show_bug.cgi?id=1587724),
26+
[Mozilla Bug #1233594](https://bugzilla.mozilla.org/show_bug.cgi?id=1233594),
27+
[Mozilla Bug #1590379](https://bugzilla.mozilla.org/show_bug.cgi?id=1590379)
2028

2129
## Components
2230

0 commit comments

Comments
 (0)