Skip to main content

Questions tagged [modal-view]

0 votes
1 answer
217 views

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 ...
Paul D's user avatar
  • 1
1 vote
1 answer
997 views

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 ...
qsi's user avatar
  • 789
1 vote
2 answers
3k views

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. ...
Ahmad Khan Niazi's user avatar
1 vote
0 answers
300 views

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 ...
Yida Zhao's user avatar
0 votes
2 answers
378 views

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 ...
Hithesh vk's user avatar
1 vote
0 answers
301 views

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 ...
Goren Berdichevsky's user avatar
0 votes
1 answer
904 views

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 ...
Prathamesh Koshti's user avatar
2 votes
1 answer
394 views

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 ...
harshikerfuffle's user avatar
6 votes
2 answers
2k views

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.
Jun-hyuk Jang's user avatar
5 votes
3 answers
7k views

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 ...
Stefano Fenzo's user avatar
2 votes
1 answer
3k views

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-...
Goren Berdichevsky's user avatar
1 vote
1 answer
702 views

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 ...
colmcq's user avatar
  • 8,300
1 vote
1 answer
252 views

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 ...
Alvaro's user avatar
  • 17k
10 votes
2 answers
4k views

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 ...
Alvaro's user avatar
  • 17k
11 votes
3 answers
6k views

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,...
Fuzzy Analysis's user avatar

15 30 50 per page