Opened 17 years ago
Closed 11 years ago
#2177 closed Bug (fixed)
Inserting special characters inside some inline tags in Firefox incorrectly splits the inline tag into two
Reported by: | Martin Kou | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | 3.0 |
Keywords: | Firefox | Cc: |
Description
To reproduce the problem:
- Open sample01.html in Firefox 2 or 3.
- Place the caret inside the bolded "sample text" in the editing area.
- Insert a special character via the Special Character dialog.
- Something is wrong: the special character inserted is not bold.
- Switch to Source mode.
- The <strong> tag in the HTML code is split into two, with the special character in between them. This is not correct.
Change History (3)
comment:1 follow-up: 2 Changed 17 years ago by
comment:2 Changed 14 years ago by
Version: | SVN (FCKeditor) - Retired → 3.0 |
---|
Replying to martinkou:
This issue is caused by a Gecko browser bug, I've filed a bug report to https://bugzilla.mozilla.org/show_bug.cgi?id=432587.
Which was set as invalid.
In CKE3.6.2, under FF, result of above TC is:
<p> This is some <strong>samp</strong><strong>®</strong><strong>le text</strong>. You are using <a href="http://ckeditor.com/">CKEditor</a>.</p>
See that <strong> is split into 3 parts.
comment:3 Changed 11 years ago by
Resolution: | → fixed |
---|---|
Status: | confirmed → closed |
We no longer use native insertHTML command, so this issue expired.
This issue is caused by a Gecko browser bug, I've filed a bug report to https://bugzilla.mozilla.org/show_bug.cgi?id=432587.