Questions tagged [modal-view]
The modal-view tag has no summary.
45 questions
0 votes
1 answer
217 views
Angular / Material Dailogs, what is the preferred UX method for launching loading spinners over dialogs?
From UX point of view, should you load loading spinners/ progress spinner over the modal/dialogs - i.e like so: or should you close the dialog and then show the load the spinner - i.e avoiding the ...
1 vote
1 answer
997 views
Should modals have a route?
We use modal dialogs in our web application for actions such as deleting or creating an entity. These modals could be rendered as "on page actions", which are stateful and relative to the ...
1 vote
2 answers
3k views
Maximum modal size?
I am working on a problem where we need to show the users a preview of an image through a modal. We want them to have the maximum possible view within a modal and not create a separate page for that. ...
1 vote
0 answers
300 views
Why does handlebar not appear consistently in the native iOS UI design?
Handlebars usually appear at the top of Modal View: But in other system-level views, there is no handlebar, even if they functionally act like a Modal View. (For instance, this screen, where you can ...
0 votes
2 answers
378 views
Modal over another modal [duplicate]
we have a new feature annoucement pop up which comes once to the user on our dashboard. when we speak about new feature it is ideal to show the the demo video as well i feel. so we have inluded a ...
1 vote
0 answers
301 views
Position of Done button on iOS WebViews
On iOS modal screens, I’m following a pattern of always positioning key/affirmative actions on the right (Save, Add, etc) and dismissive actions on the left (Done, Cancel, Close). However, if a ...
0 votes
1 answer
904 views
Is it okay to show the loads of data on modal or on the new web page?
I am working on an application which has some data in tabular format. There is a view button for each row. So my question is: After clicking on that button, should I show the data on the new web ...
2 votes
1 answer
394 views
Warning/ Information on top of a Modal
I want to give users a warning on a modal that changing one form field has implications on another form field. I am aware of 2 patterns that are used as shown here. I am seeking suggestions on what UI ...
6 votes
2 answers
2k views
What is the name of this UI element?
I tried to find out the name of this, but I can find nowhere. So, I just call it 'Modal View Handler' Is that correct name? anything else? Thanks in advance.
5 votes
3 answers
7k views
Display Modal over another Modal, it's really a sin?
I'm currently working in a web app for technology transfer offices and I've been avoiding at all costs to display a Modal window over another one that's already open. To give more context, there is ...
2 votes
1 answer
3k views
Placement of 'Cancel' action on an iOS navigation bar in a modal view?
In the case of two actions such as Cancel and Done, I would usually place Done on top-right and Cancel on the left. In the case of a single action such as Done, I would usually place it on the top-...
1 vote
1 answer
702 views
using modals for inputting data into a table
I have an interface and the central part is a data table of objects with various attributes. Above the table are various functions that allow the user to perform functions such as editing something ...
1 vote
1 answer
252 views
Modal box navigation left/right or up/down?
On a site with a vertical scrolling layout where images are displayed one below the other, and clicking an image opens a Modal box to display it in a bigger view, navigation to the next and previous ...
10 votes
2 answers
4k views
Should opening a modal box change the browser history?
I am displaying images which can be clicked to be opened in a modal box (like this plugin does) and zoomed when pinched on touch devices (like this demo). The actual modalbox is as follows: It ...
11 votes
3 answers
6k views
Are modal dialogs WCAG compliant?
Are modal dialogs WCAG compliant? I understand that pop-ups of any kind do not meet WCAG requirements, and I assume this includes modal dialogs? For example, I am working with a Primefaces component,...