|
|
| |
1. The way dialogs act is an OS feature, not specific to any app |
|
Reply |
|
|
 Steven Moseley | 2010-05-06 15:14:33 |
| The way dialogs act relative to a window is an OS feature, not specific to any app. Chrome and Firefox can't change how the OS works... |
| |
2. Re: The way dialogs act is an OS feature, not specific to any ap |
|
Reply |
|
|
 Koala | 2010-05-06 21:44:58 - In reply to message 1 from Steven Moseley |
| On the last versions they made a work-around to this that it only blocks the tab responsible for the alert :) |
| |
3. Re: The way dialogs act is an OS feature, not specific to any ap |
|
Reply |
|
|
 Manuel Lemos | 2010-05-06 22:06:49 - In reply to message 1 from Steven Moseley |
Modal Windows made sense for modal applications. However tab based applications are different as each one has a separate context. Therefore, modality should be restricted to the tab that opened in the modal window.
There is no impediment that prevents a browser to restrict modality. Developers should think outside the box to make applications better for the users. |
|