Open
Bug 650294
Opened 14 years ago
Updated 5 years ago
accessible/events/test_caretmove.xul fails on OSX
Categories
(Core :: Disability Access APIs, defect)
Tracking
()
NEW
People
(Reporter: davidb, Unassigned)
References
(Blocks 1 open bug)
Details
Attachments
(1 file, 1 obsolete file)
2.37 KB,
patch
|
Details | Diff | Splinter Review |
No description provided.
Reporter | ||
Comment 1•14 years ago
|
||
Comment 2•14 years ago
|
||
Comment on attachment 526347 [details] [diff] [review]
bypass tests (this bug and 650366)
> function doTests()
> {
>+
>+ // bug 650294
>+ if (MAC) { SimpleTest.finish(); return; }
todo
>- testAccessibleTree("menulist", accTree);
>+ // XXX Bug 650294
>+ if (!MAC) {
>+ testAccessibleTree("menulist", accTree);
>+ }
todo
Reporter | ||
Comment 3•14 years ago
|
||
(In reply to comment #2)
Yep ok.
Attachment #526347 -
Attachment is obsolete: true
Updated•14 years ago
|
Blocks: a11ytestdev
Comment 4•14 years ago
|
||
we reset the accessibility branch this got blown away, so I relanded it as
https://hg.mozilla.org/projects/accessibility/rev/e2342ae9b94d
(ccing hub in the hope he might be interested in debugging this)
Updated•13 years ago
|
Assignee: nobody → hub
Updated•12 years ago
|
Assignee: hub → nobody
Updated•5 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•