#3409 closed Bug (fixed)
Empty LI's don't render at full height
Reported by: | Josh Nisly | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | CKEditor 3.0 |
Component: | General | Version: | SVN (CKEditor) - OLD |
Keywords: | Confirmed HasPatch | Cc: |
Description
To duplicate, start with a completely empty editor, then press the bullet button. The bullet will be scrunched up against the top of the editor until a key is typed, which causes the UL/LI to render at full height, shifting the bullet down.
The solution, I believe, is to call appendBogus() on the LI. Attached is a patch that implements this.
This can be reproduced with any of the nightly samples.
Attachments (2)
Change History (6)
Changed 16 years ago by
Attachment: | 3409.patch added |
---|
comment:1 follow-up: 2 Changed 16 years ago by
Keywords: | Confirmed HasPatch added |
---|
Changed 16 years ago by
Attachment: | 3409_2.patch added |
---|
comment:2 Changed 16 years ago by
Replying to garry.yao:
Nice catch, while the 'appendBogus()' call should dedicated to FF.
I've attached an updated patch that avoids this in IE.
comment:4 Changed 16 years ago by
Milestone: | → CKEditor 3.0 |
---|
Nice catch, while the 'appendBogus()' call should dedicated to FF.