Closed
Bug 684818
Opened 12 years ago
Closed 12 years ago
shift+tab fails on editable document after context menu is closed: enable mochitest
Categories
(Core :: DOM: UI Events & Focus Handling, defect)
Tracking
()
RESOLVED
FIXED
mozilla10
People
(Reporter: surkov, Assigned: surkov)
References
(Depends on 1 open bug)
Details
(Keywords: access)
Attachments
(2 files)
377 bytes,
text/html
|
Details | |
1.16 KB,
patch
|
MarcoZ
:
review+
|
Details | Diff | Splinter Review |
spun off bug 550338: 1. Focus the editable document. 2. Open context menu (press the applications key, shift+F10 or right click) 3. Dismiss context menu (press escape or alt key) 4. Press shift+tab Actual: Nothing happens.
Assignee | ||
Comment 1•12 years ago
|
||
Neil's bug 550338 comment #8: The second set of steps (5-9) look like an unrelated bug, which has to do with confusion over what should be focused in editable documents. Bug 544277 is an example of a bug related to this.
Comment 2•12 years ago
|
||
Seems to be fixed in the last try build for bug 673958.
Assignee | ||
Comment 3•12 years ago
|
||
fixed by bug 673958
Assignee: nobody → surkov.alexander
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla10
Assignee | ||
Comment 4•12 years ago
|
||
(In reply to alexander surkov from comment #3) > fixed by bug 673958 It's really fixed but I bet that wasn't bug 673958.
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
Summary: shift+tab fails on editable document after context menu is closed → shift+tab fails on editable document after context menu is closed: enable mochitest
Assignee | ||
Comment 5•12 years ago
|
||
Attachment #563274 -
Flags: review?(marco.zehe)
Comment 6•12 years ago
|
||
Comment on attachment 563274 [details] [diff] [review] patch r=me. So which bug fixed this one?
Attachment #563274 -
Flags: review?(marco.zehe) → review+
Comment 7•12 years ago
|
||
This sounds awfully similar to bug 550338, which *was* fixed by bug 673958, so I think this is actually a dupe of bug 550338. The later steps of bug 550338 provide this exact testcase.
Assignee | ||
Comment 8•12 years ago
|
||
(In reply to Marco Zehe (:MarcoZ) from comment #7) > This sounds awfully similar to bug 550338 Marco, this bug is spun off the bug 550338 :), in other words, I filed it to keep keyboard navigation issue separately from disability access problems. Eventually the problem was fixed (and our focus rework is not guilty of that). I'll enable mochitest to make sure it won't regress.
Assignee | ||
Comment 9•12 years ago
|
||
landed on inbound https://hg.mozilla.org/integration/mozilla-inbound/rev/be9874f75bae I disabled the test on linux since due to some reason shift + tab doesn't work on linux in this case. Trevor, when you get some time then could you please check it and file new bug?
Status: REOPENED → RESOLVED
Closed: 12 years ago → 12 years ago
Resolution: --- → FIXED
Assignee | ||
Updated•12 years ago
|
Flags: in-testsuite+
Updated•11 years ago
|
Version: unspecified → Trunk
Updated•4 years ago
|
Component: Keyboard: Navigation → User events and focus handling
You need to log in
before you can comment on or make changes to this bug.
Description
•