Opened 13 years ago
Last modified 11 years ago
#8989 confirmed Bug
IE placeholder plugin - you can't insert one place holder after another
Reported by: | Jakub Ś | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | 3.5.2 |
Keywords: | IE | Cc: |
Description (last modified by )
To reproduce:
- Open placeholder sample and clear editor contents
- Insert placeholder
- Click behind it so that selection frame is lost.
- Note that elements path is still showing
body p span
which means you are still inside place holder (the only way to leave it is pressing space) - Nevertheless try to insert new placeholder
Result: New placeholder replaces the old one.
This particular TC has been reproducible in IE6, IE7 and IE9 browsers from CKEditor 3.5.2 rev. [6434]
Before revision [6434] in IE6, IE7 and IE9 it was possible to insert two placeholders in a row only if you haven’t clicked inside editing area after inserting first placeholder (click toolbar button, insert placeholder, click toolbar button again and insert another placeholder). If you have clicked inside editing area after inserting the first placeholder, the second place holder was not inserted and it was destroying the first one (removing [). Ironically this TC has been reproducible in IE8 Quirks from CKE 3.5.3 rev. [6459] and has been described in #9138
In IE8 next place holder is always inserted at the beginning. It is not possible to move cursor behind placeholder - #8990.
Change History (5)
comment:1 Changed 13 years ago by
Description: | modified (diff) |
---|---|
Status: | new → confirmed |
comment:2 Changed 13 years ago by
comment:3 Changed 12 years ago by
Description: | modified (diff) |
---|
comment:4 Changed 12 years ago by
comment:5 Changed 11 years ago by
Reproducible on IE8 only. Perhaps related to #11242, because the selection is also placed inside the non-editable element if caret is displayed after it. Don't happen if caret is before widget.
Hi, are there any improvements on this? I really need a solution for this.