Closed
Bug 308819
Opened 19 years ago
Closed 19 years ago
Clicking either on the live bookmark button/menu or on the padlock button focuses the location bar if clickSelectsAll is enabled (default on windows)
Categories
(Firefox :: Address Bar, defect, P2)
Tracking
()
RESOLVED
FIXED
Firefox1.5
People
(Reporter: asaf, Assigned: asaf)
Details
(Keywords: access, fixed1.8)
Attachments
(1 file)
|
870 bytes,
patch
|
mconnor
:
review+
mtschrep
:
approval1.8b5+
|
Details | Diff | Splinter Review |
seen on: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8b4) Gecko/20050915 Firefox/1.4 After closing the "Add Live Bookmark" dialog, the location bar is focused instead of the content area. STR: 1. Focus the content area 2. click the add live bookmark icon (in the location bar). 3. close the dialog -> The location bar is focused.
| Assignee | ||
Updated•19 years ago
|
Flags: blocking1.8b5?
| Assignee | ||
Comment 1•19 years ago
|
||
Also: 1. If the live bookmark button is a menu of feeds, clicking on it does clickSelectAll in the location bar 2. same thing happens with the padlock button
Summary: After closing the "Add Live Bookmark" dialog, the location bar is focused regardless of the last focused element → Clicking either on the live bookmark button/menu or on the padlock button focuses the location bar
| Assignee | ||
Updated•19 years ago
|
Summary: Clicking either on the live bookmark button/menu or on the padlock button focuses the location bar → Clicking either on the live bookmark button/menu or on the padlock button focuses the location bar if clickSelectsAll is enabled (default on windows)
| Assignee | ||
Comment 2•19 years ago
|
||
OK, i tried to do something a bit smarter, but gecko's focus reminded me why not.
| Assignee | ||
Updated•19 years ago
|
Component: Bookmarks → Location Bar and Autocomplete
QA Contact: bookmarks → location.bar
Target Milestone: --- → Firefox1.5
| Assignee | ||
Updated•19 years ago
|
Priority: -- → P2
Updated•19 years ago
|
Attachment #196350 -
Flags: review?(mconnor) → review+
| Assignee | ||
Comment 3•19 years ago
|
||
Checking in browser.js; /cvsroot/mozilla/browser/base/content/browser.js,v <-- browser.js new revision: 1.503; previous revision: 1.502 done
Status: ASSIGNED → RESOLVED
Closed: 19 years ago
Resolution: --- → FIXED
| Assignee | ||
Updated•19 years ago
|
Attachment #196350 -
Flags: approval1.8b5?
Comment 4•19 years ago
|
||
Comment on attachment 196350 [details] [diff] [review] patch Approved for 1.8b5 per bug meeting
Attachment #196350 -
Flags: approval1.8b5? → approval1.8b5+
Updated•19 years ago
|
Flags: blocking1.8b5? → blocking1.8b5+
| Assignee | ||
Comment 5•19 years ago
|
||
1.8 Branch: Checking in browser.js; /cvsroot/mozilla/browser/base/content/browser.js,v <-- browser.js new revision: 1.479.2.29; previous revision: 1.479.2.28 done
Keywords: fixed1.8
You need to log in
before you can comment on or make changes to this bug.
Description
•