Opened 11 years ago
Last modified 11 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.
- open any sample with CKEditor and widgets (i.e. samples/plugins/codesnippet/codesnippet.html)
- move your mouse to top border of the widget
- 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:
- In IE9 caret sometimes went to the last widget on the page
- 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 11 years ago by
Component: | General → UI : Widgets |
---|---|
Status: | new → confirmed |
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