Modal Dialog does not get focus on first click
Hi,
Identified an issue in Windows Safari 5 with Modal Dialog boxes. The below is issue.
When a Message box (Validation message) is displayed to the user the control is not getting transferred to the message box instead it still lies with the parent page.
For Example:
A list box is visible with values in parent page, when you click delete, the confirmation message pops up.
On the mouse click on confirmation message, the focus would be changed to an item in the list box of the parent page and that particular item gets deleted instead of the selected item.
Understanding:
-When a Modal dialog box is displayed control is not passed to the Dialog box .
-Once the user click mouse once then the control is passed to the Dialog box.
-The second mouse click only the action is performed.
Identified an issue in Windows Safari 5 with Modal Dialog boxes. The below is issue.
When a Message box (Validation message) is displayed to the user the control is not getting transferred to the message box instead it still lies with the parent page.
For Example:
A list box is visible with values in parent page, when you click delete, the confirmation message pops up.
On the mouse click on confirmation message, the focus would be changed to an item in the list box of the parent page and that particular item gets deleted instead of the selected item.
Understanding:
-When a Modal dialog box is displayed control is not passed to the Dialog box .
-Once the user click mouse once then the control is passed to the Dialog box.
-The second mouse click only the action is performed.
MAC OSX 10.6.3 Snow leopard, Mac OS X (10.6.3)