Skip to main content

Bug Tracker

Side navigation

#274 closed bug (invalid)

Opened October 13, 2006 05:53PM UTC

Closed October 15, 2006 03:19AM UTC

load() of html is not shown properly after hide/show

Reported by: gonz808@hotmail.com Owned by:
Priority: minor Milestone:
Component: ajax Version:
Keywords: Cc:
Blocked by: Blocking:
Description

Example of the problen can be found here

http://ozymandias.dk/js/jq2b.html

1) Press load to se normal behaviour.

2) do a page refresh.

Press toggle twice and then load to see odd behaviour.

The loaded html is displayed on top of the "Last modified†.." line

Attachments (0)
Change History (1)

Changed October 15, 2006 03:19AM UTC by john comment:1

resolution: → invalid
status: newclosed

This can be fixed by adding the following line in the callback of your slideDown/slideUp calls:

$(this).height("auto");

This will make the height of the element revert to its original height, as opposed to a static one.