[Superdragandgo] Superdragandgo: feedback from NetOne
notes at mozdev.org
notes at mozdev.org
Mon Oct 11 03:49:44 EDT 2004
http://superdragandgo.mozdev.org/feedback.html#c57
I've fixed the problem. It's cause by the changing of the ID of the search-bar after 1.0PR. You can edit the source code of the extension, changing the code in line 311 and line 333 from
var searchBar = document.getElementById('search-bar');
to
var searchBar = document.getElementById('searchbar');
Then the current selected search engine will be used when you drag some texts, as before.
I'm unable to upload my modified version now. So if someone is interested, please leave me an email.
Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.3) Gecko/20041007 Firefox/0.10
More information about the Superdragandgo
mailing list