BUGS 2
Project Tear
A WebKit based browser for Maemo
Quick search  
Previous open issue Go to previous open issue Previous issue Go to previous issue   Go to next issue Next issue Go to next open issue Next open issue
#39  -  Bookmarklets don't work Posted Apr 14, 00:43
Last updated Jul 26, 14:52
This issue has been closed with status: Done.
A closed issue will not be further updated. If you think this is an error, try posting a comment, or report a new issue.
Product Tear
Edition(s) Tear for Maemo 4
 
Issue type Bug reports
Posted by
Guest user
Owned by
Not owned by anyone
Assigned to
Bundyo
Status
 
Done
Category Engine
Resolution
Not determined
Reproducability
Not determined
Severity Normal
Priority
Not determined
Estimated time
Not determined
Elapsed time
Not determined
Progress
   
Targetted for
0.4
Votes for this issue
0 votes for reviewing
0 votes for critical status
0 votes for closing this issue
Items attached to this issue
Bookmarklet can be found here
Issue(s) which this issue depends on to be solved
Issue(s) which depends on this issue to be solved
Reports
Affected by this issue Status Confirmed
Earth (0.3.0)
 
Done
Tear Window
 
Done
Description and details

Bookmarklets don't seem to work. It causes Tear to fall into an infinite loop of loading (blue bar bouncing back and forth). On MicroB bookmarklets seem to work.

How to reproduce

Take any bookmarklet code. For this example, I will be using Evernote (for other bookmarklets don't seem to work.. for example, ones for ReadItLater. You can find the bookmarklet here. "http/evernote.com/about/download/"


Or the javascript code itself


javascriptfunction(){EN_CLIP_HOST='http/www.evernote.com';try{var%20x=document.createElement('SCRIPT');x.type='text/javascript';x.src=EN_CLIP_HOST+'/public/bookmarkClipper.js?'+(new%20Date().getTime()/100000);document.getElementsByTagName('head')[0].appendChild(x);}catch(e){location.href=EN_CLIP_HOST+'/clip.action?url='+encodeURIComponent(location.href)+'&title='+encodeURIComponent(document.title);}})();


Copy and paste into the URL window. And watch as theĀ  blue bar bouncing begins!

Comments and discussion
Currently pasting
Posted by Bundyo (administrator),  Apr 14, 08:16, edited by Bundyo (administrator),  Apr 14, 08:16

in the url bar work. Actual bookmarks don't.