Opened 11 years ago
Last modified 11 years ago
#10796 confirmed Bug
[IE] Text selection to end of caption causes JS error
Reported by: | Marek Lewandowski | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | 4.0 Beta |
Keywords: | IE | Cc: |
Description
since: 4.0 until master
issue not found in 3.6.6.1 though
- open any sample with CKEditor (i.e. samples/replacebyclass.html)
- using "Templates" button from toolbar, insert template "Text and table" (replacing current content)
- click "Table title" in order to edit it
- press Home key
- press Shift+End key
Expected result:
Table caption text should be selected.
Current result:
Caret does not move, no text is selected. Javascript exception is thrown.
js error:
SCRIPT16389: Unspecified error.
selection.js, line 800 character 5
additional info:
if caption has multiple lines, issue occurs only in last line.
Change History (2)
comment:1 Changed 11 years ago by
Keywords: | IE added; IE10 removed |
---|---|
Status: | new → confirmed |
Summary: | text selection to end of caption causes js error → [IE] Text selection to end of caption causes JS error |
Version: | 4.2.1 (GitHub - master) → 4.0 Beta |
Checked on IE9, IE10 - on both this issue is reproducible.