Closed
Bug 417317
Opened 17 years ago
Closed 17 years ago
Certain types of LISTITEM accessibles no longer get attributes set like "x of y", regression from fix for bug 389926.
Categories
(Core :: Disability Access APIs, defect)
Tracking
()
VERIFIED
FIXED
mozilla1.9beta4
People
(Reporter: MarcoZ, Assigned: surkov)
References
Details
(Keywords: access, regression)
Attachments
(1 file, 2 obsolete files)
6.16 KB,
patch
|
MarcoZ
:
review+
mtschrep
:
approval1.9+
|
Details | Diff | Splinter Review |
After the fix for bug 389926 landed, certain types of LISTITEM accessibles have lost their properties such as "x of y" etc. Common places are:
1. Location Bar AutoComplete list
2. Download Manager list of files, or any other RICHLISTITEM.
3. Tools/Options Tab List items.
Regression range: build 2008-02-11 is OK, 2008-02-12 is broken.
I found the breackage by backing out each of the 3 A11Y patches that were committed during that period, and rebuilding.
Comment 1•17 years ago
|
||
Surkov, should we back this out or do you have a quick fix?
Reporter | ||
Comment 2•17 years ago
|
||
I just found that this completely breaks about:config. So I'd vote for backing it out so tomorrow's nightly is clean again, and revise the original patch.
Reporter | ||
Comment 3•17 years ago
|
||
(In reply to comment #2)
> I just found that this completely breaks about:config. So I'd vote for backing
> it out so tomorrow's nightly is clean again, and revise the original patch.
Oops sorry, about:config brings up a different kind of control now than I was used to. Navigation inside it is slower "by design", and this checkin didn't change that. Sorry about the spam and the implication!
Assignee | ||
Comment 4•17 years ago
|
||
I'll try to come with fix today. It should be easy enough.
Assignee | ||
Comment 5•17 years ago
|
||
Attachment #303447 -
Flags: review?(marco.zehe)
Reporter | ||
Comment 6•17 years ago
|
||
Comment on attachment 303447 [details] [diff] [review]
patch
Yes that fixes it, r=me, thanks!
Attachment #303447 -
Flags: review?(marco.zehe) → review+
Assignee | ||
Comment 7•17 years ago
|
||
Attachment #303447 -
Attachment is obsolete: true
Attachment #303530 -
Flags: review?(marco.zehe)
Reporter | ||
Comment 8•17 years ago
|
||
Comment on attachment 303530 [details] [diff] [review]
patch2 [with mochitest]
r=me, thanks!
Attachment #303530 -
Flags: review?(marco.zehe) → review+
Assignee | ||
Updated•17 years ago
|
Status: NEW → ASSIGNED
Assignee | ||
Updated•17 years ago
|
Attachment #303530 -
Flags: approval1.9?
Updated•17 years ago
|
Attachment #303530 -
Flags: approval1.9? → approval1.9+
Assignee | ||
Comment 9•17 years ago
|
||
Attachment #303530 -
Attachment is obsolete: true
Assignee | ||
Comment 10•17 years ago
|
||
Comment on attachment 303530 [details] [diff] [review]
patch2 [with mochitest]
sorry, I marked this obsolete by mistake
Attachment #303530 -
Attachment is obsolete: false
Assignee | ||
Comment 11•17 years ago
|
||
Comment on attachment 304180 [details] [diff] [review]
patch3
patch from antoerh bug
Attachment #304180 -
Attachment is obsolete: true
Assignee | ||
Comment 12•17 years ago
|
||
checked in
Status: ASSIGNED → RESOLVED
Closed: 17 years ago
Resolution: --- → FIXED
Reporter | ||
Comment 13•17 years ago
|
||
Verified using Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9b4pre) Gecko/2008022005 Minefield/3.0b4pre
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•