insighty / openesignforms

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

Double-click on file in browser for upload causes clicks on underlying Form #15

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
When the file chooser dialog is over my Tree, and I use double-clicks, I can 
produce the "extra click" bug. I even got an "Out of Sync" error. I noted that 
the extra click only seems to affect my Tree and my Table, but when I position 
over a button or checkbox, the button/checkbox never seems to get the extra 
click.

So, is there a way to prevent that double-click to choose+open a file to upload 
from reaching Vaadin? I can't easily control users to tell them to either 
single click and click the Open button of the file chooser, or to move the file 
chooser dialog away from underlying areas to click. 

We entered a bug report with Vaadin: http://dev.vaadin.com/ticket/7122

Original issue reported on code.google.com by yoz...@gmail.com on 3 Jun 2011 at 4:49

GoogleCodeExporter commented 8 years ago
I've noticed that when I 'm editing in source code, and do a search, it 
searches the page underneath it as well.

Original comment by lstro...@gmail.com on 8 Oct 2013 at 6:28

GoogleCodeExporter commented 8 years ago
Well, that's not really related to this issue.

But in Source mode of the CKEditor, the editor's search feature is disabled 
(not sure why they chose that since it would make sense to allow a search of 
the HTML).

So this means you must be doing a browser-based search, and a browser searches 
across an "HTML page" -- and with Web 2.0 systems like OpenESF, everything is 
pretty much on one HTML page, with DIVs and the like being added/removed from 
the DOM.

When you open a "window" in OpenESF, it's really just a DIV added to the same 
page, with a z-index and opacity setting to make it appear on top.  So in this 
case, the editor and all is on the same page as what appears underneath it, and 
the browser search doesn't work on such "layers" as it does on the entire page.

In fact, we're going to close this issue now because it's not something we can 
fix (it's a Vaadin issue) and with the newer layout and use of menus instead of 
a Tree, the issue is even hard to reproduce.

Original comment by yoz...@gmail.com on 8 Oct 2013 at 6:41