Opened 16 years ago
Last modified 15 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
- Load any of the sample page and fill the editor with the following contents:
test tab order <hr />
- 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)
Change History (6)
comment:1 Changed 16 years ago by
| Keywords: | Confirmed added |
|---|---|
| Milestone: | → CKEditor 3.4 |
comment:2 Changed 15 years ago by
| Owner: | set to brooks |
|---|---|
| Status: | new → assigned |
Changed 15 years ago by
| Attachment: | 5477.patch added |
|---|
comment:3 Changed 15 years ago by
| Keywords: | review? added |
|---|
comment:4 Changed 15 years ago by
| 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 15 years ago by
| Milestone: | CKEditor 3.4 |
|---|

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