Skip to main content

Bug Tracker

Side navigation

#3188 closed bug (invalid)

Opened July 25, 2008 09:10AM UTC

Closed July 28, 2008 02:39PM UTC

the Effect Method Animate can't change the height -css -attibute.

Reported by: frontview Owned by:
Priority: major Milestone: 1.3
Component: core Version: 1.2.6
Keywords: Cc:
Blocked by: Blocking:
Description

it seems use the statement as follows:

$("#divid").animate({height:"+=80px"},1000);

or

$("#divid").animate({height:"200px"},1000);

has no effect or it doesn't work.

Attachments (1)
  • bug report.rar (15.9 KB) - added by frontview July 25, 2008 09:10AM UTC.

    the testing files

Change History (2)

Changed July 28, 2008 02:33PM UTC by flesler comment:1

The line you point out says:

hight instead of __height__.

Check that out, if that is the problem.. you really made a lose valuable time here.

Please reply or close if done.

Changed July 28, 2008 02:39PM UTC by flesler comment:2

resolution: → invalid
status: newclosed

Reopen with a valid test case if you want.