Opened 15 years ago

Closed 15 years ago

#3737 closed Bug (fixed)

style tags are losing formatting in IE.

Reported by: Martin Kou Owned by: Garry Yao
Priority: Normal Milestone: CKEditor 3.0
Component: Core : Output Data Version: SVN (CKEditor) - OLD
Keywords: Confirmed IE Review+ Cc:

Description

  1. Try to put the following HTML code in Source mode in IE:
    <p>
    	asdfasfdas <style>
    p
    {
        background-color: red;
    }
    </style></p>
    
  2. Switch to WYSIWYG mode and back.
  3. The formatting of the contents in the style tag disappears.

Attachments (1)

3737.patch (709 bytes) - added by Garry Yao 15 years ago.

Download all attachments as: .zip

Change History (4)

Changed 15 years ago by Garry Yao

Attachment: 3737.patch added

comment:1 Changed 15 years ago by Garry Yao

Keywords: Review? added
Owner: set to Garry Yao
Status: newassigned

comment:2 Changed 15 years ago by Martin Kou

Keywords: Review+ added; Review? removed

comment:3 Changed 15 years ago by Garry Yao

Resolution: fixed
Status: assignedclosed

Fixed with [3674].

Note: See TracTickets for help on using tickets.
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy