You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
… open (issue mozilla#15818)
It's a follow-up of mozilla#14950: some format actions are ran when the document is open
but we must be sure we've everything ready for that, hence we have to run some
named actions before runnig the global format.
In playing with the form, I discovered that the blur event wasn't triggered when
JS called `setFocus` (because in such a case the mouse was never down). So I removed
the mouseState thing to just use the correct commitKey when blur is triggered by a
TAB key.
… open (issue mozilla#15818)
It's a follow-up of mozilla#14950: some format actions are ran when the document is open
but we must be sure we've everything ready for that, hence we have to run some
named actions before runnig the global format.
In playing with the form, I discovered that the blur event wasn't triggered when
JS called `setFocus` (because in such a case the mouse was never down). So I removed
the mouseState thing to just use the correct commitKey when blur is triggered by a
TAB key.
Attach (recommended) or Link to PDF file here:
fahrgastrechteformular.pdf
https://assets.static-bahn.de/dam/jcr:38fc20e5-9179-4abb-94c5-ebddab941b33/fahrgastrechteformular.pdf
Configuration:
Steps to reproduce the problem:
What is the expected behavior?
What went wrong?
The text was updated successfully, but these errors were encountered: