Closed
Bug 332794
Opened 19 years ago
Closed 18 years ago
Name of bookmark in 'Add Bookmark' dialog for Places will not be reported by orca.
Categories
(Firefox :: Disability Access, defect)
Firefox
Disability Access
Tracking
()
RESOLVED
DUPLICATE
of bug 363955
People
(Reporter: tim.miao, Unassigned)
References
(Blocks 1 open bug)
Details
(Keywords: access)
Attachments
(1 file)
(deleted),
text/x-python
|
Details |
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.8) Gecko/20050607 Firefox/1.0.4
Build Identifier: Mozilla/5.0 (X11; U; SunOS i86pc; en-US; rv:1.9a1) Gecko/20060404 Firefox/1.6a1
Name of bookmark in 'Add Bookmark' dialog will not be reported by orca.
Reproducible: Always
Steps to Reproduce:
1. Launch orca and firefox.
2. Load a website, say www.sun.com .
3. Press Ctrl+D to add this website to bookmark, 'Add Bookmarks' window pops up.
4. Press Tab to move focus to Name text field.
Actual Results:
The name of this bookmark can not be reported by orca.
Nothing can be reported after step4.
Expected Results:
The name of this bookmark could be reported to user by orca.
Updated•19 years ago
|
Blocks: fox2access
Comment 1•19 years ago
|
||
Tim, the name text field is first. I don't have to press tab to get there.
Will, do you see a problem with the way we expose that text field?
Comment 2•19 years ago
|
||
Sorry for the brevity of this reply. I spent a while crafting a longer one, but Firefox crashed when I hit commit. Two problems here:
1) The labels for the editable text areas are not bound to the editable text areas and the editable text areas have no name.
2) Looks like there's a bug in getTextAtOffset. It doesn't reliably return accurate information. Run the attached test application and use the TAB key to move between text areas. You'll see that the getTextAtOffset for the line with the caret is often empty even if there is text there. Also notice that clicking with the mouse seems to produce the expected result. I wonder if there is an odd interaction with the stuff that's autoselecting the entire text line when you TAB to it?
Comment 3•19 years ago
|
||
This is a test case meant solely for the text areas in the Add Bookmark dialog. Ignore any "ERROR" message output you see from other text areas.
Comment 4•19 years ago
|
||
Eureka -- I've been looking at the old Add Bookmarks dialog because I had Places disabled. It turns out that Places is not going to be in Firefox 2. So, it's still a bug in the dialog that the label is not associated with the text boxes, but it's not crucial for Firefox 2.
Will, can you get an up-to-date Firefox 2 and see if you still have any problems with the Ctrl+D Add Bookmark dialog?
http://ftp.mozilla.org/pub/mozilla.org/firefox/nightly/latest-mozilla1.8/
No longer blocks: fox2access
Status: UNCONFIRMED → NEW
Ever confirmed: true
Summary: Name of bookmark in 'Add Bookmark' dialog will not be reported by orca. → Name of bookmark in 'Add Bookmark' dialog for Places will not be reported by orca.
Comment 5•19 years ago
|
||
I have observed the following behavior with this dialog.
WhenI press CTRL+d I hear "name edit" I tab one time and hear the "add to combo". If I tab again, firefox crashes bringing up the inaccessible crash reporting dialog. This behavior is reliable with the latest nightly.
Updated•18 years ago
|
Updated•18 years ago
|
seems a dupe of bug 363955
Status: NEW → RESOLVED
Closed: 18 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•