Opened 15 years ago
Closed 15 years ago
#4791 closed Bug (fixed)
Problem with moving focus to a form element
Reported by: | Wiktor Walc | 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 (1)
Change History (6)
comment:1 Changed 15 years ago by
Keywords: | Confirmed added |
---|---|
Milestone: | → CKEditor 3.3 |
comment:2 Changed 15 years ago by
Changed 15 years ago by
Attachment: | 4791.patch added |
---|
comment:3 Changed 15 years ago by
Keywords: | Review? added |
---|---|
Owner: | set to Garry Yao |
Status: | new → assigned |
A padding <br> is enough for FF to start working, note that we have similar issue in IE where the cursor can't be place at the end of form.
comment:4 Changed 15 years ago by
Keywords: | Review+ added; Review? removed |
---|
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.