(no title)
gindely | 5 years ago
But if they're overlaid elements, like a context sensitive menu that contains two options - delete, cancel - is there any substantive difference between a menu and a modal? The main advantage of a classic menu over a modal seems to be that it has a implicit cancel option that is uniformally implemented. But nowadays, menus are implemented without toolkit support - yay dom, yay - so even that is not consistent.
winrid|5 years ago
Content size doesn't change in my case and I would highly advise against changing the sizing of elements on the page for something like this.
The buttons are sized vertical based on the content up to a limit.
gindely|5 years ago
I guess it's an between case I didn't consider - it's maybe not modal with respect to the whole app, but it seems to be modal with respect to that one comment (you can ignore it and do something else with the rest of the program, but with that comment, you can't even read it).