sciter-sdk icon indicating copy to clipboard operation
sciter-sdk copied to clipboard

select popups receive no mouse events in dialogs

Open JomerDev opened this issue 7 years ago • 2 comments

With the latest version select options can not be selected with the mouse when the select element is in an dialog ( on ubuntu ). This can be tested with the samples/dialogs+windows/test-dialog.htm when pressing the "Show dialog at coordinates" button and than opening the select. The calendar does not react to mouse clicks

Edit: Dragging files onto an element doesn't work either. I couldn't get samples/drag-n-drop/shell-file-drop.htm to work

Edit2: Both work on windows

JomerDev avatar Jun 27 '18 16:06 JomerDev

Are there any news about this? Do you need more info from me?

JomerDev avatar Jul 09 '18 19:07 JomerDev

That's the problem with modal loops implementation in GTK. GTK locks anything outside of active modal dialog window. Check my question on SO : https://stackoverflow.com/questions/42680786/gtk-widget-add-tick-callback-and-gtk-main-iteration

I am redesigning modal loop mechanism completely on GTK. Takes time.

c-smile avatar Jul 09 '18 21:07 c-smile