Opened 14 years ago
Last modified 14 years ago
#8206 confirmed Bug
Firefox: unable to access caption with arrow keys
Reported by: | Jakub Ś | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | 3.0 |
Keywords: | Firefox | Cc: | satya_minnekanti@… |
Description
- Paste in the following code:
<p> This is some <strong>sample text</strong>. You are using <a href="http://ckeditor.com/">CKEditor</a>.</p> <table border="1" cellpadding="1" cellspacing="1" style="width: 500px;"> <caption> this is table</caption> <tbody> <tr> <td> </td> <td> </td> </tr> <tr> <td> </td> <td> </td> </tr> <tr> <td> </td> <td> </td> </tr> </tbody> </table> <p> This is some <strong>sample text</strong>. You are using <a href="http://ckeditor.com/">CKEditor</a>.</p>
- Place the cursor inside the table and try to move it with arrows to reach the caption.
Result: It is impossible to reach the caption with arrow keys but t is possible using mouse.
Change History (2)
comment:1 Changed 14 years ago by
Status: | new → confirmed |
---|
comment:2 Changed 14 years ago by
Cc: | satya_minnekanti@… added |
---|