Ticket #1591 (closed Bug: fixed)

Opened 2 years ago

Last modified 2 years ago

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)

  1. Go to svn ( http://www.fckeditor.net/nightly/fckeditor/_samples/default.html) or demo.
  2. Insert a new blank page (or clear content in code mode)
  3. insert a blockquote: IE(7) error

switching to code mode, the result is: *********************** <p>&nbsp;</p> <p><span id="1196382739654S" style="display: none">&nbsp;</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

Changed 2 years ago by martinkou

  • keywords Confirmed IE added
  • owner set to martinkou
  • status changed from new to assigned
  • description modified (diff)

Changed 2 years ago by martinkou

  • status changed from assigned to closed
  • resolution set to fixed

Fixed with [1138].

Click here for more info about our SVN system.

Note: See TracTickets for help on using tickets.