Opened 17 years ago
Closed 14 years ago
#2367 closed Bug (worksforme)
IE: List padding may cause list command errors
Reported by: | Frederico Caldeira Knabben | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | FCKeditor 2.6.2 |
Keywords: | IE | Cc: | mistaib@… |
Description
When applying "padding" and "margin" styles to list elements, IE may "expand" them, making it possible to place the caret "after" sub-lists in nested lists. Other browsers don't make it possible.
The problem is that this uncommon caret position breaks the list commands.
Steps to Reproduce
- Load the following HTML in the editor:
<style type="text/css"> ol { padding-bottom: 20px; } </style> <ol> <li>Item 1 <ol> <li>Item 1.1</li> </ol> </li> </ol> <p> Some text. </p>
- In WYSIWYG mode, place the caret in the white space following "Item 1.1". This can be achieved either by mouse click or by using the RIGHT-ARROW key.
- Hit any of the list buttons in the toolbar.
A JavaScript error will be thrown and nothing else happens.
Change History (2)
comment:1 Changed 17 years ago by
Cc: | mistaib@… added |
---|
comment:2 Changed 14 years ago by
Resolution: | → worksforme |
---|---|
Status: | confirmed → closed |
WFM with CKE3.2.6Trunk