Changes between Initial Version and Version 2 of Ticket #3114


Ignore:
Timestamp:
Mar 20, 2009, 6:24:22 PM (16 years ago)
Author:
Frederico Caldeira Knabben
Comment:

I'm able to reproduce it with IE. Ok with FF. That's definitely weird, and critical.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #3114

    • Property Cc mike890 added
    • Property Keywords Confirmed IE added; onbeforeunload removed
  • Ticket #3114 – Description

    initial v2  
    11In V2 it worked fine but in V3 opening of the toolbar dropdown controls fires the windiw.onbeforeunload. To reproduce this bug simply add the following JS code and try to open a toolbar dropdown. Probably it happens because the new version uses IFrame for the dropdown content.
    22
     3{{{
    34<script>
    45window.onbeforeunload = function() {
     
    89        }
    910</script>
     11}}}
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy