Closed
Bug 452411
Opened 16 years ago
Closed 16 years ago
javascript that is directly called from address bar is not shown in the address bar auto-complete
Categories
(Firefox :: Address Bar, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 417798
People
(Reporter: dinesh.iln, Unassigned)
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1
Functionality as in Firefox 2.x:
While any javascript code is directly executed on the current page by typing javascript:<some script> in the address bar and hitting go, this is added to the auto-complete of the address bar thereafter.
Functionality as in Firefox 3.x:
As from above scenario, the javascript typed in address bar is not added to the auto-complete.
Desired functionality:
The auto-complete should be able to display the JavaScript calls that are run directly from address bar previously and provide them for running again.
Reproducible: Always
Steps to Reproduce:
1. Type javascript:alert('something') in address bar and hit GO
2. Click OK on the alert
3. Navigate to some other web address
4. Start typing javascript: in address bar for auto-complete / Click on the drop-down of address bar for previously typed in addresses
Actual Results:
Cannot see the previously typed in javascript address.
Expected Results:
Should be seeing the previously typed in javascript address
Comment 1•16 years ago
|
||
Related to bug 417798?
Updated•16 years ago
|
Whiteboard: dupeme
Reporter | ||
Comment 2•16 years ago
|
||
(In reply to comment #1)
> Related to bug 417798?
Thank you
Updated•16 years ago
|
Status: UNCONFIRMED → RESOLVED
Closed: 16 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•