Bug 164832 - [25.8][Basic-IDE] When editing the properties of an object in a dialog, the horizontal line of the input frame does not display
Summary: [25.8][Basic-IDE] When editing the properties of an object in a dialog, the h...
Status: RESOLVED FIXED
Alias: None
Product: LibreOffice
Classification: Unclassified
Component: BASIC (show other bugs)
Version:
(earliest affected)
25.8.0.0 alpha0+
Hardware: All Windows (All)
: medium normal
Assignee: Not Assigned
URL:
Whiteboard:
Keywords: regression
Depends on:
Blocks: BASIC-IDE
  Show dependency treegraph
 
Reported: 2025-01-24 00:01 UTC by nobu
Modified: 2025-09-23 15:52 UTC (History)
1 user (show)

See Also:
Crash report or crash signature:


Attachments
sample png (51.48 KB, image/png)
2025-01-24 00:03 UTC, nobu
Details

Note You need to log in before you can comment on or make changes to this bug.
Description nobu 2025-01-24 00:01:49 UTC
Description:
When editing the properties of an object in a dialog, the horizontal line of the input frame does not display.

Steps to Reproduce:
1. Open Start Cemter
2. Open Basic-IDE
3. Open Dialog
   ( ex. Access2Base.dlgFormat Dialog (Application Macro) )
4. Click the dialog to display the object's properties.

Actual Results:
5. The horizontal line of the property entry frame is missing.

Expected Results:
5. A rectangle surrounds the border of the property.


Reproducible: Always


User Profile Reset: No

Additional Info:
Not Reproduced with
Version: 25.8.0.0.alpha0+ (X86_64) / LibreOffice Community
Build ID: 6700b311310a94e0de8123b307275cd553bb0d9b
CPU threads: 4; OS: Windows 10 X86_64 (build 19045); UI render: Skia/Vulkan; VCL: win
Locale: en-US (ja_JP); UI: en-US
Calc: CL threaded

Reproducible with
Version: 25.8.0.0.alpha0+ (X86_64) / LibreOffice Community
Build ID: 1412f0235405e71aaa327596e3db71ffa999e122
CPU threads: 4; OS: Windows 10 X86_64 (build 19045); UI render: Skia/Vulkan; VCL: win
Locale: en-US (ja_JP); UI: en-US
Calc: CL threaded
Comment 1 nobu 2025-01-24 00:03:50 UTC
Created attachment 198722 [details]
sample png
Comment 2 nobu 2025-01-27 13:18:53 UTC
Not Reproduced with

Version: 25.8.0.0.alpha0+ (X86_64) / LibreOffice Community
Build ID: 85c8901dc2710e91bccb64cd7d8068441f42f65b
CPU threads: 4; OS: Windows 10 X86_64 (build 19045); UI render: Skia/Raster; VCL: win
Locale: en-US (ja_JP); UI: en-US
Calc: CL threaded
Comment 3 Buovjaga 2025-09-23 15:52:32 UTC
(In reply to nobu from comment #2)
> Not Reproduced with
> 
> Version: 25.8.0.0.alpha0+ (X86_64) / LibreOffice Community
> Build ID: 85c8901dc2710e91bccb64cd7d8068441f42f65b
> CPU threads: 4; OS: Windows 10 X86_64 (build 19045); UI render: Skia/Raster;
> VCL: win
> Locale: en-US (ja_JP); UI: en-US
> Calc: CL threaded

To confirm this, I bibisected the fix to 18df81e1568f4944a8fd79fd81e85d263dc0325b
Revert "ScanlineDirection is unnecessary"

which was committed on 23 Jan 2025, so around the time this report was created :)