Opened 15 years ago
Closed 14 years ago
#813 closed defect (invalid)
dojo.lfx.toggle.fade.hide slow in certain situations
Reported by: | Owned by: | Bryan Forbes | |
---|---|---|---|
Priority: | high | Milestone: | 0.9 |
Component: | General | Version: | 0.3 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
Not sure what elements caused the issues, but there is an app I'm working on where I have a SortableTable? used to select items to "view the detail" of. The detail section would fade in/out below the table. Within that section there are 3 input fields/date picker icon/image submit icon.
The fade in/out became pretty un-usable in this situation (though it was very fast in other sections with similar forms). Perhaps the animation can do a quick spot check of #child nodes contained in the targeted fade area and do some optimizations appropriately, like only fading on span/div elements - perhaps adding a small amount of fade to input fields/images - but only at the last minute to save rendering performance...?
I've done a similar sort of thing when doing dumb yellow highlights of changing regions of data when the node count gets very high.
Hit me up on im and I can give you the ip/login info to play with the app in question. (a sitepen app )
Change History (3)
comment:1 Changed 15 years ago by
Owner: | changed from anonymous to Bryan Forbes |
---|
comment:2 Changed 14 years ago by
Milestone: | 0.4 → 0.5 |
---|
comment:3 Changed 14 years ago by
Resolution: | → invalid |
---|---|
Status: | new → closed |
I don't think this code exists anymore in 0.9. Jesse, please reopen with a test case if you still see a problem.