Opened 14 years ago

Closed 14 years ago

#5212 closed Bug (fixed)

Safari: SHIFT+ENTER must be done twice to work

Reported by: Frederico Caldeira Knabben Owned by: Garry Yao
Priority: Normal Milestone: CKEditor 3.3
Component: Project : CKPackager Version: 3.1
Keywords: Confirmed Safari Review+ Cc:

Description

This one looks like the old #223, but it happens only at the end of lines without the bogus <br> and with the release version only.

SHIFT+ENTER must be done twice to work.

Safari only. Works well with Chrome.

Attachments (1)

5212.patch (1.1 KB) - added by Garry Yao 14 years ago.

Download all attachments as: .zip

Change History (6)

comment:1 Changed 14 years ago by Garry Yao

JavaScript escaped NBSP was converted back to character when compressing and then been ignored by Safari's document.createTextNode.

Changed 14 years ago by Garry Yao

Attachment: 5212.patch added

comment:2 Changed 14 years ago by Garry Yao

Component: UI : Enter KeyProject : CKPackager
Keywords: Review? added
Owner: set to Garry Yao
Status: newassigned

comment:3 Changed 14 years ago by Garry Yao

We should not have just few bytes footprint added with this fix.

comment:4 Changed 14 years ago by Frederico Caldeira Knabben

Keywords: Review+ added; Review? removed

comment:5 Changed 14 years ago by Garry Yao

Resolution: fixed
Status: assignedclosed

Fixed with [5268].

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