[Bug 159643] Too wide error message box for long error message
https://bugs.documentfoundation.org/show_bug.cgi?id=159643 Ilario Gelmetti changed: What|Removed |Added CC||iocheson...@gmail.com Summary|Error message box does not |Too wide error message box |have a size limit |for long error message -- You are receiving this mail because: You are the assignee for the bug.
[Bug 159643] Too wide error message box for long error message
https://bugs.documentfoundation.org/show_bug.cgi?id=159643 raal changed: What|Removed |Added CC||r...@post.cz --- Comment #2 from raal --- Probably extension bug and shoul be reported to LT https://languagetooler.freshdesk.com/en/support/home ? -- You are receiving this mail because: You are the assignee for the bug.
[Bug 159643] Too wide error message box for long error message
https://bugs.documentfoundation.org/show_bug.cgi?id=159643 --- Comment #3 from Ilario Gelmetti --- Reported also on LanguageTool forums, as suggested by email from the LanguageTool support. https://forum.languagetool.org/t/libreoffice-extension-unrecognized-language-causes-a-too-wide-error-message-box/9819 -- You are receiving this mail because: You are the assignee for the bug.
[Bug 159643] Too wide error message box for long error message
https://bugs.documentfoundation.org/show_bug.cgi?id=159643 Stéphane Guillou (stragu) changed: What|Removed |Added Keywords||needsDevAdvice URL||https://forum.languagetool. ||org/t/libreoffice-extension ||-unrecognized-language-caus ||es-a-too-wide-error-message ||-box/9819 CC||hoss...@libreoffice.org, ||stephane.guillou@libreoffic ||e.org --- Comment #4 from Stéphane Guillou (stragu) --- 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? -- You are receiving this mail because: You are the assignee for the bug.
[Bug 159643] Too wide error message box for long error message
https://bugs.documentfoundation.org/show_bug.cgi?id=159643 Hossein changed: What|Removed |Added Status|UNCONFIRMED |NEW Ever confirmed|0 |1 --- Comment #5 from Hossein --- (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.
[Bug 159643] Too wide error message box for long error message
https://bugs.documentfoundation.org/show_bug.cgi?id=159643 BogdanB changed: What|Removed |Added Blocks||155314 CC||buzea.bog...@libreoffice.or ||g Referenced Bugs: https://bugs.documentfoundation.org/show_bug.cgi?id=155314 [Bug 155314] [META] LanguageTool integration -- You are receiving this mail because: You are the assignee for the bug.