Closed
Bug 352194
Opened 19 years ago
Closed 19 years ago
text field doesn't get STATE_FOCUSED when parent location autocomplete gets STATE_FOCUSED
Categories
(Core :: Disability Access APIs, defect)
Tracking
()
RESOLVED
WONTFIX
People
(Reporter: parente, Assigned: nian.liu)
References
Details
(Keywords: access)
Attachments
(1 obsolete file)
Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9a1) Gecko/20060911 Minefield/3.0a1
Neither the location bar accessible (role = autocomplete) nor its text field (role = entry) have STATE_FOCUSED set when the bar has focus. Both accessibles have STATE_FOCUSABLE.
Updated•19 years ago
|
Updated•19 years ago
|
Assignee: aaronleventhal → nian.liu
![]() |
Assignee | |
Comment 1•19 years ago
|
||
my test result on latest trunk 0911 shows
role=autocomplete has STATE_FOCUSED
role=entry doesn't has STATE_FOCUSED
do we need both of them has STATE_FOCUSED
![]() |
Assignee | |
Comment 2•19 years ago
|
||
make entry in autocomplete has state focused
Attachment #237944 -
Flags: review?(aaronleventhal)
Comment 3•19 years ago
|
||
Nian, if that works, and gLastFocusedNode is on the autocomplete widget, then why doesn't the accessible for the autocomplete get STATE_FOCUSED already?
The accessible for gLastFocusedNode is what should get STATE_FOCUSED.
Comment 4•19 years ago
|
||
I just see this comment now. We only need the role=autocomplete item to have STATE_FOCUSED. So perhaps this is not a bug, sorry that you wasted time on it.
(In reply to comment #1)
> my test result on latest trunk 0911 shows
> role=autocomplete has STATE_FOCUSED
> role=entry doesn't has STATE_FOCUSED
>
> do we need both of them has STATE_FOCUSED
>
![]() |
Assignee | |
Updated•19 years ago
|
Summary: Neither location autocomplete nor a descendant gets STATE_FOCUSED → text field doesn't get STATE_FOCUSED when parent location autocomplete gets STATE_FOCUSED
![]() |
Assignee | |
Comment 5•19 years ago
|
||
patch is for later requirement need this. wont fix at present
Status: NEW → RESOLVED
Closed: 19 years ago
Resolution: --- → WONTFIX
In today's build, I do see STATE_FOCUSED on the autocomplete. Must have been a transient. Thanks.
Updated•19 years ago
|
Attachment #237944 -
Flags: review?(aaronleventhal)
Updated•19 years ago
|
Attachment #237944 -
Attachment is obsolete: true
You need to log in
before you can comment on or make changes to this bug.
Description
•