Opened 18 years ago
Closed 12 years ago
#680 closed Bug (duplicate)
No context menu for checkbox in a table cell in Firefox
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | 3.0 |
Keywords: | SF Firefox | Cc: |
Description (last modified by )
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 (7)
comment:1 Changed 18 years ago by
Description: | modified (diff) |
---|---|
Reporter: | changed from Martin Kou to plauderer@… |
comment:2 Changed 18 years ago by
comment:3 Changed 17 years ago by
Keywords: | Confirmed Firefox added |
---|---|
Summary: | no context menu for checkbox in a table cell in FireFox → No context menu for checkbox in a table cell in Firefox |
comment:5 Changed 14 years ago by
comment:6 Changed 14 years ago by
Version: | → 3.0 |
---|
comment:7 Changed 12 years ago by
Resolution: | → duplicate |
---|---|
Status: | confirmed → closed |
This is actually a dup of #5804 (Table has nothing to do here).
I guess this is related to 1276199 and 1262603
Moved from SF. Original poster: plauderer