Having a GtkAdjustment for a GtkSpinButton, and missing "upper" and "lower" subelements in the GtkAdjustment makes the control unlimited from top in all VCL plugins except for gtk (e.g., gen or win), where that makes control disabled. We need to make the behaviour consistent across the plugins to match the reference (gtk).
did you encounter this with a specific existing example, or some work in progress you can share ?
That is with Glow effect that I added sidebar panel for - in Draw, add a shape (e.g., ellipse), select it, and in Glow panel (Properties sidebar), try to change radius - it works with gen or on Windows, but not on gtk3
Caolán McNamara committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/core/commit/d9fa826769cd570814f3556d53493a78d2869873 tdf#133396 FormattedField comes with differrent defaults than GtkSpinButton It will be available in 7.0.0. The patch should be included in the daily builds available at https://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: https://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback.
that seems to do what we want