[Libreoffice-bugs] [Bug 91837] Inconsistent error messages when failing to input required fields

bugzilla-daemon at bugs.documentfoundation.org bugzilla-daemon at bugs.documentfoundation.org
Tue Sep 4 21:09:58 UTC 2018


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

--- Comment #13 from Julien Nabet <serval2412 at yahoo.fr> ---
Code pointer:
3734             if ( !rColInfo.xFirstControlWithInputRequired.is() &&
!rColInfo.xFirstGridWithInputRequiredColumn.is() )
3735                 continue;

https://opengrok.libreoffice.org/xref/core/svx/source/form/formcontroller.cxx#3734

First time, when message is comes from the form,
!rColInfo.xFirstControlWithInputRequired.is() = false and
!rColInfo.xFirstGridWithInputRequiredColumn.is() = true

Second time, when message doesn't come from the form, obviously
!rColInfo.xFirstControlWithInputRequired.is() = true and
!rColInfo.xFirstGridWithInputRequiredColumn.is() = true

-- 
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/20180904/318f857f/attachment.html>


More information about the Libreoffice-bugs mailing list