JPro-one / JPro

The right place to report about bugs or suggest improvements for JPro.
https://www.jpro.one
9 stars 4 forks source link

Mouse clic event processing order inside a pane that use the FileUploader #133

Open guirak opened 2 years ago

guirak commented 2 years ago

Hi Florian ,

I come to you with another problem :(. I can easily found a workaround for this one, so it's less annoying than the Node.setViewOrder problem.

I have defined a VBox area that is attached as clic and drag & drop node to a MultiFileUploader. In this VBox, i have several children and some of them have mouse clic event handler. My equivalent in native is working well but with JPRO and MultiFileUploader, the mouse clic is performed in the VBox before the buttons inside the VBox.

Thank you for advance,

KG.