Side navigation
#3918 closed bug (invalid)
Opened January 19, 2009 10:50PM UTC
Closed October 16, 2009 01:28AM UTC
Last modified March 15, 2012 02:43PM UTC
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".
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?