| Summary: | Database Properties dialog UI (connectionpage.ui) is too narrow when Creating New | ||
|---|---|---|---|
| Product: | LibreOffice | Reporter: | jcsanz |
| Component: | UI | Assignee: | Caolán McNamara <caolan.mcnamara> |
| Status: | VERIFIED FIXED | ||
| Severity: | normal | CC: | caolan.mcnamara, stephane.guillou, vsfoote |
| Priority: | medium | Keywords: | regression |
| Version: | 6.4.7.2 release | ||
| Hardware: | All | ||
| OS: | All | ||
| Whiteboard: | target:7.5.0 | ||
| Crash report or crash signature: | Regression By: | ||
| Bug Depends on: | |||
| Bug Blocks: | 113209 | ||
| Attachments: |
Test database
Dialogs showing the issue with Spanish and English interface |
||
|
Description
jcsanz
2022-11-14 18:36:59 UTC
Created attachment 183594 [details]
Test database
A test database configure to use firebird, so not need create it
Created attachment 183595 [details]
Dialogs showing the issue with Spanish and English interface
I can reproduce with VCLs kf5 and gen but not gtk3: Version: 7.5.0.0.alpha0+ (X86_64) / LibreOffice Community Build ID: 6e66b5d75b4cda0314b64f4d12ef9e4350751470 CPU threads: 8; OS: Linux 5.15; UI render: default; VCL: kf5 (cairo+xcb) Locale: en-AU (en_AU.UTF-8); UI: en-US Calc: threaded Version: 7.5.0.0.alpha0+ (X86_64) / LibreOffice Community Build ID: 6e66b5d75b4cda0314b64f4d12ef9e4350751470 CPU threads: 8; OS: Linux 5.15; UI render: default; VCL: x11 Locale: en-AU (en_AU.UTF-8); UI: en-US Calc: threaded Seems to be a regression as I can't reproduce with: Version: 6.3.6.2 Build ID: 2196df99b074d8a661f4036fca8fa0cbfa33a497 CPU threads: 8; OS: Linux 5.15; UI render: default; VCL: x11; Locale: en-AU (en_AU.UTF-8); UI-Language: en-US Calc: threaded It is welded but strings don't fit within the .UI pushing action buttons and labels off screen. https://opengrok.libreoffice.org/xref/core/dbaccess/uiconfig/ui/connectionpage.ui (In reply to V Stuart Foote from comment #4) s/off screen/off the dialog frame The width (in characters) of these is set to a default of 56 (the WIZARD_PAGE_X define) which could also be expanded. But never the less we should be doing a better job of layout here Caolán McNamara committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/core/commit/09df29aed07223fa2cdb0913b6e8ddf4da347706 Resolves: tdf#152043 line wrap the label It will be available in 7.5.0. The patch should be included in the daily builds available at https://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: https://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback. labels should be fully readable now in trunk Verified as fixed in: Version: 7.5.0.0.alpha0+ (X86_64) / LibreOffice Community Build ID: a81e957f5026373f3935390c786c21416fc74fcc CPU threads: 8; OS: Linux 5.15; UI render: default; VCL: kf5 (cairo+xcb) Locale: en-AU (en_AU.UTF-8); UI: en-US Calc: threaded Thank you Caolán! |