Opened 14 years ago

Closed 14 years ago

Last modified 14 years ago

#4564 closed Bug (duplicate)

Unable to select and change values from some form elements with Firefox

Reported by: Matti Järvinen Owned by:
Priority: Normal Milestone:
Component: General Version: 3.0.1
Keywords: Cc:

Description

Unable to select and change properties from:

  • checkbox
  • selection field

with Firefox

Example data:

<form name="test">
	<p>
		<input name="checker" type="checkbox" value="yes" />checker</p>
	<p>
		<select name="sel"><option selected="selected" value="one">one</option><option value="two">two</option></select><br />
		&nbsp;</p>
</form>

Change History (2)

comment:1 Changed 14 years ago by Garry Yao

Keywords: forms removed
Resolution: duplicate
Status: newclosed

DUP of #3069.

comment:2 Changed 14 years ago by Frederico Caldeira Knabben

Milestone: CKEditor 3.x
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