Live data from Hacker News

A Better Twitter Bootstrap Modal

github.com

11–20 of 73 posts

Re: A Better Twitter Bootstrap Modal

#17

"Stackable" After checking out the live demo, I have no idea how "stacking" modals could make a good user interface.

I have found one case where it makes sense. Say you have a modal popup with an 'editor' widget in it. If that widget then needs to popup another modal for adding a link, it makes sense. Here is a screenshot of what I'm talking about...

http://www.evernote.com/shard/s178/sh/003f6b5e-0869-44af-ab9...

This is also using the bootstrap modal solution referenced in this article. Redactor is the editor widget.

Re: A Better Twitter Bootstrap Modal

#19

"Stackable" After checking out the live demo, I have no idea how "stacking" modals could make a good user interface.

It's a very common pattern in desktop software (complicated config panels, for instance). I don't think that makes it "good" but at least it's well understood. It's dumb that most existing modals can't do it.

Re: A Better Twitter Bootstrap Modal

#20

"Stackable" After checking out the live demo, I have no idea how "stacking" modals could make a good user interface.

I think it's a terrible UX the way it's presented, but there is definitely a use-case for the functionality.

Say you have a modal that contains a step-by-step process. Now you can load multiple modals, and dismiss them one at a time. To a user, it will look like s/he is moving through the steps.

Is this a good use? Ehh...maybe not, but it's possible. Just brainstorming here.

Post reply on HN