My first IE7 bug!
Well I didn't think I'd find it this fast, but here it is... The following code does not work with IE7:
HTML:
-
<button onclick="window.open('http://www.google.com', 'Google Homepage')">Goto Google</button>
While the following code does work:
The difference: there's a space between Google and Homepage in the first version.
Besides that, it sure is pretty to look at (and it opens links in a background tab when you click with the middle mouse button, just like Easy Gestures for FF!)
this bug isn’t IE7 specific, it also occurs in IE6.
Comment by anonymous — October 31, 2006 @ 8:08 pm
You’re right. I could have sworn I had it working on IE6, but it must have been later than I thought
Comment by tb — November 2, 2006 @ 3:23 am