Closed
Bug 269712
Opened 20 years ago
Closed 20 years ago
typed letters in about:blank default to find as you type instead of navigation bar
Categories
(Toolkit :: Find Toolbar, defect)
Toolkit
Find Toolbar
Tracking
()
RESOLVED
FIXED
People
(Reporter: bazald, Assigned: bugzilla)
References
()
Details
Attachments
(1 file)
1.69 KB,
patch
|
Details | Diff | Splinter Review |
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.5) Gecko/20041107 Firefox/1.0
Build Identifier: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.5) Gecko/20041107 Firefox/1.0
When the default homepage is set to about:blank (or you type about:blank into
the navigation bar), the default action when typing is to search for text in the
page. As the page is non-existant, this is rediculous. Instead, it should
allow you to immediately type in a URL for an actual page.
Reproducible: Always
Steps to Reproduce:
1.Type "about:blank" into the navigation bar (where URLs go) without the quotes
and hit enter.
2.Begin typing.
Actual Results:
"Find as you type" takes over rather than letting you type in a URL. (Hitting
tab will then move you to the navigation bar.)
Expected Results:
It should immediately move you to the navigation bar to type in a URL, skipping
"find as you type."
Comment 1•20 years ago
|
||
nice idea, might also serve as a workaroung for bug 264562.
Status: UNCONFIRMED → NEW
Ever confirmed: true
OS: Linux → All
Hardware: PC → All
Comment 2•20 years ago
|
||
This bug is fixed with the patch in bug 264562
Comment 3•20 years ago
|
||
Probably a better patch to fix this specific problem. This patch puts the
focus on the URL Bar after the specific case where the user has typed
"about:blank" in the URL Bar.
With the focus on the URL Bar, the find bar will not open unless the user
changes the focus to the document.
Comment 4•20 years ago
|
||
I think this is a dup of bug 264562 (rather than a blocker). Why don't you
submit that patch to that bug and close this bug as a dup?
Reporter | ||
Comment 5•20 years ago
|
||
The improper fast-find activation still takes place 100% of the time when
opening a new tab by double-clicking on the tab-bar and then attempting to type
a URL.
Comment 6•20 years ago
|
||
fixed by 264562
Status: NEW → RESOLVED
Closed: 20 years ago
Resolution: --- → FIXED
Updated•20 years ago
|
Updated•16 years ago
|
Product: Firefox → Toolkit
You need to log in
before you can comment on or make changes to this bug.
Description
•