Closed
Bug 443268
Opened 16 years ago
Closed 16 years ago
Autocomplete does not find javascript bookmarks
Categories
(Firefox :: Address Bar, defect)
Tracking
()
VERIFIED
DUPLICATE
of bug 419237
People
(Reporter: slawek.mikula, Unassigned)
Details
User-Agent: Mozilla/5.0 (X11; U; Linux i686; pl-PL; rv:1.9) Gecko/2008061015 Firefox/3.0
Build Identifier: Mozilla/5.0 (X11; U; Linux i686; pl-PL; rv:1.9) Gecko/2008061015 Firefox/3.0
I've created bookmarks for opening blogger "quick post" window. The script is located in the bookmarks. When i start typing the bookmark title in the location bar FF3 does not find it.
I was using this feature in Epiphany for quick posting to many sites without to install specific extensions.
Reproducible: Always
Steps to Reproduce:
1. Create bookmark with script provided below:
Script form:
javascript:popw='';Q='';x=document;y=window;if(x.selection)%20%7BQ=x.selection.createRange().text;%7D%20else%20if%20(y.getSelection)%20%7BQ=y.getSelection();%7D%20else%20if%20(x.getSelection)%20%7BQ=x.getSelection();%7Dpopw%20=%20y.open('http://www.blogger.com/blog_this.pyra?t='%20+%20escape(Q)%20+%20'&u='%20+%20escape(location.href)%20+%20'&n='%20+%20escape(document.title),'bloggerForm','scrollbars=no,width=800,height=500,top=175,left=75,status=yes,resizable=yes');if%20(!document.all)%20T%20=%20setTimeout('popw.focus()',50);void(0);
2. enter in the location bar the name of the bookmark
3. FF3 does not find it
Actual Results:
FF3 does not list the bookmark in the proposedlist
Expected Results:
The proposed list should contain this bookmark.
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
•