[Libreoffice-bugs] [Bug 131196] Formcontrols: Borders couldn't be set to "no border" through macros

2023-03-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=131196

--- Comment #10 from Mike Kaganski  ---
(In reply to Andreas Heinisch from comment #7)
> If I set the border property to "NOBORDER (4096)" the border disappears.
> Maybe there is a misunderstanding between "NONE" and "NOBORDER"?

The description misses one important bit:
"Look at UnoControlEditModel Service documentation at
https://api.libreoffice.org/docs/idl/ref/servicecom_1_1sun_1_1star_1_1awt_1_1UnoControlEditModel.html#a54d3ff280d892218d71e667f81ce99d4,
and see that the three documented values for the Border property are "0: No
border", "1: 3D border", and "2: simple border"".

It seems to me that Andreas could be right, suspecting the documentation issue
here.

Or maybe (better) the "0: No border" should be converted to the VCL-internal
"0x1000 NOBORDER" in UnoControlFormattedFieldModel::convertFastPropertyValue
(and likewise for other control model services having Border property with
identical allowed value sets, after testing that they indeed also have the same
issue).

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 131196] Formcontrols: Borders couldn't be set to "no border" through macros

2023-03-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=131196

--- Comment #9 from Robert Großkopf  ---
Bug is still the same in LO 7.4.5.1 on OpenSUSE 15.3 64bit rpm Linux. Might be
there is missing a refresh - no border won't change any pixel around a control.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 131196] Formcontrols: Borders couldn't be set to "no border" through macros

2023-03-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=131196

--- Comment #8 from QA Administrators  ---
Dear Robert Großkopf,

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
https://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://web.libera.chat/?settings=#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] [Bug 131196] Formcontrols: Borders couldn't be set to "no border" through macros

2021-03-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=131196

Andreas Heinisch  changed:

   What|Removed |Added

 CC||andreas.heini...@yahoo.de

--- Comment #7 from Andreas Heinisch  ---
If I set the border property to "NOBORDER (4096)" the border disappears. Maybe
there is a misunderstanding between "NONE" and "NOBORDER"?

-- 
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 131196] Formcontrols: Borders couldn't be set to "no border" through macros

2020-09-28 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=131196

BogdanB  changed:

   What|Removed |Added

 CC||buzea.bog...@libreoffice.or
   ||g
 Blocks||107659, 108382


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=107659
[Bug 107659] [META] Macro bugs and enhancements
https://bugs.documentfoundation.org/show_bug.cgi?id=108382
[Bug 108382] [META] Borders bugs and enhancements
-- 
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 131196] Formcontrols: Borders couldn't be set to "no border" through macros

2020-03-09 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=131196

--- Comment #6 from Mike Kaganski  ---
(In reply to Julien Nabet from comment #4)
> Just for curiosity, how did you find it?

Oh, sorry, I don't really know how I arrived to that conclusion. Something like
a guess, because I seem to remember touching that function sometime ago.

-- 
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 131196] Formcontrols: Borders couldn't be set to "no border" through macros

2020-03-07 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=131196

Julien Nabet  changed:

   What|Removed |Added

 CC|serval2...@yahoo.fr |

--- Comment #5 from Julien Nabet  ---
Badfully I understand nothing here in toolkit part, peer etc.
VCLXWindow::setProperty is called once in design mode where it works
this same method is called three times when using macro and it doesn't work.
=> uncc myself

Hopefully some people are trying to rationalize/simplify LO code.

-- 
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 131196] Formcontrols: Borders couldn't be set to "no border" through macros

2020-03-07 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=131196

--- Comment #4 from Julien Nabet  ---
(In reply to Mike Kaganski from comment #3)
> (In reply to Julien Nabet from comment #2)
> > Mike: any idea how to find a code pointer for this kind of pb
> 
> Might be VCLXWindow::setProperty - look for "case BASEPROPERTY_BORDER"

Indeed, I put some traces in
https://opengrok.libreoffice.org/xref/core/toolkit/source/awt/vclxwindow.cxx?r=87030862#1681
and we enter in this part.

Just for curiosity, how did you find it?

-- 
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 131196] Formcontrols: Borders couldn't be set to "no border" through macros

2020-03-07 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=131196

--- Comment #3 from Mike Kaganski  ---
(In reply to Julien Nabet from comment #2)
> Mike: any idea how to find a code pointer for this kind of pb

Might be VCLXWindow::setProperty - look for "case BASEPROPERTY_BORDER"

-- 
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 131196] Formcontrols: Borders couldn't be set to "no border" through macros

2020-03-07 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=131196

Julien Nabet  changed:

   What|Removed |Added

 CC||mikekagan...@hotmail.com

--- Comment #2 from Julien Nabet  ---
Mike: any idea how to find a code pointer for this kind of pb or know who may
help here?
I don't know what pattern to search in Opengrok or where to put some break on
gdb.

-- 
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 131196] Formcontrols: Borders couldn't be set to "no border" through macros

2020-03-07 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=131196

Julien Nabet  changed:

   What|Removed |Added

 CC||serval2...@yahoo.fr
 Status|UNCONFIRMED |NEW
 Ever confirmed|0   |1

--- Comment #1 from Julien Nabet  ---
On pc Debian x86-64 with master sources updated today, I could reproduce this.

pb is I don't know how to find the code pointer.
"border" is present too many times in code.

-- 
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