[Libreoffice-bugs] [Bug 136729] Insert rows allows only 99 new rows, but the input doesn't message that clearly
bugzilla-daemon at bugs.documentfoundation.org
bugzilla-daemon at bugs.documentfoundation.org
Fri Sep 18 18:31:36 UTC 2020
https://bugs.documentfoundation.org/show_bug.cgi?id=136729
--- Comment #9 from Caolán McNamara <caolanm at redhat.com> ---
re comment #8, we do limit the range and it is set in the .ui. Using the up and
down buttons will clip to those limits. The issue is with the entry of free
text and that the "being-edited" text is not crystallized to a value until a
spinbutton loses focus at which point the text is parsed and converted to a
number and then that number is clipped to the legal range. So an entry of e.g.
the text "1000" is not turned into an integer of 1000 and then clipped to the
max of 200 until the spinbutton loses focus and that is where I contend there
is little more that can be done.
--
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/20200918/af25ec8e/attachment.htm>
More information about the Libreoffice-bugs
mailing list