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
- 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>
- 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>
Not a recent regression, dedicate to IE9 only.