https://bugs.documentfoundation.org/show_bug.cgi?id=148701
--- Comment #3 from Michael Weghorn <[email protected]> --- Created attachment 185832 --> https://bugs.documentfoundation.org/attachment.cgi?id=185832&action=edit Screenshot with master as of 8dc8ffff443c3b13e8782fdbaf61594056df8126 In a quick test with gtktiledviewer, the following commit significantly improved the situation and zooming in/out now makes the form text become larger/smaller as expected. What remains is that the text becomes blurry when zooming in, s. attached screenshot. commit 7adfecb0f5947ae258226c8d1652546f81577026 Author: Marco Cecchetti Date: Sun Feb 5 17:47:34 2023 +0100 lok: form controls: rendering and mouse event forwarding What we got - Most controls rendered on Writer and Impress (on Calc already implemented by Tomaž Vajngerl) - Text labels rendered correctly - Mouse events forwarded to controls - Control state changed on click for Writer and Calc - Control invalidation for all apps - Fixed broken LOK_CALLBACK_MOUSE_POINTER msg - Correct pointer style when mouse is hovering over a control Need to be improved - in impress click method for a control is not executed even if the mouse event is forwarded correctly - avoid not needed control invalidations (as the one occurring on document autosaving) Change-Id: I4d5012af7f90a2c726b6b6b5b068e2be1ed5568a Reviewed-on: https://gerrit.libreoffice.org/c/core/+/146569 Tested-by: Jenkins CollaboraOffice Reviewed-by: Tomaž Vajngerl Reviewed-on: https://gerrit.libreoffice.org/c/core/+/147320 Tested-by: Jenkins Reviewed-by: Marco Cecchetti -- You are receiving this mail because: You are the assignee for the bug.
