Skip to main content

Bug Tracker

Side navigation

#3395 closed bug (duplicate)

Opened September 23, 2008 08:12AM UTC

Closed December 19, 2008 06:11PM UTC

Webkit: .hide() does not work

Reported by: Ti Owned by:
Priority: major Milestone: 1.3
Component: core Version: 1.2.6
Keywords: webkit, safari, chrome, hide Cc:
Blocked by: Blocking:
Description
<body>
<script src="jquery-nightly.pack-r5754.js"></script>
<script>
// does not work (in webkit element is visible)
$('<p>hide me before attach</p>').hide().appendTo('body')

// work, element is hidden
$('<p>hide me after attach</p>').appendTo('body').hide() 
</script>
</body>
Attachments (0)
Change History (4)

Changed September 23, 2008 11:01PM UTC by flesler comment:1

This was already reported and dicussed on the jquery-dev group.

We'll probably fix this for 1.3.

Changed October 06, 2008 02:58PM UTC by john comment:2

Ariel - Which bug(s) relate to this issue? Is this the tracking bug for it? Which discussion mentioned this?

Changed October 06, 2008 05:02PM UTC by flesler comment:3

#3343, #2233, #1239.

#1349 and #2575 are slightly related. The discussion is on jquery-dev, very easy to find.

Changed December 19, 2008 06:11PM UTC by john comment:4

resolution: → duplicate
status: newclosed

Duplicate of #1239.