Opened 13 years ago

Last modified 13 years ago

#8039 confirmed Bug

[IE9] Bgcolor partial removal problematic

Reported by: Garry Yao Owned by:
Priority: Normal Milestone:
Component: Core : Styles Version: 3.2
Keywords: IE Cc:

Description

  1. Load the editor with the following content and selection:
    <p>
    	This is <span style="background-color: rgb(255, 0, 0);">some [sample] text</span>. </p>
    
    
  2. Open background color panel and apply the 'auto' color to selection;
  • Actual Result:
    <p>
    	This is <span style="">some </span>sample<span style=""> text</span>.</p>
    
  • Expected Result:
    <p>
    	This is <span style="background-color: rgb(255, 0, 0);">some </span>sample<span style="background-color: rgb(255, 0, 0);"> text</span>.</p>
    

Change History (2)

comment:1 Changed 13 years ago by Garry Yao

Not a recent regression, dedicate to IE9 only.

comment:2 Changed 13 years ago by Jakub Ś

Status: newconfirmed

Confirmed. Reproducible on IE9 only.

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