-
Notifications
You must be signed in to change notification settings - Fork 10.1k
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
First characters are not displayed when focus is lost from an overpopulated field #12359
Labels
Comments
Fixed by the PR above. |
This has caused a regression for Safari currently being tracked here: #13224 (comment) |
CetinSert
added a commit
to pdf-ist-internal/pdf.js
that referenced
this issue
Apr 13, 2021
setSelectionRange(0, 0); // required only by Firefox, causes issues in Safari (see mozilla#12592 and mozilla#13191). scrollLeft = 0; // is a fix that breaks the focus trap in Safari while keeping Firefox behavior same for mozilla#12359
CetinSert
added a commit
to pdf-ist-internal/pdf.js
that referenced
this issue
Apr 13, 2021
`setSelectionRange(0, 0)` added in mozilla@44b24fc for mozilla#12359, required only by Firefox ([bug](https://bugzilla.mozilla.org/show_bug.cgi?id=860329)), causes issues mozilla#13191, mozilla#12592 in Safari. `scrollLeft = 0` is a fix that breaks the focus trap in Safari while **keeping Firefox behavior same for mozilla#12359**.
CetinSert
added a commit
to pdf-ist-internal/pdf.js
that referenced
this issue
Apr 13, 2021
`setSelectionRange(0, 0)` added in mozilla@44b24fc for mozilla#12359, required only by Firefox ([bug](https://bugzilla.mozilla.org/show_bug.cgi?id=860329)), causes issues mozilla#13191, mozilla#12592 in Safari. `scrollLeft = 0` is a fix that breaks the focus trap in Safari while **keeping Firefox behavior same for mozilla#12359**.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Affected versions
Affected platforms
Steps to reproduce
Expected result
Actual result
Regression range
Additional Notes
Suggested severity
The text was updated successfully, but these errors were encountered: