#15092 closed defect (fixed)
View should be hidden when loaded via ViewController#openExternalView with noTransition option
Reported by: | Atsushi Ono | Owned by: | ykami |
---|---|---|---|
Priority: | low | Milestone: | 1.8 |
Component: | DojoX Mobile | Version: | 1.7.2 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
When you load fragments by using ViewController#openExternalView function, the loaded view becomes visible even if specifying "noTransition:true" option. Please try the attached test case, and you can see two visible views in the screen when clicking the button to load fragment.
I think this option would be used to load fragments in background, so it would be preferred that the view should be hidden when loaded with "noTransition:true" option.
Attachments (2)
Change History (6)
Changed 9 years ago by
Attachment: | test_openExternalView.html added |
---|
comment:1 Changed 9 years ago by
Milestone: | tbd → 1.8 |
---|---|
Priority: | undecided → low |
Status: | new → assigned |
You can simply hide the view by yourself, but you may be right, probably it should be hidden by default. Thanks.
Changed 9 years ago by
Attachment: | patch15092-test_data-handlers.patch added |
---|
Adrian Vasiliu, IBM, CCLA
comment:3 Changed 9 years ago by
The attached patch15092-test_data-handlers.patch modifies a label in dojox/mobile/tests/test_data-handlers.html to make clear that now the button "Load view2" doesn't have any visible effect anymore (this button uses viewController.openExternal() with no transition). This is to avoid the confusion when running the test.
test case