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

2018-09-05 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=91837

Julien Nabet  changed:

   What|Removed |Added

   Assignee|libreoffice-b...@lists.free |serval2...@yahoo.fr
   |desktop.org |
 Status|NEW |ASSIGNED

--- Comment #15 from Julien Nabet  ---
I submitted this patch on gerrit:
https://gerrit.libreoffice.org/#/c/60059/

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


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

2018-09-05 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=91837

Alan Wheeler  changed:

   What|Removed |Added

Version|4.4.3.2 release |Inherited From OOo

--- Comment #14 from Alan Wheeler  ---
Tested with LibreOffice 3.3.0.
Exactly the same symptoms as described in the original bug report are exhibited
using 3.3.0, so set version to "Inherited from OOo"

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


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

2018-09-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=91837

--- Comment #13 from Julien Nabet  ---
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.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


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

2018-09-02 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=91837

--- Comment #12 from rob...@familiegrosskopf.de ---
Bug still exists in LO Version: 6.1.0.3
Build-ID: efb621ed25068d70781dc026f7e9c5187a4decd1
OpenSUSE 15, 64bit rpm Linux.

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


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

2018-09-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=91837

--- Comment #11 from QA Administrators  ---
** Please read this message in its entirety before responding **

To make sure we're focusing on the bugs that affect our users today,
LibreOffice QA is asking bug reporters and confirmers to retest open, confirmed
bugs which have not been touched for over a year.

There have been thousands of bug fixes and commits since anyone checked on this
bug report. During that time, it's possible that the bug has been fixed, or the
details of the problem have changed. We'd really appreciate your help in
getting confirmation that the bug is still present.

If you have time, please do the following:

Test to see if the bug is still present with the latest version of LibreOffice
from https://www.libreoffice.org/download/

If the bug is present, please leave a comment that includes the information
from Help - About LibreOffice.

If the bug is NOT present, please set the bug's Status field to
RESOLVED-WORKSFORME and leave a comment that includes the information from Help
- About LibreOffice.

Please DO NOT

Update the version field
Reply via email (please reply directly on the bug tracker)
Set the bug's Status field to RESOLVED - FIXED (this status has a particular
meaning that is not 
appropriate in this case)


If you want to do more to help you can test to see if your issue is a
REGRESSION. To do so:
1. Download and install oldest version of LibreOffice (usually 3.3 unless your
bug pertains to a feature added after 3.3) from
http://downloadarchive.documentfoundation.org/libreoffice/old/

2. Test your bug
3. Leave a comment with your results.
4a. If the bug was present with 3.3 - set version to 'inherited from OOo';
4b. If the bug was not present in 3.3 - add 'regression' to keyword


Feel free to come ask questions or to say hello in our QA chat:
https://kiwiirc.com/nextclient/irc.freenode.net/#libreoffice-qa

Thank you for helping us make LibreOffice even better for everyone!

Warm Regards,
QA Team

MassPing-UntouchedBug

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


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

2017-09-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=91837

--- Comment #10 from Alan Wheeler  ---
Still present in LibreOffice 5.4.1 (Windows 10 64bit)

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


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

2017-09-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=91837

--- Comment #9 from QA Administrators  ---
** Please read this message in its entirety before responding **

To make sure we're focusing on the bugs that affect our users today,
LibreOffice QA is asking bug reporters and confirmers to retest open, confirmed
bugs which have not been touched for over a year.

There have been thousands of bug fixes and commits since anyone checked on this
bug report. During that time, it's possible that the bug has been fixed, or the
details of the problem have changed. We'd really appreciate your help in
getting confirmation that the bug is still present.

If you have time, please do the following:

Test to see if the bug is still present on a currently supported version of
LibreOffice 
(5.4.1 or 5.3.6  https://www.libreoffice.org/download/

If the bug is present, please leave a comment that includes the version of
LibreOffice and 
your operating system, and any changes you see in the bug behavior

If the bug is NOT present, please set the bug's Status field to
RESOLVED-WORKSFORME and leave 
a short comment that includes your version of LibreOffice and Operating System

Please DO NOT

Update the version field
Reply via email (please reply directly on the bug tracker)
Set the bug's Status field to RESOLVED - FIXED (this status has a particular
meaning that is not 
appropriate in this case)


If you want to do more to help you can test to see if your issue is a
REGRESSION. To do so:
1. Download and install oldest version of LibreOffice (usually 3.3 unless your
bug pertains to a feature added after 3.3)

http://downloadarchive.documentfoundation.org/libreoffice/old/

2. Test your bug
3. Leave a comment with your results.
4a. If the bug was present with 3.3 - set version to "inherited from OOo";
4b. If the bug was not present in 3.3 - add "regression" to keyword


Feel free to come ask questions or to say hello in our QA chat:
http://webchat.freenode.net/?channels=libreoffice-qa

Thank you for helping us make LibreOffice even better for everyone!

Warm Regards,
QA Team

MassPing-UntouchedBug-20170901

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


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

2016-05-24 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=91837

--- Comment #8 from Alan Wheeler  ---
Still present in LibreOffice 5.1.3.2

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


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

2016-03-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=91837

--- Comment #7 from Alan Wheeler  ---
Still present lib LibreOffice 5.1.1.3

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


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

2015-10-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=91837

Julien Nabet  changed:

   What|Removed |Added

 Status|RESOLVED|NEW
 Resolution|DUPLICATE   |---

--- Comment #6 from Julien Nabet  ---
Since I can reproduce this one with LO Debian package 5.0.2 and with master
sources updated today but not tdf#75340 (see my last comment here:
https://bugs.documentfoundation.org/show_bug.cgi?id=75340#c13), I put this one
to NEW again.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


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

2015-07-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=91837

rob...@familiegrosskopf.de changed:

   What|Removed |Added

 CC||rob...@familiegrosskopf.de

--- Comment #3 from rob...@familiegrosskopf.de ---
Couldn't this be the same as described in bug75340 and bug75341?

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


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

2015-07-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=91837

--- Comment #4 from Alex Thurgood ipla...@yahoo.co.uk ---
(In reply to robert from comment #3)
 Couldn't this be the same as described in bug75340 and bug75341?

Sure looks like it, I'd go for 75340

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


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

2015-07-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=91837

Alex Thurgood ipla...@yahoo.co.uk changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |DUPLICATE

--- Comment #5 from Alex Thurgood ipla...@yahoo.co.uk ---


*** This bug has been marked as a duplicate of bug 75340 ***

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


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

2015-07-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=91837

rob...@familiegrosskopf.de changed:

   What|Removed |Added

   See Also||https://bugs.documentfounda
   ||tion.org/show_bug.cgi?id=75
   ||340

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


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

2015-07-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=91837

rob...@familiegrosskopf.de changed:

   What|Removed |Added

   See Also||https://bugs.documentfounda
   ||tion.org/show_bug.cgi?id=75
   ||341

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


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

2015-06-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=91837

--- Comment #1 from Alex Thurgood ipla...@yahoo.co.uk ---
So my guess is that the first error message is generated from the form
properties, and the second from the insert statement.

From the description, it appears that the form property constraints are ignored
when you switch to a new record entry, and then the SQL parser throws an error.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


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

2015-06-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=91837

Alex Thurgood ipla...@yahoo.co.uk changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 Ever confirmed|0   |1

--- Comment #2 from Alex Thurgood ipla...@yahoo.co.uk ---
Confirming on 

LO 4432

OSX 10.10.3

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


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

2015-06-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=91837

Alex Thurgood ipla...@yahoo.co.uk changed:

   What|Removed |Added

 OS|Windows (All)   |All

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs