Opened 12 years ago
Closed 12 years ago
#8293 closed defect (fixed)
[dojox.widget] Roller should not destroy and recreate initial LI
Reported by: | dante | Owned by: | dante |
---|---|---|---|
Priority: | high | Milestone: | 1.3 |
Component: | DojoX Widgets | Version: | 1.2.3 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
there is an unavoidable flash of content when rendering a roller widget as all the LI's within the domNode are destroyed and a new item is created. Not destroying the first element and reusing that as the single LI which "rolls" seems a much better behavior.
usecase: unobtrusive static content progressively enhanced to include duplicates of original node with different template variables.
Note: See
TracTickets for help on using
tickets.
(In [16101]) fixes #8293 - preserve a possible first match from the markup to prevent a flash from recreating it after destruction. also add a _RollerHover mixin class for an added behavior.