Closed
Bug 566293
Opened 15 years ago
Closed 15 years ago
wrong length of text remove event when inaccessible node containing accessible nodes is removed
Categories
(Core :: Disability Access APIs, defect)
Core
Disability Access APIs
Tracking
()
RESOLVED
FIXED
People
(Reporter: surkov, Assigned: surkov)
References
(Blocks 2 open bugs)
Details
(Keywords: access)
Attachments
(1 file)
8.24 KB,
patch
|
davidb
:
review+
MarcoZ
:
review+
|
Details | Diff | Splinter Review |
wrong length of text remove event when inaccessible node containing accessible nodes is removed and there is accessible nodes after removed inaccessible nodes.
Also, length computation could be more performant if we'll stop to use nsIAccessilbe::GetNextSibling. I'm going to fix this in this bug also, therefore marking perfa11y as well.
Assignee | ||
Comment 1•15 years ago
|
||
Attachment #445666 -
Flags: review?(marco.zehe)
Attachment #445666 -
Flags: review?(bolterbugz)
Comment 2•15 years ago
|
||
Comment on attachment 445666 [details] [diff] [review]
patch
r=me thanks!
Attachment #445666 -
Flags: review?(marco.zehe) → review+
Comment 3•15 years ago
|
||
Comment on attachment 445666 [details] [diff] [review]
patch
r=me thanks.
>+++ b/accessible/tests/mochitest/events/Makefile.in
>+ test_text.html \
Great! Now I don't need to create this file ;)
Attachment #445666 -
Flags: review?(bolterbugz) → review+
Assignee | ||
Comment 4•15 years ago
|
||
landed on 1.9.3 - http://hg.mozilla.org/mozilla-central/rev/733775d887c2
Status: ASSIGNED → RESOLVED
Closed: 15 years ago
Resolution: --- → FIXED
Assignee | ||
Updated•15 years ago
|
Flags: in-testsuite+
You need to log in
before you can comment on or make changes to this bug.
Description
•