google-code-export / lwrte

Automatically exported from code.google.com/p/lwrte
1 stars 0 forks source link

BUG IE #19

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Just visualize the file "index.html" (included as an example in the zip).
Launch it in IE v7 (in Firefox it works)

Then click the first button of the RTE  to see the html.

Then close IE with the "X" close button of IE

and you get the message "permission denied".

Problem here in jquery.js:
the line "if ( elem.nodeType == 3 || elem.nodeType == 8 )" fails.

---------------------------------------------------------------------
...
    // Detach an event or set of events from an element
    remove: function(elem, types, handler) {
        // don't do events on text and comment nodes

        if ( elem.nodeType == 3 || elem.nodeType == 8 )
            return;

...
----------------------------------------------------------------

What is the expected output? What do you see instead?

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

Please provide any additional information below.

Original issue reported on code.google.com by flavien....@gmail.com on 2 Mar 2009 at 9:57

GoogleCodeExporter commented 9 years ago
the problem in jquery.js as i see. Don't know why, but actually. I tested in IE 
too.
Anyway, i have nothing to do with original jquery file. Try to download other 
version
of jquery. But it's very strange, anyway.

Original comment by plandem on 5 Mar 2009 at 9:45

GoogleCodeExporter commented 9 years ago
Look this issue:
http://code.google.com/p/lwrte/issues/detail?id=9

In the next release, i will include that patch

Original comment by plandem on 5 Mar 2009 at 10:29