[Webkit-unassigned] [Bug 241902] New: Pressing shift+tab when focused in the middle of a contenteditable element doesn't work

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jun 22 21:16:10 PDT 2022


https://bugs.webkit.org/show_bug.cgi?id=241902

            Bug ID: 241902
           Summary: Pressing shift+tab when focused in the middle of a
                    contenteditable element doesn't work
           Product: WebKit
           Version: Safari 15
          Hardware: Mac (Apple Silicon)
                OS: macOS 12
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: HTML Editing
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: jamie at birch-family.me.uk
                CC: wenson_hsieh at apple.com

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.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20220623/6a12e297/attachment-0001.htm>


More information about the webkit-unassigned mailing list