Opened 17 years ago
Last modified 17 years ago
#1591 closed Bug
IE(7) error inserting a blockquote — at Initial Version
Reported by: | nunziocastaldi | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | FCKeditor 2.5 |
Component: | General | Version: | SVN (FCKeditor) - Retired |
Keywords: | Confirmed IE | Cc: |
Description
- 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