Interesting UI changes in Firefox 4: you can notice the modal dialog window on the center of the Firefox 4 window. It’s simply activated with javascript window.alert();. The same interface is also adopted into window.confirm(); and window.prompt();.
I like the new modal UI in Firefox 4, because it makes user more concentrated on the alert messages or other requests from a webpage. Another advantage to this UI change is that the modal dialog windows only displayed on the webpage that calls them. So your browsing or work should not be interrupted by a javascript dialog from other inactivated windows. It is a great idea to replace the native dialog UI in browser with such modal designs.

Interesting UI changes in Firefox 4: you can notice the modal dialog window on the center of the Firefox 4 window. It’s simply activated with javascript window.alert();. The same interface is also adopted into window.confirm(); and window.prompt();.

I like the new modal UI in Firefox 4, because it makes user more concentrated on the alert messages or other requests from a webpage. Another advantage to this UI change is that the modal dialog windows only displayed on the webpage that calls them. So your browsing or work should not be interrupted by a javascript dialog from other inactivated windows. It is a great idea to replace the native dialog UI in browser with such modal designs.

  1. zhusee2 posted this