Bug Tracker

Opened 13 years ago

Closed 13 years ago

#7342 closed bug (worksforme)

.Show() and .Hide() produces wrong .css('display') value in firefox

Reported by: janhenrike@… Owned by:
Priority: high Milestone:
Component: effects Version: 1.4.3
Keywords: Cc:
Blocked by: Blocking:

Description

When using .hide() and .show() on a $('<a>') element, firefox sets display to block, even though i have style="display:inline-block;".

IE9 and Chrome produces wanted result, while Firefox produces unwanted results. See jsfiddle: http://jsfiddle.net/GPGjq/

Change History (1)

comment:1 Changed 13 years ago by Rick Waldron

Component: unfiledeffects
Milestone: 1.5
Priority: undecidedhigh
Resolution: worksforme
Status: newclosed

This issue is not reproducing with 1.4.4rc?

http://jsfiddle.net/d9uJS/1/

Note: See TracTickets for help on using tickets.