#17155 closed defect (bug) (duplicate)
TinyMCE inserts spans with font-styles atributes
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | major | Version: | 3.1 |
Component: | TinyMCE | Keywords: | needs-patch |
Focuses: | Cc: |
Description
This is continuation of #14218 which seems to be not fixed in 3.1 and still exist even in current 3.2. Reproducing steps
- Open WP in latest Chrome (any version) - and probably also in other webkit browsers
- Create new post
- create UL with clicking on bullet icon
- type some Li elements
- close ul with <- icon (in advanced tinymce line)
- type some text
- switch to html view or publish article and see the code, you will see something like
asdfasdfh <ul> <li>asfasdfa</li> <li>asdfa</li> <li>asfd</li> </ul> <span style="font-size: small;"><span class="Apple-style-span" style="line-height: 24px;">adfasdfasd</span></span> <span style="font-size: small;"><span class="Apple-style-span" style="line-height: 24px;">asfasd</span></span> <span style="font-size: small;"><span class="Apple-style-span" style="line-height: 24px;"> </span></span>
P.S.: i can't select Version 3.2 in the bug report properties
Change History (2)
Note: See
TracTickets for help on using
tickets.
#17154
Whoops :)