Bookmarklet runs from address bar but NOT from Bookmarks menu
Reported by
zhangzha...@gmail.com,
Apr 4 2017
|
||||
Issue description
Steps to reproduce the problem:
1. Bookmark the following bookmarklet (this is an example only; you may use any other bookmarklets):
---------------------------------------
javascript:(function(){s=document.createElement('script');s.className='rezScript';s.src='https://agrul.com/static/rez/rez_click.js?');document.body.insertBefore(s,document.body.firstChild);})()
--------------------------------------
Give this bookmark a name, say, "Agrul Read".
2. open a webpage, for example, https://en.wikipedia.org/wiki/Dulcimer
3. Run the bookmarklet from the address bar (works). On address bar, type "Agrul Read" and touch the selection. The Agrul bookmarklet runs as expected.
4. Now try to run the bookmarklet from the Bookmarks menu (not work). Press the menu button at the top right corner of the browser, select "Bookmarks", it pops up a list of bookmarks. And then press the "Agrul Read" bookmark, the bookmarklet does not run.
What is the expected behavior?
The bookmarklet should also run when it starts from the "Bookmarks" menu.
What went wrong?
Bookmarklets are not able to run from the "Bookmarks" menu on Android Chrome.
However, this feature works on iOS Chrome (Chrome version: 57.0.2987.137, iOS version: 10.3).
Did this work before? N/A
Chrome version: 57.0.2987.132 Channel: stable
OS Version: 5.0.1
Flash Version:
,
Apr 4 2017
,
Nov 30 2017
@zhangzhaonian -- Thank You for the report. Could you please upgrade your Chrome to Latest Stable# 62.0.3202.84 and let us know if the issue is still reproducible, if yes provide us with a screen cast which would help us triage the issue. Thanks in Advance.
,
Mar 8 2018
***Bulk Edit*** There is no valid investigation in the bug, closing. Feel free to reopen if needed. |
||||
►
Sign in to add a comment |
||||
Comment 1 by zhangzha...@gmail.com
, Apr 4 2017Sorry there's a typo on the bookmarklet above. It should be ------------------- javascript:(function(){s=document.createElement('script');s.className='rezScript';s.src='https://agrul.com/static/rez/rez_click.js';document.body.insertBefore(s,document.body.firstChild);})() -------------- Seems like I cannot edit my post?