Opened 14 years ago
Closed 14 years ago
#6090 closed Bug (fixed)
IE: Textarea with selection inside causes Link dialog issues
Reported by: | Tobiasz Cudnik | Owned by: | Frederico Caldeira Knabben |
---|---|---|---|
Priority: | Normal | Milestone: | CKEditor 3.4 |
Component: | General | Version: | |
Keywords: | IE | Cc: |
Description
In IE, textarea with selection inside, causes Link dialog issues.
Reproduce
- Open editor with textarea inside the document.
- Click first time to focus textarea.
- Click second time close to the border to move selection inside textarea.
- Open Link dialog.
- Type URL and hit OK.
Result: JS error is thrown.
Attachments (1)
Change History (5)
Changed 14 years ago by
Attachment: | 6090.patch added |
---|
comment:1 Changed 14 years ago by
Owner: | set to Frederico Caldeira Knabben |
---|---|
Status: | new → review |
comment:2 Changed 14 years ago by
Milestone: | → CKEditor 3.4 |
---|
comment:4 Changed 14 years ago by
Resolution: | → fixed |
---|---|
Status: | review_passed → closed |
Fixed with [5789].
This one has been partially fixed at #5747, but it looks like it was not considering all the possible cases.