Opened 9 years ago
Closed 8 years ago
#16089 closed defect (fixed)
dojox/mobile/ListItem: busy attribute works only once
Reported by: | Eric Durocher | Owned by: | Eric Durocher |
---|---|---|---|
Priority: | undecided | Milestone: | 1.9 |
Component: | DojoX Mobile | Version: | 1.8.0 |
Keywords: | Cc: | cjolif | |
Blocked By: | Blocking: |
Description
Setting the busy attribute of a ListItem? to true correctly displays a ProgressIndicator?, but then setting busy to false then true again does not display the indicator a second time.
Attachments (1)
Change History (5)
comment:1 Changed 9 years ago by
Changed 9 years ago by
Attachment: | 16089.patch added |
---|
Set removeOnStop to false on the progress indicator - Eric Durocher (IBM, CCLA)
comment:2 Changed 9 years ago by
Cc: | cjolif added |
---|
comment:3 Changed 8 years ago by
Milestone: | tbd → 1.9 |
---|
Note: See
TracTickets for help on using
tickets.
Can be reproduced with dojox/mobile/tests/test_EdgeToEdgeDataList-more-v.html for example: the ProgressIndicator does not appear the second time you click 'Load More Items'.