#3152 closed defect (fixed)
Tree/Titlepane height problem when you click during open/close
Reported by: | guest | Owned by: | Bryan Forbes |
---|---|---|---|
Priority: | high | Milestone: | 0.9beta |
Component: | Dijit | Version: | 0.9 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
the height effect, (when you click on a div and this div slowly change it's height to 0) if called more that 1 time before the effect complete (2 click in a very short time) have a bug, seems that before starting the effect it save the real height of the div, probably for rollback the second time, but if the div is in the effect it can have a different height, so the 2nd click would lost the original div's height, overwriting, i notice this bug in the treeview and in titlepane.
Change History (3)
comment:1 Changed 15 years ago by
Owner: | changed from bill to Bryan Forbes |
---|---|
Summary: | dijit height effect problem → Tree/Titlepane height problem when you click during open/close |
Note: See
TracTickets for help on using
tickets.
Basically a dup/consequence of #2944, so we'll address it after that bug is fixed.