GNOME Bugzilla – Bug 492695
Huge tooltip
Last modified: 2007-11-03 01:26:45 UTC
1. Bookmark a scriplet such as the one at: http://1024k.de/bookmarklets/video-bookmarklets.html 2. Add it to your bookmarks bar 3. Hover the bookmark and see a _huge_ tooltip Epiphany should probably not show a tooltip if the URI starts with javascript: or at least clip it.
I'm using 2.20.1
Created attachment 98408 [details] [review] proposed patch Attached patch makes Epiphany display "Javascript scriptlet" for the tooltip when bookmarking something with location property string beginning with "javascript:".
Thanks!
Comment on attachment 98408 [details] [review] proposed patch <snip> >+ text = g_strdup ("Javascript scriptlet"); That should be translated.
Committed to trunk with the string correctly marked for translation as in last comment. Thanks, closing as FIXED. ------------------------------------------------------------------------ r7616 | cosimoc | 2007-11-03 02:23:19 +0100 (sab, 03 nov 2007) | 4 lines Display "Javascript scriptlet" string as tooltip for bookmark action instead of the whole javascript code when bookmarking a scriptlet. Fix bug #492695.