Some bugs regarding lists
-
Hi there,
we’ve encountered a few bugs in lists. Can you confirm these resp. have any idea why this happens and how to slove them?
Switching from HTML to Visual and back…
<ol> <script type="text/javascript" src="/"></script> <li>a </ol>
becomes
<ol><ol> </ol></ol><script type="text/javascript" src="/"></script><ol> <li>a </li></ol>
——————–
<ol> <li>a <li>b</li> </ol>
becomes
<ol> <li>a </li><li>b</li><li> </li></ol>
—————-
<ol> <li>a <p>test</p> <li>b <p>test</p> </ol>
becomes
<ol> <li>a <p>test</p> </li><li>b <p>test</p> </li></ol>
The first two produce real errors, the last one is not wrong, but it still changes the code and makes it less readable.
Hope you can help to shed some light on this. Thanks anyway for a great and sorely neede plugin.
https://www.ads-software.com/plugins/preserved-html-editor-markup-plus/
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Some bugs regarding lists’ is closed to new replies.