Questions tagged [popover]
informational bits of text that appear to guide a user through an interface, usually popping up when a user hovers over an interface element such as a button. Differs from a tooltip in that popovers have headers and can include image content.
17 questions
1 vote
0 answers
167 views
List View Item Details - Accordion vs Sticky Modal/Popover [closed]
I need to show a large block of details (and actions) for an item in a list. I'm comparing 1) An accordion vs 2) Bottom sticked modal/popover. The list remains usable in both options. ACCORDION PROS: ...
0 votes
1 answer
89 views
Timed info popup frequency
I have a request for a info popup highlighting a button that can save a search. The idea is it popup pointing a the saved search button for 3 seconds. My question is how often should this be done? My ...
1 vote
1 answer
552 views
Should a popover include an arrow or not? [closed]
I'm trying to decide if popover panels should include an arrow pointing to the component that triggered it, or if this is an unnecessary element. Others' Approach Here are some of my research on this ...
0 votes
1 answer
1k views
Is it a good practice to use tooltip and a popover on the same UI element?
Previously I have only for desktop application. So I used tooltips to show some additional information on specific UI elements Now I am going responsive with same application So, since tooltips are ...
3 votes
2 answers
666 views
Automatically opening the dropdown for guiding users
We have a page that lets our users analyze their data. In order to analyze the data, they need to select the data-set via a dropdown first and without selecting the data-set, the page is almost ...
0 votes
2 answers
485 views
How to choose between a Popover, Inspector, or Toolbar to edit properties?
macOS apps have the following patterns (and possibly others) for editing properties of selected items: Popovers (See here) Inspector Panels (Right Sidebar) Toolbars In the following example, the ...
1 vote
2 answers
5k views
Alternatives to modal dialog for simple forms
I have a button that pops a simple modal form. The form takes a name, description and has a save button. I am not a fan of having a button to the left of the screen, a dialog that pops in the center ...
0 votes
1 answer
127 views
Navigation with icon to open page and open popover top
This is my first participation here so apologies if I am not doing this right. My question is about about using icons for navigation. For example: All items are clickable 1) The first item (My ...
10 votes
4 answers
26k views
What is the difference between popover menu, drop-down menu & fly-out menu?
What is the difference between popover menu, drop-down menu & fly-out menu? Are they same in functionality or do they vary? If no, why so many variations? Popover menu drop-down menu Fly-out ...
1 vote
2 answers
379 views
Modals/dialogs, popovers, popups, alerts timing and easing
I am trying to find out evidence concerning how to handle both timing and ease of modals/dialogs, popovers, popups, alerts and so on. Is there anyone who can share studies or links? Thanks.
0 votes
2 answers
117 views
Should I Let User Know Why I Need The Data
I need user's user name, but not his password. Should I tell him why I use it I will not want their password, and if yes, should it be a modal or popover?
0 votes
1 answer
360 views
iOS: Best way to indicate popover?
I'm working on a simple music app for a client. There's a switch that triggers a backing track/beat that users can play sounds over that looks like this (the client insisted on the flower icon, don't ...
1 vote
1 answer
200 views
Popover Menu with Only One Item, but Potentially Two
My question is related to this one, but not exactly the same (I explain why in the Note below). One of the screens of my iPad app displays a PDF file, and in the top right there is an "Action" bar ...
1 vote
3 answers
572 views
Contextual actions in mobile/ios best practices
UX noob here... I am trying to envision the vest way to present the user with actions he/she can perform in specific views of my iOS application. Each view could have different actions. I have ...
154 votes
2 answers
247k views
What's the difference between a Modal, Popup, Popover and Lightbox?
I've seen many terms used to describe message boxes that notify and alert users or display information such as modal, popup, popover and lightbox. What is the difference between these components? ...