sciter-sdk
sciter-sdk copied to clipboard
select popups receive no mouse events in dialogs
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
Are there any news about this? Do you need more info from me?
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.