Running Wizard as a non-modal/non-popup is broken
See original GitHub issueHi,
Following structure of UICatalog
, I am trying to run Wizard
scenario. The difference is that instead of calling Application.Run
on Wizard
as done here, I am simply adding it inside the MainWindow which is included in the Top
. In this case, when the wizard shows the last step added as first step and then behaves completely in incorrect way. But if I call Application.Run(wizard)
it works properly though it doesn’t show any other controls, like menu, that I have added in Top
.
I have updated my sample app TerrminalWizard
What am I missing?
https://user-images.githubusercontent.com/5595263/177230377-9a6a4530-2a7d-4d7d-b6d5-52c725435770.mov
Issue Analytics
- State:
- Created a year ago
- Comments:32 (13 by maintainers)
Top Results From Across the Web
Non Modal Bootstrap Wizard
This can be enabled by setting the isModal property to false in the wizard constructor. var wizard = $('#satellite-wizard').wizard({ keyboard : ...
Read more >Inline Dialogs/Popups on Wizard Modal Page in APEX 21.2 ...
The error I get is: Uncaught Error: Error: Region does not support being opened and closed. when I go to access one of...
Read more >Modals and Popups and Dialogs, Oh My! Which to Use When ...
We will cover modal and non - modal dialog pages, inline dialog and inline ... Attend and gain confidence in your use of...
Read more >Text Visualizer should not be a modal dialog
The Text Visualizer, and other debug visualizers as well, are modal dialogs. This is extremely unhelpful when trying to compare two long ...
Read more >Modal · Bootstrap v5.0
Use Bootstrap's JavaScript modal plugin to add dialogs to your site for lightboxes, user notifications, or completely custom content.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
How’s this look?
Note, I’m still playing with some layout and color things. Prepping a PR now.
@GaikwadPratik - In my fix for #1883 I have decided to make it so setting the first step explicitly is not needed IN YOUR CASE.
There is still a case where devs will need to do it, but it’s an outlier. The docs will now read: