Opened 17 years ago
Closed 17 years ago
#1206 closed Bug (fixed)
Some <span style=""> may remain in the source
Reported by: | Frederico Caldeira Knabben | Owned by: | Frederico Caldeira Knabben |
---|---|---|---|
Priority: | Normal | Milestone: | FCKeditor 2.5 Beta |
Component: | Core : Styles | Version: | SVN (FCKeditor) - Retired |
Keywords: | Confirmed | Cc: |
Description
To test it, append the following definitions to the fckstyle.xml file:
<Style name="Size: 12 px" element="span"> <Attribute name="style" value="font-size:12px" /> </Style> <Style name="Size: 14 px" element="span"> <Attribute name="style" value="font-size:14px" /> </Style>
Steps to Reproduce
- Open sample01.html;
- Select all;
- Apply the "Size: 14 px" style;
- Select the first word: "This";
- Apply the "Size: 12 px" style.
Checking the source, you will find the following:
<span style="font-size: 12px"><span style="">This</span></span>
Change History (3)
comment:1 Changed 17 years ago by
Component: | General → Core : Styles |
---|
comment:2 Changed 17 years ago by
Owner: | set to Frederico Caldeira Knabben |
---|---|
Status: | new → assigned |
comment:3 Changed 17 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
I'm not anymore able to reproduce it with the current SVN version, so it must have been fixed with another ticket.