Closed Bug 352195 Opened 18 years ago Closed 18 years ago

Search box uses embeds but has no children

Categories

(Core :: Disability Access APIs, defect)

x86
Linux
defect
Not set
normal

Tracking

()

RESOLVED FIXED

People

(Reporter: parente, Assigned: aaronlev)

References

Details

(Keywords: access)

Attachments

(1 file)

Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9a1) Gecko/20060911 Minefield/3.0a1

The search entry field shows two embed characters immediately after FF starts, but has no child accessibles carrying the embedded content. After typing in the search box, the situation remains exactly the same.
Blocks: newatk
Keywords: access
I changed our other uses of nodeName to content->NodeInfo->Equals() while I was doing that anyway, since I saw it return "xul:textbox" instead of "textbox".
Attachment #238653 - Flags: superreview?(neil)
Attachment #238653 - Flags: review?(surkov.alexander)
Comment on attachment 238653 [details] [diff] [review]
1) Use combo box accessible for all autocompletes, they have an embedded textfield already, 2) Don't use nodeName since it might have "xul:" prefix in string

Right, NodeInfo()->Equals is the most reliable, although you could have used GetLocalName() etc.
Attachment #238653 - Flags: superreview?(neil) → superreview+
Blocks: 352874
Attachment #238653 - Flags: review?(surkov.alexander) → review+
Possibly fixes bug 352874 as well.
Status: NEW → RESOLVED
Closed: 18 years ago
Resolution: --- → FIXED
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: