Opened 14 years ago
Closed 11 years ago
#7112 closed Bug (worksforme)
insertText should not split styles
Reported by: | Sa'ar Zac Elias | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | Core : Styles | Version: | 3.5 |
Keywords: | Firefox | Cc: |
Description
- Open the API sample.
- Place the caret inside the bolden text.
- Type some text inside the second textarea and click "Insert Text".
Result:
<strong>sam</strong><strong>Test</strong><strong>ple text</strong>
Expected:
<strong>samTestple text</strong>
Change History (3)
comment:1 follow-up: 2 Changed 14 years ago by
Status: | new → pending |
---|
comment:2 Changed 14 years ago by
Keywords: | Firefox added |
---|---|
Status: | pending → confirmed |
Version: | → 3.5 |
Correction: Result under FF4 and 3.6.15 after Insert text is indeed
<strong>sam</strong><strong>test</strong><strong>ple text</strong>
comment:3 Changed 11 years ago by
Resolution: | → worksforme |
---|---|
Status: | confirmed → closed |
WFM now with CKEditor 4.
@Saar I am unsure about Your result. Which browser were You using?
For me: