Search and Top Navigation
#3704 closed bug (fixed)
Opened December 30, 2008 05:26AM UTC
Closed January 07, 2009 03:40PM UTC
effects explode: all classses added should have 'ui-' prefix
Reported by: | rdworth | Owned by: | |
---|---|---|---|
Priority: | critical | Milestone: | 1.7 |
Component: | ui.effects.* (individual effect) | Version: | 1.6rc2 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
see effects.explode.js line 46 (line number as of rev1292)
Attachments (0)
Change History (3)
Changed December 30, 2008 05:26AM UTC by comment:1
component: | ui.core → effects.* (individual effect) |
---|
Changed December 31, 2008 01:47AM UTC by comment:2
Why does this effect even need a class?
Changed January 07, 2009 03:40PM UTC by comment:3
resolution: | → fixed |
---|---|
status: | new → closed |
Because those are temp elements that are later removed after a timeout, and I didn't want to create scope. Performance-optimized and fixed in r1538.