Opened 14 years ago
Closed 14 years ago
#7432 closed Bug (fixed)
Safari: we can't start a Numbered/Bulleted list with out focus in editor body
Reported by: | Satya Minnekanti | Owned by: | Garry Yao |
---|---|---|---|
Priority: | Normal | Milestone: | CKEditor 3.5.3 |
Component: | General | Version: | 3.0 |
Keywords: | IBM WebKit | Cc: | Damian, James Cunningham, Teresa Monahan |
Description
To reproduce the defect:
- Open Ajax Sample, with out focus in editor body, click on Insert/Remove Numbered list button.
Expected Result:
See that Empty Numbered list starts.
Actual Result:
2 empty paragraphs are created one with a span
<p> <span id="cke_bm_101S" style="display: none; "> </span></p> <p> </p>
Attachments (2)
Change History (9)
comment:1 Changed 14 years ago by
Keywords: | WebKit added |
---|---|
Milestone: | → CKEditor 3.5.3 |
Status: | new → confirmed |
comment:3 Changed 14 years ago by
Version: | 3.5.3 (SVN - trunk) → 3.0 |
---|
Changed 14 years ago by
Attachment: | 7432.patch added |
---|
comment:4 Changed 14 years ago by
Owner: | set to Sa'ar Zac Elias |
---|---|
Status: | confirmed → review |
Changed 14 years ago by
Attachment: | 7432_2.patch added |
---|
comment:5 Changed 14 years ago by
Owner: | changed from Sa'ar Zac Elias to Garry Yao |
---|
By looking at the patch I find it will break for enter mode BR, plus it could be further simplified.
comment:6 Changed 14 years ago by
Status: | review → review_passed |
---|
comment:7 Changed 14 years ago by
Resolution: | → fixed |
---|---|
Status: | review_passed → closed |
Fixed with [6634].
#7438 marked as duplicate.