Last modified: 2010-07-22 12:01:25 UTC
On Safari 2, the new toolbar fails to load. It fails silently (no visible errors in the error console) and doesn't seem to make a single change to the page. Making it work, will likely be difficult, because Safari 2 is: not JS 1.6 compatible, not supported by jQuery, has terrible JS debugging options and it is hardly used anymore. However, perhaps there should be a hook in the toolbar code, for the cases where it "bails", and let it try to load the old toolbar in those cases ? For testing, older versions of Safari can be downloaded here: http://michelf.com/projects/multi-safari/
(In reply to comment #0) > On Safari 2, the new toolbar fails to load. It fails silently (no visible > errors in the error console) and doesn't seem to make a single change to the > page. Making it work, will likely be difficult, because Safari 2 is: not JS 1.6 > compatible, not supported by jQuery, has terrible JS debugging options and it > is hardly used anymore. > If possible at all, that's not worth our time. > However, perhaps there should be a hook in the toolbar code, for the cases > where it "bails", and let it try to load the old toolbar in those cases ? > Done (for all browsers that don't support the toolbar, not just Safari < 3) in r55269