Skip to main content

Bug Tracker

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".

Attachments (0)
Change History (3)

Changed January 19, 2009 10:59PM UTC by dmethvin comment:1

need: PatchTest Case

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?

Changed October 14, 2009 01:56AM UTC by dmethvin comment:2

component: unfilledfx

Changed October 16, 2009 01:28AM UTC by dmethvin comment:3

resolution: → invalid
status: newclosed

Please reopen with a test case.