Changes between Initial Version and Version 6 of Ticket #5280


Ignore:
Timestamp:
Jul 5, 2010, 7:08:32 AM (14 years ago)
Author:
Tobiasz Cudnik
Comment:

Quoting philip_andrew from #5581:

I found I can fix this bug by commenting out the following code in plugin.js in /plugins/selection/plugin.js

// IE before version 8 will leave cursor blinking inside the document after
// editor blurred unless we clean up the selection. (#4716)
if ( CKEDITOR.env.ie && CKEDITOR.env.version < 8 )
{
doc.getWindow().on( 'blur', function( evt )
{
editor.document.$.selection.empty();
});
}

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #5280

    • Property Status changed from new to assigned
    • Property Cc philip_andrew@… added
    • Property Owner set to Garry Yao
    • Property Milestone changed from to CKEditor 3.4
    • Property Keywords Confirmed IE added
  • Ticket #5280 – Description

    initial v6  
    44
    55When I click in-between the vertical scroll bar and the bottom arrow, the page scrolls down but bounces back.  The same goes when I click in-between the vertical scroll bar and the top arrow.
     6
     7Additional reproduction scenario moved from #5581:
     8{{{
     9In ie7, I go to http://ckeditor.com/demo
     10
     11Click on the word Red in little red riding hood, just put the cursor somewhere there by clicking on the text.
     12
     13Use the scrollbar to scroll down (down button on scrollbar, not the scrollbar itself, use down button).
     14
     15Cannot scroll down, the focus jumps back to the cursor at the top of the page, so the whole page jumps back upwards.
     16
     17This is a serious problem for my customer as they can only use IE7.
     18}}}
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy