Opened 13 years ago
Closed 12 years ago
#9175 closed Bug (fixed)
IE8-9 - Selecting everything via mouse drag and hitting backspace causes browser to go back
Reported by: | mgrove | Owned by: | Garry Yao |
---|---|---|---|
Priority: | Normal | Milestone: | CKEditor 3.6.5 |
Component: | General | Version: | 3.6.3 |
Keywords: | IE8 IE9 | Cc: | satya_minnekanti@…, brooks@… |
Description
Steps to Reproduce
- Place some text in the editor field (make sure it is the only thing in the editor field)
- Highlight all of the text in the editor by clicking and dragging the mouse from the right side to the left side of the screen.
- Press backspace
Expected Result
- Deletes all of the highlighted text
Actual Result
- IE9 makes the browser go back to the previously visited page
Note Video of the issue being reproduced: http://screencast.com/t/KbxCpzByVNtg
Attachments (4)
Change History (18)
comment:1 Changed 12 years ago by
Keywords: | IE8 IE9 added |
---|---|
Status: | new → confirmed |
Version: | → 3.6.3 |
comment:2 Changed 12 years ago by
Changed 12 years ago by
Attachment: | replacebycode4.html added |
---|
comment:3 Changed 12 years ago by
comment:5 Changed 12 years ago by
Summary: | IE9 - Selecting everything via mouse drag and hitting backspace causes browser to go back → IE8-9 - Selecting everything via mouse drag and hitting backspace causes browser to go back |
---|
Another use case:
- Start selection below text, finish it outside of editor and press bold button or (See attached image IE.png) Start selection in white area between grey border and
| ^ This is ...
and finish it at the end ofThis^
for example. - Click Bold icon or apply background-color.
Result: Cursor moves back to beginning of text.
Changed 12 years ago by
comment:8 Changed 12 years ago by
Milestone: | → CKEditor 3.6.5 |
---|
Changed 12 years ago by
Attachment: | 9175.patch added |
---|
comment:9 Changed 12 years ago by
Owner: | set to Garry Yao |
---|---|
Status: | confirmed → review |
In additional to the ticket issue, the patch also addressed the following bug in IE7:
- Start a text selection, outside of body, from left to right;
- Move mouse back to the start point of the above selection, to it's left;
- Actual: The text selection is discontinued because of that.
comment:10 Changed 12 years ago by
The patch made the selection even harder now, as the user cannot risk crossing the editing area boundaries:
- Start the selection af the bottom right and move to the top left a bit to start selecting.
- While selecting, move outside the editor to the top.
- Return to the editor to continue the selection.
It will not work (IE8 at least). The selection will be frozen at the moment we leave the editor on step 2.
comment:11 Changed 12 years ago by
Status: | review → review_failed |
---|
Changed 12 years ago by
Attachment: | 9175_2.patch added |
---|
comment:12 Changed 12 years ago by
Status: | review_failed → review |
---|
comment:13 Changed 12 years ago by
Status: | review → review_passed |
---|
comment:14 Changed 12 years ago by
Resolution: | → fixed |
---|---|
Status: | review_passed → closed |
Fixed with [7621].
Issue has been reproducible from CKEditor 3.6.3 rev. [7374] and only in IE8 and IE9.
It looks like when you start selection below text, finish it outside of editor and press Backspace it acts like Back button.
To reproduce: