Ticket #2113 (closed Bug: fixed)
Safari: <span class="Apple-style-span"> created when inserting special characters
| Reported by: | martinkou | Owned by: | martinkou |
|---|---|---|---|
| Priority: | Normal | Milestone: | Safari Compatibility |
| Component: | General | Version: | FCKeditor 2.6 |
| Keywords: | Confirmed Safari Review+ | Cc: |
Description
Reproduction procedure:
- Open sample01.html in Safari.
- Apply "Red Title" style to the paragraph.
- Insert a few special characters via the special character dialog in the paragraph.
- The inserted characters aren't red and come with a strange <span class="Apple-style-span"> tag.
This seems to be a WebKit bug as the problem also appears when adding special characters via document.execCommand('inserthtml', false, $HTML) directly in Safari. But a short term workaround may be possible as well.
Attachments
Change History
Note: See
TracTickets for help on using
tickets.