Closed
Bug 746164
Opened 13 years ago
Closed 5 years ago
Failure for the shortcut keys in actions/test_keys.html b/accessible/tests/mochitest/actions/test_keys.html
Categories
(Core :: Disability Access APIs, defect, P3)
Tracking
()
RESOLVED
FIXED
People
(Reporter: MarcoZ, Assigned: MarcoZ)
References
(Blocks 1 open bug)
Details
(Whiteboard: [mac2020_1])
Attachments
(2 files)
839 bytes,
patch
|
surkov
:
review+
|
Details | Diff | Splinter Review |
635 bytes,
patch
|
hub
:
review+
|
Details | Diff | Splinter Review |
Log file says:
255 ERROR TEST-UNEXPECTED-FAIL | chrome://mochitests/content/a11y/accessible/actions/test_keys.html | Wrong keyboard shortcut on 'input2' - got %b, expected b
256 ERROR TEST-UNEXPECTED-FAIL | chrome://mochitests/content/a11y/accessible/actions/test_keys.html | Wrong keyboard shortcut on 'link' - got %l, expected l
Assignee | ||
Comment 1•13 years ago
|
||
Assignee: nobody → marco.zehe
Status: NEW → ASSIGNED
Attachment #615727 -
Flags: review?(surkov.alexander)
Comment 2•13 years ago
|
||
Comment on attachment 615727 [details] [diff] [review]
Fix
Review of attachment 615727 [details] [diff] [review]:
-----------------------------------------------------------------
::: accessible/tests/mochitest/actions/test_keys.html
@@ +26,5 @@
> function doTest()
> {
> testKeyboardShortcut("input1", "");
> + testKeyboardShortcut("input2", MAC ? "⌃%b" : "Alt+Shift+b");
> + testKeyboardShortcut("link", MAC ? "⌃%l" : "Alt+Shift+l");
interesting, there's no '^' in report: "got %b, expected b"
Attachment #615727 -
Flags: review?(surkov.alexander) → review+
Assignee | ||
Comment 3•13 years ago
|
||
Target Milestone: --- → mozilla14
Comment 4•13 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Assignee | ||
Comment 5•13 years ago
|
||
Attachment #618290 -
Flags: review?(hub)
Comment 7•13 years ago
|
||
Comment on attachment 618290 [details] [diff] [review]
Proper character for Option key, the one in the previous patch was wrong.
Review of attachment 618290 [details] [diff] [review]:
-----------------------------------------------------------------
tested. works.
Attachment #618290 -
Flags: review?(hub) → review+
Assignee | ||
Comment 8•13 years ago
|
||
Proper fix on inbound: http://hg.mozilla.org/integration/mozilla-inbound/rev/5b623170c1d4
Target Milestone: mozilla14 → mozilla15
Comment 9•13 years ago
|
||
(In reply to Marco Zehe (:MarcoZ) from comment #8)
> Proper fix on inbound:
> http://hg.mozilla.org/integration/mozilla-inbound/rev/5b623170c1d4
Sorry, push backed out for linux mochitest-other orange:
https://tbpl.mozilla.org/?tree=Mozilla-Inbound&onlyunstarred=1&rev=8cc13f37bc66
https://tbpl.mozilla.org/php/getParsedLog.php?id=11222399&tree=Mozilla-Inbound
{
4512 ERROR TEST-UNEXPECTED-FAIL | chrome://mochitests/content/a11y/accessible/events/test_focus_listcontrols.xul | Error in test: proposed current item 'ml_tangerine' is already current
}
https://hg.mozilla.org/integration/mozilla-inbound/rev/922510fc28aa
Target Milestone: mozilla15 → ---
Assignee | ||
Comment 10•13 years ago
|
||
Relanded with bustage fix: http://hg.mozilla.org/integration/mozilla-inbound/rev/175a8c81e3ff
Updated•5 years ago
|
Whiteboard: [mac2020_1]
Comment 11•5 years ago
|
||
Closing, as this test is running in tree and there are no recent or intermittent failures.
Updated•5 years ago
|
Status: REOPENED → RESOLVED
Closed: 13 years ago → 5 years ago
Resolution: --- → FIXED
Updated•5 years ago
|
Priority: -- → P3
You need to log in
before you can comment on or make changes to this bug.
Description
•