java-cef
                                
                                 java-cef copied to clipboard
                                
                                    java-cef copied to clipboard
                            
                            
                            
                        Linux GTK modal dialogs are not really modal
Original report by Dave Tarkowski (Bitbucket: David Tarkowski).
On Linux, if I bring up a GTK+ modal dialog, such as a file dialog, it isn’t really modal – events are passed to the underlying application.
Using the cefclient application:
- Go to tests->Other tests->Dialog
- Click on a file dialog button
- While the file dialog is open, click on the same button two or three times.
- Click “Cancel” from the file dialog. A new dialog will be created immediately.