[IE7] Inconsistent navigation issue on tables with headers
To reproduce:
- Create a table and select Headers : First Row
- Place cursor in first cell.
- Move through table with right arrow.
RESULT
Focus moves from 1st row to the 2nd row and then traverses the cells. Never moves into other cells in the first row.
Same happens if you choose Headers : First Column
Same issue when navigating from outside the table into the table, the cursor skips the header cells.
Change History (6)
Keywords: |
Confirmed IE added
|
Milestone: |
CKEditor 3.0 →
CKEditor 3.1
|
Milestone: |
CKEditor 3.1 →
CKEditor 3.2
|
Milestone: |
CKEditor 3.2 →
CKEditor 3.3
|
Milestone: |
CKEditor 3.3 →
CKEditor 3.x
|
Resolution: |
→ wontfix
|
Status: |
confirmed →
closed
|
Cursor positioning is not handled by our code. It's a browser feature that's provided automatically. IE is buggy here, and we don't have much to do in this sense.
I'm postponing this ticket so we can check the options we have for this. We're not able to do that right now, because any attempt to customize the navigation keys is risky.