Opened 14 years ago

Closed 14 years ago

#5713 closed Bug (fixed)

Chrome: Form elements are added on the beginning of the document

Reported by: Tobiasz Cudnik Owned by: Garry Yao
Priority: Normal Milestone: CKEditor 3.3
Component: General Version: SVN (CKEditor) - OLD
Keywords: Chrome Confirmed Review+ Cc:

Description

In Chrome, form elements are always added on the beginning of the document. it doesn't matter carret is positioned.

Attachments (1)

5713.patch (2.9 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

Keywords: Confirmed added

comment:2 Changed 14 years ago by Garry Yao

Owner: set to Garry Yao
Status: newassigned

Another simpler way that describe the bug:

  1. Make some selection in editor;
  2. Click above OR press 'Shift+Tab' key to move focus outside the editor;
  3. Press 'Tab' key again to focus the editor again.
    • Actual Result: Selection is lost and cursor start blinking in front of document.

It's a old regression from 3.2 from [5134].

Changed 14 years ago by Garry Yao

Attachment: 5713.patch added

comment:3 Changed 14 years ago by Garry Yao

There's potential bug we don't know before for webkit, that we can't set tabIndex directly on iframe/textarea, otherwise later when you blur them (by moving focus out of editor), the previous selection will NOT be able to restore.

comment:4 Changed 14 years ago by Frederico Caldeira Knabben

Keywords: Review+ added

comment:5 Changed 14 years ago by Garry Yao

Resolution: fixed
Status: assignedclosed

Fixed with [5509].

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