minutils / feed-on-feeds

Released in 2003, saw the rise and fall of Google Reader, reached perfection in 2011
http://feedonfeeds.com/
GNU General Public License v2.0
14 stars 9 forks source link

Javascript error in IE7 when JIT debugging is activated #7

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Browse to feed-on-feeds directory
2. Try and expand the side frame by dragging the mouse
3. You end up in an endless loop "Line 1479 Error:'prevent default' is null
or not an object

What is the expected output? What do you see instead?
The frame should get wider as it does in Firefox, IE6

What version of the product are you using? On what operating system?
Windows XP IE7

Please provide any additional information below.

Only way to get out seems to be to end task IE7.

The problem occurs in Line 1479 of the prototype V1.4 javascript library.

I tried upgrading prototype to the latest version  V1.5 but the same thing
happened... line 2216

Original issue reported on code.google.com by dominics...@gmail.com on 16 Feb 2007 at 8:22

GoogleCodeExporter commented 9 years ago
Also should mention that I have the Microsoft Web Developer toolbar installed.

On thinking about it, I should be reporting this to the prototype website not 
here..
 Anyway, at least it brings it to your attention.

Original comment by dominics...@gmail.com on 16 Feb 2007 at 8:26

GoogleCodeExporter commented 9 years ago
I have IE7 with the developer toolbar, and with the latest FoF (which includes
Prototype 1.5.1), I can't reproduce this problem.  I guess it must have been 
fixed
either in Prototype or by changes to the way Prototype is being used in FoF.

Original comment by stevemin...@gmail.com on 22 Jun 2007 at 8:18