Stefan Ziegler

Results 8 comments of Stefan Ziegler

Problematic code is in `createThumbnailFromUrl`: ``` if (callback != null) { img.onerror = callback; } img.src = file.dataURL ``` this causes an error for tiff files and so the onerror...

@vadz How far are we from merging the changes into masters?

Hi vadz, do you know when you have time to add this feature?

Yes, please check, because I do not know whether this has side effects, but for our case, it works. We have wxAUINotebook, two taps open, drag one of them and...

Other issue (not solved by this patch) is e.g. the following ![image](https://github.com/user-attachments/assets/17193453-7f7d-406e-a743-1534ee5abc40) Drop indicator of aui manager (blue rect) is at the wrong position when we try to drag und...

The sample in samples/aui/ can be used to reproduce the problems. 1. Drag the tab from the notebook to the right, the tab is then very narrow on the right...

I've just tested your changes in my app. Seems to work. Behavior is as expected.