#15224 closed defect (fixed)
dojox.mobile.ContentPane in SwapView problem
Reported by: | youngho | Owned by: | ykami |
---|---|---|---|
Priority: | high | Milestone: | 1.8 |
Component: | DojoX Mobile | Version: | 1.7.2 |
Keywords: | Cc: | Eric Durocher | |
Blocked By: | Blocking: |
Description
Hello,
A dojox.mobile.ContentPane? which has 'lazy:true' property in SwapView? container, the content loaded after twice load() call not single load() call.
I attached test case file
Attachments (2)
Change History (6)
Changed 9 years ago by
Attachment: | test_SwapView-slideshow_1.html added |
---|
Changed 9 years ago by
Attachment: | _ContentPaneMixin.patch added |
---|
comment:1 Changed 9 years ago by
comment:2 Changed 9 years ago by
Cc: | Eric Durocher added |
---|---|
Milestone: | tbd → 1.8 |
Priority: | undecided → high |
Status: | new → assigned |
comment:4 Changed 9 years ago by
BTW, dojox.mobile.Carousel has a built-in lazy-load feature. You may want to take a look at it as well.
Note: See
TracTickets for help on using
tickets.
Hello,
I attached a patch for this problem.
Thanks,
Youngho