monika0691 / emite

Automatically exported from code.google.com/p/emite
0 stars 0 forks source link

Avoid the use of Window.prompt #297

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
There is also a potential small problem with the group chat tab close (Issue 
288). It's using a browser confirm dialog for the user to confirm whether they 
want to leave the group chat. This dialog blocks the JavaScript executing which 
means that if the user has this confirm dialog open for too long then the 
JavaScript can't hold the BOSH connection open, and the chat connection is 
lost. Perhaps if we used a gwt based modal dialog instead.

The browser confirm dialog is used also when deleting a group.

Original issue reported on code.google.com by danigb on 21 Jul 2010 at 2:07

GoogleCodeExporter commented 9 years ago
This issue was closed by revision r1521.

Original comment by danigb on 21 Jul 2010 at 2:08