Closed
Bug 557795
Opened 15 years ago
Closed 14 years ago
wrong list bullet text of accessible for the first numbered HTML:li in CKEditor
Categories
(Core :: Disability Access APIs, defect)
Tracking
()
RESOLVED
FIXED
mozilla2.0b7
People
(Reporter: surkov, Assigned: surkov)
References
(Depends on 1 open bug, Blocks 1 open bug, )
Details
(Keywords: access)
Attachments
(2 files)
21.04 KB,
patch
|
davidb
:
review+
roc
:
superreview+
|
Details | Diff | Splinter Review |
1.86 KB,
patch
|
bzbarsky
:
review+
|
Details | Diff | Splinter Review |
create numbered list in CKEditor and inspect the tree, bullet accessible of the first HTML li has "0." accessible name however visually number is 1.
It looks like nsBulletFrame::SetListItemOrdinal() is called after we are notified the HTML li is appended to DOM.
Assignee | ||
Comment 2•14 years ago
|
||
Don't cache bullet text, request it when it's necessary. Since accessible events are fired after layout then AT asks for bullet text when it's ready.
Assignee: nobody → surkov.alexander
Status: NEW → ASSIGNED
Attachment #482789 -
Flags: superreview?(roc)
Attachment #482789 -
Flags: review?(bolterbugz)
Assignee | ||
Comment 3•14 years ago
|
||
Bug 570275 (that has blockign 2.0 status) is going to make things even more worse, all inserted list bullet will have "0. " text. Based on that asking blocking status for this bug as well.
blocking2.0: --- → ?
Assignee | ||
Comment 4•14 years ago
|
||
(In reply to comment #3)
> Bug 570275 (that has blockign 2.0 status) is going to make things even more
> worse,
just fyi, it's just side affect of reworked update tree code and doesn't mean logic in that patch of bug 570275 is wrong.
Attachment #482789 -
Flags: superreview?(roc) → superreview+
Updated•14 years ago
|
Attachment #482789 -
Flags: review?(bolterbugz) → review+
Comment 5•14 years ago
|
||
Blocking approved. I made this block 570275, and status is inherited.
Blocks: 570275
blocking2.0: ? → ---
Assignee | ||
Comment 6•14 years ago
|
||
landed on 2.0 - http://hg.mozilla.org/mozilla-central/rev/9b24526d8132
Status: ASSIGNED → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla2.0b8
Assignee | ||
Comment 7•14 years ago
|
||
non-libxul bustage
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
Assignee | ||
Comment 8•14 years ago
|
||
Attachment #483151 -
Flags: review?(roc)
Assignee | ||
Updated•14 years ago
|
Attachment #483151 -
Attachment is patch: true
Attachment #483151 -
Attachment mime type: application/octet-stream → text/plain
Comment 9•14 years ago
|
||
Comment on attachment 483151 [details] [diff] [review]
libxul fix
r=me
Attachment #483151 -
Flags: review?(roc) → review+
Assignee | ||
Comment 10•14 years ago
|
||
libxul bustage fix is landed - http://hg.mozilla.org/mozilla-central/rev/5a35da9caa98
Status: REOPENED → RESOLVED
Closed: 14 years ago → 14 years ago
Resolution: --- → FIXED
Updated•14 years ago
|
Target Milestone: mozilla2.0b8 → mozilla2.0b7
You need to log in
before you can comment on or make changes to this bug.
Description
•