Opened 14 years ago

Last modified 14 years ago

#5477 review_failed Bug

[IE] Tab key incorrect result when document contains control type element

Reported by: Garry Yao Owned by: brooks
Priority: Normal Milestone:
Component: General Version: 3.0
Keywords: IE Confirmed Cc:

Description

Environment

All IE versions

Reproducing Procedures

  1. Load any of the sample page and fill the editor with the following contents:
    test tab order
    <hr />
    
  2. Place the cursor at the beginning of first line and press 'Tab' key.
  • Expected Result: The editor blurs and focus into the element in next tabIndex.
  • Actual Result: The focus goes into the <hr> element.

Attachments (1)

5477.patch (706 bytes) - added by brooks 14 years ago.

Download all attachments as: .zip

Change History (6)

comment:1 Changed 14 years ago by Frederico Caldeira Knabben

Keywords: Confirmed added
Milestone: CKEditor 3.4

comment:2 Changed 14 years ago by brooks

Owner: set to brooks
Status: newassigned

Changed 14 years ago by brooks

Attachment: 5477.patch added

comment:3 Changed 14 years ago by brooks

Keywords: review? added

the original source code doesn't handle TAB key in IE,let me just delete the comment.

comment:4 Changed 14 years ago by Garry Yao

Keywords: Review- added; review? removed

This doesn't work reversely: when using Shift Enter key to put back focus, it's noticed that cursor is on <hr> element.

comment:5 Changed 14 years ago by Frederico Caldeira Knabben

Milestone: CKEditor 3.4
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