[Libreoffice-bugs] [Bug 144338] UI Connected spinbox not updated when value is typed into the field

bugzilla-daemon at bugs.documentfoundation.org bugzilla-daemon at bugs.documentfoundation.org
Wed Sep 8 06:39:52 UTC 2021


https://bugs.documentfoundation.org/show_bug.cgi?id=144338

--- Comment #4 from Heiko Tietze <heiko.tietze at documentfoundation.org> ---
I think we can change the interaction handler from "OnChange", fired on exit or
when the spin buttons are pressed, to "OnKeyUp" that handles all value changes.
But it would be quite annoying when values changes all the time and you enter
something in A, switch to B, and get A changed again when modifying B. What I
mean is: The cases when it make sense are rare (the export dialog might be
one). It is an error-prone modification since you have to take care of ranges
yourself. And last but not least, users are familiar with this method as Caolan
implements standard behavior. If we implement a check-and-update-on-input
behavior it needs to be done very carefully and only when needed.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/libreoffice-bugs/attachments/20210908/3c451e14/attachment.htm>


More information about the Libreoffice-bugs mailing list