Opened 15 years ago
Closed 15 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)
Change History (6)
comment:1 Changed 15 years ago by
Changed 15 years ago by
Attachment: | 5212.patch added |
---|
comment:2 Changed 15 years ago by
Component: | UI : Enter Key → Project : CKPackager |
---|---|
Keywords: | Review? added |
Owner: | set to Garry Yao |
Status: | new → assigned |
comment:4 Changed 15 years ago by
Keywords: | Review+ added; Review? removed |
---|
JavaScript escaped NBSP was converted back to character when compressing and then been ignored by Safari's document.createTextNode.