Ticket #4791 (closed Bug: fixed)
Problem with moving focus to a form element
| Reported by: | wwalc | Owned by: | garry.yao |
|---|---|---|---|
| Priority: | Normal | Milestone: | CKEditor 3.3 |
| Component: | General | Version: | 3.0.1 |
| Keywords: | Confirmed Review+ | Cc: |
Description
Problem exists at least in FF 3.5.5.
Steps to reproduce
- paste the following code in source mode:
<p> aaa</p> <form action="action" method="get" name="name"> <input checked="checked" name="dfgd" type="checkbox" value="dfgd" /></form> <p> bbb</p>
- switch to wysiwyg mode
- try moving focus to the form element
- problem: although it is possible to move focus to the form element, cursor is not visible
Problem doesn't exist until we switch to source mode (if we add the checkbox element in wysiwyg mode, it is possible to move focus using a mouse, using arrow keys always doesn't work).
Attachments
Change History
comment:2 Changed 4 years ago by fredck
This may be related to a browser bug. In that case, if fixing it at our side is too complex, we may first fill a bug at Mozilla and wait.
Note: See
TracTickets for help on using
tickets.
