Closed
Bug 411737
Opened 17 years ago
Closed 17 years ago
Remove old code to doc state when getting state for links
Categories
(Core :: Disability Access APIs, defect)
Core
Disability Access APIs
Tracking
()
VERIFIED
FIXED
People
(Reporter: aaronlev, Assigned: aaronlev)
Details
(Keywords: access, Whiteboard: Low risk, and removes a console warning)
Attachments
(1 file)
(deleted),
patch
|
evan.yan
:
review+
beltzner
:
approval1.9+
|
Details | Diff | Splinter Review |
In the past we needed to check to see if a link was an editor to know if it is focusable.
The new focusable state implementation in nsAccessible checks the frame to see if its focusable. We no longer need that code and its an unnecessary performance hit.
Assignee | ||
Comment 1•17 years ago
|
||
Attachment #296388 -
Flags: review?(Evan.Yan)
Attachment #296388 -
Flags: review?(Evan.Yan) → review+
Assignee | ||
Updated•17 years ago
|
Attachment #296388 -
Flags: approval1.9?
Assignee | ||
Updated•17 years ago
|
Whiteboard: Low risk, and removes a console warning
Comment 2•17 years ago
|
||
Comment on attachment 296388 [details] [diff] [review]
State for links does not change even when this code is removed
a=beltzner for 1.9
Attachment #296388 -
Flags: approval1.9? → approval1.9+
Assignee | ||
Updated•17 years ago
|
Status: NEW → RESOLVED
Closed: 17 years ago
Resolution: --- → FIXED
Comment 3•17 years ago
|
||
Verified using Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9b3) Gecko/2008020514 Firefox/3.0b3
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•