PHP Classes

The way dialogs act is an OS feature, not specific to any app

Recommend this page to a friend!

      PHP Classes blog  >  PHP Developers are sw...  >  All threads  >  The way dialogs act is an OS...  >  (Un) Subscribe thread alerts  
Subject:The way dialogs act is an OS...
Summary:The way dialogs act is an OS feature, not specific to any app
Messages:3
Author:Steven Moseley
Date:2010-05-06 13:54:33
Update:2010-05-06 22:06:49
 

 


  1. The way dialogs act is an OS...   Reply   Report abuse  
Picture of Steven Moseley 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...   Reply   Report abuse  
Picture of Koala 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...   Reply   Report abuse  
Picture of Manuel Lemos 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.