Ticket #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: | SpellChecker.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
Note: See
TracTickets for help on using
tickets.

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!