Opened 17 years ago
Closed 17 years ago
#965 closed Bug (fixed)
Change ordered list (with type attribute) to unordered list get <ul type="1"> in IE
Reported by: | tba21cn | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | FCKeditor 2.5 Beta |
Component: | General | Version: | SVN (FCKeditor) - Retired |
Keywords: | Cc: |
Description
Test step:
- Create a ordered list, and assign type to "numbers" (<ol type="1">)
- Click the "Insert/Remove Bulleted list"
the list looks still like ordered list, but when view source: it has <ul type="1"> which is NOT correct.
Note: FFx works.
<ul type="1">
<li>list item1</li>
</ul>
Change History (1)
comment:1 Changed 17 years ago by
Milestone: | → FCKeditor 2.5 |
---|---|
Resolution: | → fixed |
Status: | new → closed |
Fixed in the nightlies