[Libreoffice-bugs] [Bug 132605] Connector dialog does not allow negative value for Line Skew

2023-10-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=132605

Heiko Tietze  changed:

   What|Removed |Added

   Assignee|libreoffice-b...@lists.free |rb.hensc...@t-online.de
   |desktop.org |
 Status|NEW |ASSIGNED

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

[Libreoffice-bugs] [Bug 132605] Connector dialog does not allow negative value for Line Skew

2023-10-09 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=132605

--- Comment #8 from Regina Henschel  ---
@Heiko: Can you please look at the patch? The values -100 work. But I'm not
sure about the values (incl 100) at all. They are without unit and it is not
clear how they relate to the field values, which for me are in "cm".

The "Line Skew" values are not available in the sidebar. You need to call
"Connector" from the context menu or from the Format menu.

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

[Libreoffice-bugs] [Bug 132605] Connector dialog does not allow negative value for Line Skew

2023-10-09 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=132605

Regina Henschel  changed:

   What|Removed |Added

 CC||heiko.tietze@documentfounda
   ||tion.org

--- Comment #7 from Regina Henschel  ---
A proposed patch is in https://gerrit.libreoffice.org/c/core/+/157700

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

[Libreoffice-bugs] [Bug 132605] Connector dialog does not allow negative value for Line Skew

2023-02-28 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=132605

--- Comment #6 from Regina Henschel  ---
The error still exists in Version: 7.6.0.0.alpha0+ (X86_64) / LibreOffice
Community
Build ID: 9d44236a62bf59d120dda89924d0d1407b2bd52b
CPU threads: 8; OS: Windows 10.0 Build 19045; UI render: Skia/Raster; VCL: win
Locale: en-US (en_US); UI: en-US
Calc: CL threaded

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

[Libreoffice-bugs] [Bug 132605] Connector dialog does not allow negative value for Line Skew

2023-02-27 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=132605

--- Comment #5 from QA Administrators  ---
Dear Regina Henschel,

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 132605] Connector dialog does not allow negative value for Line Skew

2020-05-02 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=132605

Julien Nabet  changed:

   What|Removed |Added

 CC|serval2...@yahoo.fr |

--- Comment #4 from Julien Nabet  ---
Thank you Regina for this very detailed feedback.
I must recognize I expected something a less complicated.

Since I know nothing about connectors, I let other devs take a look.
=> uncc myself

-- 
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 132605] Connector dialog does not allow negative value for Line Skew

2020-05-02 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=132605

--- Comment #3 from Regina Henschel  ---
(In reply to Julien Nabet from comment #2)
> We may change the range here:
> cui/source/tabpages/connect.cxx in SvxConnectionPage::SvxConnectionPage
> eg by adding : m_xMtrFldLine2->set_range(-5000, 5000, eFUnit);
> 
> What should be the range for:
> Line 1 / Line 2 / Line 3 for Line Skew

Fix values are not suitable because the used paper sizes in Draw have a wide
range. The fields needs to consider page width/height, -max(width,height) to
+max(width,height) perhaps. But I don't know where the restriction to existing
coordinates are done. Problematic are banner-like paper formats of e.g 6m x
0.5m.

> and
> Begin horizontal / End horizontal / Begin vertical / End vertical for Line
> Spacing

That is difficult. ODF has non-negative values here. But AOO allows negative
values. It would be save to stick to non-negative values and extend to negative
values (which requires "extended" on file save) only on concrete user request.
The range is currently 0cm to 10cm. I would change it only on concrete user
request. I think, that users, who know to use the dialog, are not beginners and
are able to write a bug report.

> 
> Also, I noticed that when changing connector several times the
> enable/disable process for Line Skew seems buggy (sometimes an item stays
> disabled). I'd like to have your opinion before submitting a new bugtracker.

You mean changing the connector type? Line Skew is in ODF only defined for
connector type "standard". There should be a field for each currently drawn
line segment (besides start and end segment). If you can reliable reproduce,
that fields in Line Skew do not correspond to the handles for a connector of
type "standard", then it is a bug, which should be reported.

For other line types it is difficult, because the way LibreOffice uses the Line
Skew fields is not ODF conform. To get that corrected, larger changes than
correcting the dialog would be needed. One problem for example: The handles of
connector type "Line" are used to change length of start and end segment. For
dragging in UI that would be possible, but the values currently go to Line
Skew, whereas they have to go to Line Spacing.

[Connector routing is a night mare. Have a look at the two methods
SdrEdgeObj::ImpCalcEdgeTrack in svdoegde.cxx and the comments therein.]

-- 
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 132605] Connector dialog does not allow negative value for Line Skew

2020-05-02 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=132605

--- Comment #2 from Julien Nabet  ---
We may change the range here:
cui/source/tabpages/connect.cxx in SvxConnectionPage::SvxConnectionPage
eg by adding : m_xMtrFldLine2->set_range(-5000, 5000, eFUnit);

What should be the range for:
Line 1 / Line 2 / Line 3 for Line Skew
and
Begin horizontal / End horizontal / Begin vertical / End vertical for Line
Spacing

Also, I noticed that when changing connector several times the enable/disable
process for Line Skew seems buggy (sometimes an item stays disabled). I'd like
to have your opinion before submitting a new bugtracker.

-- 
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 132605] Connector dialog does not allow negative value for Line Skew

2020-05-02 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=132605

Julien Nabet  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
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 132605] Connector dialog does not allow negative value for Line Skew

2020-05-02 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=132605

Julien Nabet  changed:

   What|Removed |Added

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

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

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