68 regression: javascript bookmarklets can no longer be invoked by their keyword
Categories
(Firefox :: Address Bar, defect)
Tracking
()
People
(Reporter: bughit.github, Unassigned)
Details
- win7
- firefox 68.0.0 rc1
- new profile
- create a javascript bookmarklet with a keyword
javascript:void alert('%s'); - invocation via a click works
- but via the keyword does not (performs a google search)
@bzbarsky I found Bug 1478037, is it related to this?
Please fix this in 68.
Comment 2•6 years ago
|
||
@bzbarsky I found Bug 1478037, is it related to this?
I really doubt it.
Does toggling the "browser.urlbar.quantumbar" to false make things work right for you? As far as I can tell, that's the issue here: the new url bar code is not handling this correctly.
Comment 3•6 years ago
|
||
And in particular, I have a javascript: bookmarklet that I use for bisection results, and I see it being broken on current nightly but working correctly when I toggle "browser.urlbar.quantumbar" to false...
Updated•6 years ago
|
Comment 5•6 years ago
|
||
And it looks like I didn't notice this earlier because I toggled the pref off due to bug 1550025 and then forgot to re-enable it when that was fixed.... :(
Unfortunately, the chances of this being fixed in 68 at this point are pretty slim; rc1 means that only serious stop-ship issues would get fixed, and I doubt this makes the cut.
Updated•6 years ago
|
Updated•5 years ago
|
Description
•