RESOLVED FIXED 241902
Pressing shift+tab when focused in the middle of a contenteditable element doesn't work
https://bugs.webkit.org/show_bug.cgi?id=241902
Summary Pressing shift+tab when focused in the middle of a contenteditable element do...
Jamie Birch
Reported 2022-06-22 21:16:10 PDT
STR: 1: Navigate to: data:text/html,<div><button>Bold</button><button>Italic</button><div%20contenteditable="true">Hello</div><button>Bold</button><button>Italic</button></div> 2. Click between the 'e' and the 'l' in 'Hello'. 3. Press shift+tab Expected results: Focus moves to the "Italic" button Actual results: Focus doesn't change. Firefox and Chrome produce the expected results, as does a regular <input type="text"> field.
Attachments
Jamie Birch
Comment 1 2022-06-22 21:22:55 PDT
The expected results assume that the user has turned on Preferences... > Advanced > Accessibility > "Press Tab to highlight each item on a web page". If the user has turned this setting off, then the actual result (focus doesn't change) is still true, but instead the expected behaviour would have been for focus to move to the URL bar.
Alexey Proskuryakov
Comment 2 2022-06-23 20:18:44 PDT
I can reproduce this. Very weird!
Radar WebKit Bug Importer
Comment 3 2022-06-29 21:17:12 PDT
Ryosuke Niwa
Comment 4 2022-06-30 15:37:32 PDT
Likely a regression from https://trac.webkit.org/r201832.
Ryosuke Niwa
Comment 5 2022-06-30 20:01:33 PDT
EWS
Comment 6 2022-06-30 22:59:03 PDT
Committed 252029@main (7dc7f7fcb381): <https://commits.webkit.org/252029@main> Reviewed commits have been landed. Closing PR #1975 and removing active labels.
Note You need to log in before you can comment on or make changes to this bug.