#3918 closed bug (invalid)
show()/hide() do not work on the <col> tag in firefox
Reported by: | appfault | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | 1.3.1 |
Component: | effects | Version: | 1.3 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
show()/hide() do not work on th <col> tag in firefox.
They do work in IE, however.
This is apparently because Firefox requires "visibility: collapse" but IE requires "display: none".
Change History (3)
comment:1 Changed 14 years ago by
need: | Patch → Test Case |
---|
comment:2 Changed 13 years ago by
Component: | unfilled → fx |
---|
comment:3 Changed 13 years ago by
Resolution: | → invalid |
---|---|
Status: | new → closed |
Please reopen with a test case.
Note: See
TracTickets for help on using
tickets.
Can you provide a simple test case, and some idea of why you'd want to show/hide col tags? I've never used it for anything more than attaching styles to use on that column. Are you saying you want to show/hide all the columns in the table identified by a particular col tag?