[Libreoffice-ux-advise] [Bug 116342] EDITING: Clicking inside text box does nothing

2021-02-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=116342

Aron Budea  changed:

   What|Removed |Added

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

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


[Libreoffice-ux-advise] [Bug 140377] HYPERLINK DIALOG: Add folder as target

2021-02-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=140377

Dieter  changed:

   What|Removed |Added

 CC||libreoffice-ux-advise@lists
   ||.freedesktop.org
 Blocks||112125


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=112125
[Bug 112125] [META] Hyperlink dialog bugs and enhancements
-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
Libreoffice-ux-advise mailing list
Libreoffice-ux-advise@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-ux-advise


[Libreoffice-ux-advise] [Bug 101217] Setting the column width and height should not round the values causing compounding errors

2021-02-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=101217

Heiko Tietze  changed:

   What|Removed |Added

   Keywords|needsUXEval |difficultyBeginner,
   ||easyHack, skillCpp, topicUI
 CC|libreoffice-ux-advise@lists |heiko.tietze@documentfounda
   |.freedesktop.org|tion.org

--- Comment #20 from Heiko Tietze  ---
Fair enough. Code pointer for easy hack: In sc/source/ui/view/cellsh3.cxx,
method

ScopedVclPtrpDlg(pFact->CreateScMetricInputDlg(pTabViewShell->GetFrameWeld(),
"ColWidthDialog", nCurHeight, STD_COL_WIDTH, eMetric, 2, MAX_COL_WIDTH));

change the value 2 after eMetric to 4.

For consistency it would be good to do the same at 

ScopedVclPtrpDlg(pFact->CreateScMetricInputDlg(pTabViewShell->GetFrameWeld(),
"RowHeightDialog", nCurHeight, ScGlobal::nStdRowHeight, eMetric, 2,
MAX_ROW_HEIGHT));

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


[Libreoffice-ux-advise] [Bug 101217] Setting the column width and height should not round the values causing compounding errors

2021-02-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=101217

Nathan Shearer  changed:

   What|Removed |Added

  Component|Writer  |Calc

--- Comment #19 from Nathan Shearer  ---
I must have chosen Writer by mistake when I opened the bug. I encountered it in
Calc when I tried to make a spreadsheet that divided a page into exactly 8
columns.

I have to disagree on the argument that rounding values and therefore changing
the users explicit input is preferable because it can help reduce UI clutter.
The UI does not need to change at all since the text fields will scroll as they
do right now.

Imagine if a Bank suggested that they should round your balance because it
reduces clutter. I'm sure they would always round down too ;)

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


[Libreoffice-ux-advise] [Bug 135508] Relative linked text sections should automatically read on document opening

2021-02-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=135508

Heiko Tietze  changed:

   What|Removed |Added

 CC|libreoffice-ux-advise@lists |heiko.tietze@documentfounda
   |.freedesktop.org|tion.org
   Keywords|needsUXEval |

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


[Libreoffice-ux-advise] [Bug 101217] Setting the column width and height should not round the values causing compounding errors

2021-02-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=101217

Heiko Tietze  changed:

   What|Removed |Added

 CC||er...@redhat.com

--- Comment #18 from Heiko Tietze  ---
(In reply to Nathan Shearer from comment #12)
> Created attachment 169632 [details]
> Column width rounding error when entering values

This dialog is from Calc but the ticket is filed against Writer. This module
shows five input fields for col widths and if we add decimal points it clutters
heavily. I'd prefer a more precise rounding.

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