<html>
<head>
<base href="https://bugs.documentfoundation.org/">
</head>
<body>
<p>
<div>
<b><a class="bz_bug_link
bz_status_NEW "
title="NEW - Inconsistent error messages when failing to input required fields"
href="https://bugs.documentfoundation.org/show_bug.cgi?id=91837#c13">Comment # 13</a>
on <a class="bz_bug_link
bz_status_NEW "
title="NEW - Inconsistent error messages when failing to input required fields"
href="https://bugs.documentfoundation.org/show_bug.cgi?id=91837">bug 91837</a>
from <span class="vcard"><a class="email" href="mailto:serval2412@yahoo.fr" title="Julien Nabet <serval2412@yahoo.fr>"> <span class="fn">Julien Nabet</span></a>
</span></b>
<pre>Code pointer:
3734 if ( !rColInfo.xFirstControlWithInputRequired.is() &&
!rColInfo.xFirstGridWithInputRequiredColumn.is() )
3735 continue;
<a href="https://opengrok.libreoffice.org/xref/core/svx/source/form/formcontroller.cxx#3734">https://opengrok.libreoffice.org/xref/core/svx/source/form/formcontroller.cxx#3734</a>
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</pre>
</div>
</p>
<hr>
<span>You are receiving this mail because:</span>
<ul>
<li>You are the assignee for the bug.</li>
</ul>
</body>
</html>