Opened 10 years ago

Last modified 10 years ago

#11810 confirmed Bug

[IE] Widgets drag container allows to put text in it

Reported by: Marek Lewandowski Owned by:
Priority: Normal Milestone:
Component: UI : Widgets Version: 4.3
Keywords: Cc:

Description

I've noticed it in IE8 and IE9. Didn't reproduce it with IE11 though.

Chromium and FF seems to be untouched by this issue.

  1. open any sample with CKEditor and widgets (i.e. samples/plugins/codesnippet/codesnippet.html)
  2. move your mouse to top border of the widget
  3. click left mouse button

Expected result:
I think that nothing really should happen, i mean - focus should remain on widget.

Current result:
Caret goes into a drag handler.

additional info:

  1. In IE9 caret sometimes went to the last widget on the page
  2. I tried to reproduce it with captioned image2 / mathjax but none of these succeed, is it possible that it's codesnippet issue?

Change History (1)

comment:1 Changed 10 years ago by Piotrek Koszuliński

Component: GeneralUI : Widgets
Status: newconfirmed
Version: 4.3

This is IE bug as far as I can remember. On mousedown and mouseup we're forcing IE to hide the real selection, but there's a whole bunch of IE bugs related to that. Apparently we don't handle this edge case properly.

More about the lovely adventure I had with this: http://dev.ckeditor.com/ticket/11104#comment:13

Note: See TracTickets for help on using tickets.
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy