Opened 14 years ago

Closed 14 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)

4791.patch (793 bytes) - added by Garry Yao 14 years ago.

Download all attachments as: .zip

Change History (6)

comment:1 Changed 14 years ago by Frederico Caldeira Knabben

Keywords: Confirmed added
Milestone: CKEditor 3.3

comment:2 Changed 14 years ago by Frederico Caldeira Knabben

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.

Changed 14 years ago by Garry Yao

Attachment: 4791.patch added

comment:3 Changed 14 years ago by Garry Yao

Keywords: Review? added
Owner: set to Garry Yao
Status: newassigned

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 14 years ago by Alfonso Martínez de Lizarrondo

Keywords: Review+ added; Review? removed

comment:5 Changed 14 years ago by Garry Yao

Resolution: fixed
Status: assignedclosed

Fixed with [5241].

Note: See TracTickets for help on using tickets.
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy