Bug Tracker

Opened 14 years ago

Closed 13 years ago

Last modified 11 years ago

#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 dmethvin

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?

comment:2 Changed 13 years ago by dmethvin

Component: unfilledfx

comment:3 Changed 13 years ago by dmethvin

Resolution: invalid
Status: newclosed

Please reopen with a test case.

Note: See TracTickets for help on using tickets.