https://bugs.documentfoundation.org/show_bug.cgi?id=159643

Hossein <hoss...@libreoffice.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever confirmed|0                           |1

--- Comment #5 from Hossein <hoss...@libreoffice.org> ---
(In reply to Stéphane Guillou (stragu) from comment #4)
> Repro with LT 6.3.1 and:
> 
> Version: 24.8.0.0.alpha0+ (X86_64) / LibreOffice Community
> Build ID: d2fa44db6f8a1badece63856ee0f12db4cba9b28
> CPU threads: 8; OS: Linux 6.5; UI render: default; VCL: gtk3
> Locale: en-AU (en_AU.UTF-8); UI: en-US
> Calc: threaded
> 
> Same with gen VCL.
> 
> Hossein, what do you think? Shouldn't Java error messages be automatically
> wrapped (or maybe better: truncated, with option to copy text) in our
> dialogs?
> Or is this out of our control / should be handled by extension developers?
@Stéphane:
I think it is a reasonable request to have the error message box fit on the
screen, and be able to use buttons on the message box. The error dialog box is
not usable now.

The extension developers can find ways to handle these overflow cases by making
sure the lines are not too long. In this case for example, Languagetool
developers can modify this part of code, as the stack trace suggests:

https://github.com/languagetool-org/languagetool/blob/38ff53e9afb8bc266cdf7651d67df0d123b3313e/languagetool-core/src/main/java/org/languagetool/Languages.java#L234

But I think the dialog itself should handle such cases, and not let it overflow
the screen.

I also agree that being able to copy the message is very useful.

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

Reply via email to