Ticket #1591 (closed Bug: fixed)
IE(7) error inserting a blockquote
| Reported by: | nunziocastaldi | Owned by: | martinkou |
|---|---|---|---|
| Priority: | Normal | Milestone: | FCKeditor 2.5 |
| Component: | General | Version: | SVN (FCKeditor) |
| Keywords: | Confirmed IE | Cc: |
Description (last modified by martinkou) (diff)
- Go to svn ( http://www.fckeditor.net/nightly/fckeditor/_samples/default.html) or demo.
- Insert a new blank page (or clear content in code mode)
- insert a blockquote: IE(7) error
switching to code mode, the result is: *********************** <p> </p> <p><span id="1196382739654S" style="display: none"> </span></p> ***********************
id="1196382739654S" (random, i suppose) is also an error, because it violates the naming convention for this attribute (it must begin with a letter, not a digit)
It seems to work fine in FF
Thx
Change History
Note: See
TracTickets for help on using
tickets.