Hi, I'm using DNN7.0.6 with DNNRadEditor. Under some combinations of browser and OS I am getting unwanted span tags added to the HTML when creating ordered or unordered lists. The HTML created in certain conditions is this:
<ul>
<li><span style="background-color: #f9f9f9;">bullet 1</span></li>
<li><span style="background-color: #f9f9f9;">bullet 2</span></li>
<li><span style="background-color: #f9f9f9;">bullet 3</span></li>
</ul>
Each list item is created with a grey background for some inexplicable reason.
When editing in other brower/OS combinations, the li tags are created cleanly without any spurious span tags.
For me, this problem occurs with Chrome/Win8,Chrome XP but does NOT occur if using Chrome on Win7. My client is experiencing the problem with Firefox on Win7 and Win8 but for me Firefox is good on Win7 and Win8.
Has anyone experienced anything similar?...and if yes do you understand why?
Incidently CKEditor does not display this problem but there are reasons why I need to stick with DNNRadEditor.
Thanks for any insight/suggestions.
Phil