Ticket #680 (new Bug)

Opened 3 years ago

Last modified 9 months ago

No context menu for checkbox in a table cell in Firefox

Reported by: plauderer@… Owned by:
Priority: Normal Milestone:
Component: General Version:
Keywords: SF Confirmed Firefox Cc:

Description (last modified by martinkou) (diff)

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.


Moved from SF:
 http://sourceforge.net/tracker/index.php?func=detail&aid=1333057&group_id=75348&atid=543653

Change History

Changed 3 years ago by martinkou

  • description modified (diff)
  • reporter changed from martinkou to plauderer@…

Changed 3 years ago by martinkou

I guess this is related to 1276199 and 1262603


Moved from SF. Original poster: plauderer

Changed 2 years ago by fredck

  • keywords Confirmed Firefox added
  • summary changed from no context menu for checkbox in a table cell in FireFox to No context menu for checkbox in a table cell in Firefox

Changed 9 months ago by arczi

The same bug occurs in 3.0 beta 3667.

Note: See TracTickets for help on using tickets.