Opened 14 years ago

Closed 14 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

  1. Don't disable SCAYT
  2. Set enterMode to BR, eg in config.js:
    config.enterMode = CKEDITOR.ENTER_BR
    
  3. Start with an empty editor.
  4. Type "foo".
  5. Hit enter.

Result

  1. Nothing happens (no space).
  2. Hitting second time breaks the line.
  3. Typing something after first enter hit, and hitting it again (once) breaks the line correctly.

Expected

  1. Carret is placed in next line.

Can't be reproduced without SCAYT enabled.

Change History (2)

comment:1 Changed 14 years ago by WebSpellChecker.net

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!

comment:2 Changed 14 years ago by Garry Yao

Component: GeneralProject : CKReleaser
Keywords: Confirmed added
Resolution: fixed
Status: newclosed

Not a SCAYT problem, actually a DUP of #5212, where we were missing releaser update, now committed with [5515].

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