Opened 12 years ago
Last modified 12 years ago
#11605 confirmed Bug
[IE] Selection cached after making selection by mouse — at Initial Version
| Reported by: | Piotrek Koszuliński | Owned by: | |
|---|---|---|---|
| Priority: | Normal | Milestone: | |
| Component: | General | Version: | |
| Keywords: | IE | Cc: |
Description
See [[aatachment:ie-selection-cached.webm]]. Tested on IE8 and IE9.
- Write few paragraphs.
- Select all using mouse.
- Press list button.
- Click once in the second item.
- Press tab to indent it.
Result: entire list was indented. Most likely editor.getSelection() returned cached selection made in step 2.
