https://bugs.documentfoundation.org/show_bug.cgi?id=171439
Bug ID: 171439
Summary: [26.8 Basic-IDE] Selecting a variable's properties in
the Watch window makes the value disappear
Product: LibreOffice
Version: 26.8.0.0 alpha0+ master
Hardware: All
OS: All
Status: UNCONFIRMED
Severity: normal
Priority: medium
Component: BASIC
Assignee: [email protected]
Reporter: [email protected]
Description:
Selecting a variable's properties in the Watch window makes the value
disappear.
Steps to Reproduce:
1. Open Basic-IDE.
2. Create simple macro.
ex.
``` basic
Sub Main
doc = ThisComponent ' Insert "doc" into Observer window
End Sub ' <-- Here is break point.
```
3. Insert the specific variable into the Watch window.
4. Set a breakpoint on a line after the variable has been used.
5. Run the macro and wait until you reach the breakpoint.
6. Expand the fold to view the variable's content in the Watch window.
At this stage, the display may be slightly unusual, but since it could be a
new feature, we'll disregard this for now.
7. Select the property using your mouse or cursor.
Actual Results:
8. Only the values of the selected properties will become invisible.
Expected Results:
8. Nothing should change.
Reproducible: Always
User Profile Reset: No
Additional Info:
This issue appears to be occurring on both Windows-OS and Linux-OS(using
Qt-tools).
However, I didn't observe this bug when using Linux with gtk3.
Reproducible
[2026-03-19]
Version: 26.8.0.0.alpha0+ (X86_64)
Build ID: 38ea6c42fd0bfdb0904d182627229cf224c1b822
CPU threads: 4; OS: Windows 11 X86_64 (build 26100); UI render: Skia/Raster;
VCL: win
Locale: ja-JP (ja_JP); UI: en-US
Calc: CL threaded
Reproducible
[2026-03-21]
Version: 26.8.0.0.alpha0+ (X86_64)
Build ID: 0c149b77fce5d0f97157e7398a50362fdb52df5a
CPU threads: 2; OS: Linux 6.12; UI render: default; VCL: kf5 (cairo+)
Locale: ja-JP (ja_JP.UTF-8); UI: en-US
Calc: threaded
---
Not reproducible
[2026-02-28]
Version: 26.8.0.0.alpha0+ (X86_64)
Build ID: 680(Build:0)
CPU threads: 4; OS: Windows 11 X86_64 (build 26100); UI render: Skia/Raster;
VCL: win
Locale: ja-JP (ja_JP); UI: en-US
Calc: CL threaded
Not reproducible
Version: 26.2.2.1 (X86_64)
Build ID: 251225596f12c6d3f2985252eb1eaca9640c7bfd
CPU threads: 4; OS: Windows 11 X86_64 (build 26100); UI render: Skia/Raster;
VCL: win
Locale: ja-JP (ja_JP); UI: en-US
Calc: CL threaded
Not reproducible
[2026-03-21]
Version: 26.8.0.0.alpha0+ (X86_64)
Build ID: 0c149b77fce5d0f97157e7398a50362fdb52df5a
CPU threads: 2; OS: Linux 6.12; UI render: default; VCL: gtk3
Locale: ja-JP (ja_JP.UTF-8); UI: en-US
Calc: threaded
--
You are receiving this mail because:
You are the assignee for the bug.