Opened 16 years ago
Closed 16 years ago
#5731 closed Bug (fixed)
Safari: First enter does not break the line in enterMode BR + SCAYT
| Reported by: | Tobiasz Cudnik | Owned by: | |
|---|---|---|---|
| Priority: | Normal | Milestone: | CKEditor 3.3 |
| Component: | Project : CKReleaser | Version: | |
| Keywords: | Safari Confirmed | Cc: | WebSpellChecker.net |
Description
Safari: First enter does not break the line in enterMode BR + SCAYT.
Reproduce
- Don't disable SCAYT
- Set enterMode to BR, eg in config.js:
config.enterMode = CKEDITOR.ENTER_BR
- Start with an empty editor.
- Type "foo".
- Hit enter.
Result
- Nothing happens (no space).
- Hitting second time breaks the line.
- Typing something after first enter hit, and hitting it again (once) breaks the line correctly.
Expected
- Carret is placed in next line.
Can't be reproduced without SCAYT enabled.
Change History (2)
comment:1 Changed 16 years ago by
comment:2 Changed 16 years ago by
| Component: | General → Project : CKReleaser |
|---|---|
| Keywords: | Confirmed added |
| Resolution: | → fixed |
| Status: | new → closed |

Could you please specify which version should we test? We can reproduce this problem even with SCAYT disabled on nightly build but on trunk this problem is absent!