Closed
Bug 358258
Opened 19 years ago
Closed 9 years ago
Modified text on Location Bar temporarily disappears after customizing toolbars
Categories
(Firefox :: Address Bar, defect)
Firefox
Address Bar
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: cgamedude, Unassigned)
Details
Attachments
(1 file)
|
1.08 KB,
patch
|
Details | Diff | Splinter Review |
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9a1) Gecko/20061026 Minefield/3.0a1
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9a1) Gecko/20061026 Minefield/3.0a1
If you type something on the address bar, but don't navigate to that URL yet, clicking View->Toolbars->Customize, then closing the dialog that appears, resets the address bar to the actual page you're looking at, losing your custom text. However, switching to another tab and back restores the text you typed. So it hasn't forgotten what you wrote, but closing the customize dialog prints the current URL in the address bar instead of what you wrote.
Reproducible: Always
Steps to Reproduce:
1. Navigate to "http://www.google.com".
2. Change the "www" to "maps" but do not press enter.
3. Go to View->Toolbars->Customize.
4. Click "Done" on the pop-up that appears.
Actual Results:
The address bar says "http://www.google.com"
Expected Results:
The address bar should say "http://maps.google.com"
Comment 1•19 years ago
|
||
We need to use gBrowser.selectedBrowser.userTypedValue here: http://bonsai.mozilla.org/cvsblame.cgi?file=mozilla/browser/base/content/browser.js&rev=1.726&mark=3348,3350#3329.
Status: UNCONFIRMED → NEW
Ever confirmed: true
OS: Windows XP → All
Hardware: PC → All
Version: unspecified → Trunk
Comment 2•19 years ago
|
||
Comment 3•19 years ago
|
||
Comment on attachment 243901 [details] [diff] [review]
Use what's currently in the location bar
Er... this fails if someone didn't type in a URL; e.g. just clicked a link to get to a page.
Attachment #243901 -
Flags: review?(gavin.sharp)
Updated•18 years ago
|
Assignee: ispiked → nobody
Status: ASSIGNED → NEW
No problem anymore. Closing as WFM.
Arch Linux, FF 50.1.0
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•