#3114: V3: IE7 opening of the toolbar dropdown controls fires the onbeforeunload
event
----------------------------+-----------------------------------------------
 Reporter:  mike890         |       Owner:                   
     Type:  Bug             |      Status:  new              
 Priority:  High            |   Milestone:  CKEditor 3.0     
Component:  General         |     Version:  CKEditor 3.0 Beta
 Keywords:  onbeforeunload  |  
----------------------------+-----------------------------------------------
 In 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.

 <script>
 window.onbeforeunload = function() {
         alert("window.onbeforeunload");
                 //if(CKEDITOR.instances["content"].checkDirty())
                 //      return "Page has not been saved!";
         }
 </script>

-- 
Ticket URL: <http://dev.fckeditor.net/ticket/3114>
FCKeditor <http://www.fckeditor.net/>
The text editor for Internet
------------------------------------------------------------------------------
Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are
powering Web 2.0 with engaging, cross-platform capabilities. Quickly and
easily build your RIAs with Flex Builder, the Eclipse(TM)based development
software that enables intelligent coding and step-through debugging.
Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com
_______________________________________________
FCKeditor-Trac mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/fckeditor-trac

Reply via email to