Closed
Bug 287329
Opened 20 years ago
Closed 11 years ago
Open Location Dialog should behave exactly as URL bar for the current page
Categories
(Firefox :: Menus, enhancement, P3)
Firefox
Menus
Tracking
()
RESOLVED
WONTFIX
Firefox 3 alpha7
People
(Reporter: tyler, Assigned: jminta)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
8.25 KB,
patch
|
jminta
:
ui-review+
|
Details | Diff | Splinter Review |
User-Agent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.7.6) Gecko/20050223 Firefox/1.0.1
Build Identifier: Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.7.6) Gecko/20050223 Firefox/1.0.1
The Open Location Dialog can be opened when the Location tool is not visible.
The location field in the dialog should behave exactly as the Location tool
does. It should initially contain the URL for the current page. This feature
would facilitate getting the URL of the current page when the Location tool is
not visible, as well as navigating a site by peeling back its hierarchical URLs.
Reproducible: Always
Steps to Reproduce:
1. Hide the toolbar containing the Location tool.
2. Type ctrl-L to open the Open Location Dialog
3. The location field of the dialog does not contain the URL of the current page.
Actual Results:
The dialog contained some other URL.
Expected Results:
The dialog should contain the URL of the current page.
This bug is similar to 247467, which also requests that the Open File Dialog
behave as the Location tool does.
Comment 1•20 years ago
|
||
This makes sense to me, too. I think we should be moving to a model where the
Open Location Dialog acts as a dialog-form of the location tool, especially
since it's only available when the location tool is hidden.
Of course, if someone opens a new window/tab and then invokes the open location
dialog, the field should be empty and waiting.
Status: UNCONFIRMED → NEW
Ever confirmed: true
Version: unspecified → Trunk
Comment 2•20 years ago
|
||
Bug 247267 took us part of the way to making the "Open Location" popup dialog
(shown when toolbars are hidden) a modal version of the URL bar. This one is to
take us the rest of the way. Includes ..
- showing the URL of current page (if it exists)
- recognizing open-in-tab (alt+enter)
- getting rid of target drop-down
Assignee: firefox → bugs.mano
Summary: Open Location Dialog should initially contain the URL for the current page → Open Location Dialog should behave exactly as URL bar for the current page
Updated•19 years ago
|
QA Contact: bugzilla → menus
Updated•19 years ago
|
Priority: -- → P2
Target Milestone: --- → Firefox1.6-
Comment 3•19 years ago
|
||
*** Bug 333629 has been marked as a duplicate of this bug. ***
Comment 4•19 years ago
|
||
*** Bug 338132 has been marked as a duplicate of this bug. ***
Comment 5•19 years ago
|
||
open location dialog is not a dialog on Mac OS X fx build 1.0.4, it is a blank fx window. Now tracking Win2K & XP builds...
Updated•18 years ago
|
Severity: normal → enhancement
Priority: P2 → P3
Target Milestone: Firefox 2 → Firefox 3 alpha2
Assignee | ||
Comment 6•18 years ago
|
||
This patch implements the 3 improvements beltzner mentions in comment #2. Specifically:
(1) The input field now contains the current tab's url (provided it's not about:blank)
(2) There is no more "Target" drop-down.
(3) Alt+Enter opens the link in a new tab. (Enter still opens the link in the current tab.)
Assignee: mano → jminta
Status: NEW → ASSIGNED
Attachment #265560 -
Flags: ui-review?(beltzner)
Attachment #265560 -
Flags: review?
Assignee | ||
Updated•18 years ago
|
Attachment #265560 -
Flags: review? → review?(gavin.sharp)
Updated•18 years ago
|
Target Milestone: Firefox 3 alpha2 → Firefox 3 beta1
Updated•17 years ago
|
Attachment #265560 -
Flags: approval1.8.0.13+
Assignee | ||
Comment 7•17 years ago
|
||
Comment on attachment 265560 [details] [diff] [review]
patch
I'm told beltzner meant to give this ui-r+, not a=
Attachment #265560 -
Flags: ui-review?(beltzner)
Attachment #265560 -
Flags: ui-review+
Attachment #265560 -
Flags: approval1.8.0.13+
Comment 8•17 years ago
|
||
any (patch review) movement gonna happen here?
Updated•16 years ago
|
Attachment #265560 -
Flags: review?(gavin.sharp)
Comment 9•16 years ago
|
||
Comment on attachment 265560 [details] [diff] [review]
patch
Patch unfortunately no longer applies cleanly. Would be interested in reviewing an updated patch, though - my fault for letting this sit so long.
nit: could use KeyEvent.DOM_VK_RETURN instead of hardcoded "13"
Comment 11•11 years ago
|
||
> Steps to Reproduce:
> 1. Hide the toolbar containing the Location tool.
This isn't possible anymore.
Status: ASSIGNED → RESOLVED
Closed: 11 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•