Opened 13 years ago

Closed 13 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:

  1. 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; ">&nbsp;</span></p>
<p>
	&nbsp;</p>

Attachments (2)

7432.patch (784 bytes) - added by Sa'ar Zac Elias 13 years ago.
7432_2.patch (1.5 KB) - added by Garry Yao 13 years ago.

Download all attachments as: .zip

Change History (9)

comment:1 Changed 13 years ago by Wiktor Walc

Keywords: WebKit added
Milestone: CKEditor 3.5.3
Status: newconfirmed

#7438 marked as duplicate.

comment:2 Changed 13 years ago by Sa'ar Zac Elias

Regression of [6618].

comment:3 Changed 13 years ago by Sa'ar Zac Elias

Version: 3.5.3 (SVN - trunk)3.0

Actually the bug is ther even before [6618], it was hidden by [6461] and revealed again by [6618].

Changed 13 years ago by Sa'ar Zac Elias

Attachment: 7432.patch added

comment:4 Changed 13 years ago by Sa'ar Zac Elias

Owner: set to Sa'ar Zac Elias
Status: confirmedreview

Changed 13 years ago by Garry Yao

Attachment: 7432_2.patch added

comment:5 Changed 13 years ago by Garry Yao

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 13 years ago by Sa'ar Zac Elias

Status: reviewreview_passed

comment:7 Changed 13 years ago by Garry Yao

Resolution: fixed
Status: review_passedclosed

Fixed with [6634].

Note: See TracTickets for help on using tickets.
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy