Opened 17 years ago

Last modified 12 years ago

#680 closed Bug

no context menu for checkbox in a table cell in FireFox — at Initial Version

Reported by: Martin Kou Owned by:
Priority: Normal Milestone:
Component: General Version: 3.0
Keywords: SF Firefox Cc:

Description

When using Firefox you don't get a context menu for a checkbox in a tablecell. f.e.

<code>
<table border="0" cellpadding="0" cellspacing="0">
<tbody>
<tr>
<td valign="top"><input name="something"
type="checkbox" value="JA" /></td>
<td>Description for the checkbox. </td>
</tr>
</tbody>
</table>
</code>

When left-clicking on the checkbox, the table cell gets marked and no context menu shows up. Another leftclick on the checkbox followed by a right-click on some free space in the same table cell brings up the context menu correct with checkbox-properties. But not when clicking on the checkbox itself.

Change History (0)

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