Opened 11 years ago
Closed 11 years ago
#11592 closed Bug (duplicate)
[Blink] Removing link applies underline to collapsed caret
Reported by: | Marek Lewandowski | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | |
Keywords: | Cc: |
Description
- open any sample with CKEditor (i.e. samples/replacebyclass.html)
- using
Source
button set following source:<p><a href="http://foo">foo</a>bar</p>
- return to wysiwyg mode
- create following selection
[foo]bar
- press backspace
- input any text
Expected result:
Inputted text should not be underlined.
Current result:
New text is being underlined.
additional info:
- Checked with Opera (blink) 19.0.1326.63, Chrome 32.0.1700.107 @ Win8
Duplicate of #9998