Skip to main content

Bug Tracker

Side navigation

#7342 closed bug (worksforme)

Opened October 28, 2010 08:32AM UTC

Closed October 28, 2010 05:27PM UTC

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

Reported by: janhenrike@omega.no 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/

Attachments (0)
Change History (1)

Changed October 28, 2010 05:27PM UTC by rwaldron comment:1

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/