Opened 12 years ago
Last modified 12 years ago
#9030 confirmed Bug
IE9: select text + open link dialog - link creation fails if text contains linebreak <br /> tag.
Reported by: | Ola Bråhammar | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | Core : Selection | Version: | 3.6.3 |
Keywords: | IE9 | Cc: | Marcus Pickering |
Description
In IE9, (in WYSIWYG mode)
Inside a <p> tag:
Creating a few lines of text separated with <br /> (shift+enter in default cfg) and then selecting one of those lines using arrow keys
now if i open the link dialog box and fill in an url and press OK, no link is created.
Alternatively, if not the whole line is selected but only a word, then a link may get created but its text will be the same as the URL instead of the selected word.
This bug is reproducible in the online demo at http://ckeditor.com/demo
This bug seems to have come and gone a few times before: http://dev.ckeditor.com/ticket/8132
/Ola
Attachments (1)
Change History (7)
comment:1 Changed 12 years ago by
Keywords: | IE9 added; ie9 link linebreak removed |
---|---|
Status: | new → pending |
comment:2 Changed 12 years ago by
Version: | 3.6.3 |
---|
comment:3 Changed 12 years ago by
Resolution: | → expired |
---|---|
Status: | pending → closed |
comment:4 Changed 12 years ago by
Cc: | Marcus Pickering added |
---|
I'm seeing this bug too.
I've created a screencast to help you see how to reproduce this issue in your online demo. http://screencast.com/t/r1pUCxJ2LT
I don't have any non-standard settings in IE9 that I'm aware of.
comment:5 Changed 12 years ago by
Resolution: | expired |
---|---|
Status: | closed → reopened |
comment:6 Changed 12 years ago by
Status: | reopened → confirmed |
---|---|
Version: | → 3.6.3 |
Reproducible from CKEditor 3.6.3 rev. [7366] in IE9 only.
To reproduce:
- Start with new page
- Type word "test" and select it from right to left. You should finish behind editor.
- Click link button on toolbar and apply link to selection.
- Put cursor behind link and paste SHIFT+ENTER (to insert br) couple of times.
- Place cursor in one of these new lines and repeat steps 1-3.
Result: link will be either applied next to text or won’t be applied at all.
@Ola I wasn't able to reproduce your issue.