Closed
Bug 305513
Opened 19 years ago
Closed 17 years ago
Accessibility APIs expose incorrect bounds for CSS column text
Categories
(Core :: Disability Access APIs, defect)
Tracking
()
RESOLVED
WORKSFORME
mozilla1.9alpha8
People
(Reporter: aaronlev, Assigned: surkov)
References
(Blocks 1 open bug)
Details
(Keywords: access)
Attachments
(1 file)
5.86 KB,
application/xhtml+xml
|
Details |
Spinoff from bug 297697. While testing the solution for that bug, I noticed that
our general mechanism for exposing bounds does not take into account CSS columns.
In any case, the code in nsAccessible::GetBounds() should be rewritten to use
GetScreenRectExternal(), which does a lot of work for us.
Reporter | ||
Updated•19 years ago
|
Target Milestone: --- → mozilla1.9beta
Reporter | ||
Updated•18 years ago
|
Reporter | ||
Comment 1•18 years ago
|
||
Roc has said not to use GetScreenRectExternal() too much, if we can avoid it, because it's expensive on some platforms.
Reporter | ||
Updated•18 years ago
|
Assignee: aaronleventhal → surkov.alexander
Assignee | ||
Comment 2•17 years ago
|
||
is there testcase?
Reporter | ||
Comment 3•17 years ago
|
||
Assignee | ||
Comment 4•17 years ago
|
||
Assignee | ||
Comment 5•17 years ago
|
||
Anybody can confirm this bug? I tried the attached testcase and it looks columns bounds are correct. Aaron, can you remember who did you get this?
Reporter | ||
Comment 6•17 years ago
|
||
WORKSFORME too.
Status: NEW → RESOLVED
Closed: 17 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•