Bug 151938

Summary: GTK3 Name of the variable not visible in watch window
Product: LibreOffice Reporter: raal <raal>
Component: BASICAssignee: Caolán McNamara <caolan.mcnamara>
Status: RESOLVED FIXED    
Severity: normal CC: raal
Priority: medium Keywords: regression
Version: 7.5.0.0 alpha0+   
Hardware: All   
OS: Linux (All)   
Whiteboard:
Crash report or crash signature: Regression By:
Bug Depends on:    
Bug Blocks: 103182    
Attachments: test file
gtk3
gen

Description raal 2022-11-06 21:32:29 UTC
Description:
Name of the variable not visible in watch window with GTK3. Works OK with Gen VCL plugin.

Version: 7.5.0.0.alpha0+ (X86_64) / LibreOffice Community
Build ID: cfc8a8f5d841b3f84d207196153be67da7f60652
CPU threads: 4; OS: Linux 5.15; UI render: default; VCL: gtk3
Locale: cs-CZ (cs_CZ.UTF-8); UI: en-US
Calc: threaded

Steps to Reproduce:
1.open attached file and open Basic IDE
2.set variable aa to watch window (F7)
 

Actual Results:
name of the variable not visible in watch window

Expected Results:
visible variable name


Reproducible: Always


User Profile Reset: No

Additional Info:
.
Comment 1 raal 2022-11-06 21:32:55 UTC
Created attachment 183440 [details]
test file
Comment 2 raal 2022-11-06 21:33:41 UTC
Created attachment 183441 [details]
gtk3
Comment 3 raal 2022-11-06 21:34:09 UTC
Created attachment 183442 [details]
gen
Comment 4 raal 2022-11-06 21:35:47 UTC
regression, works in Version: 7.3.6.2 / LibreOffice Community
Build ID: 30(Build:2)
CPU threads: 4; OS: Linux 5.15; UI render: default; VCL: gtk3
Locale: cs-CZ (cs_CZ.UTF-8); UI: cs-CZ
Ubuntu package version: 1:7.3.6-0ubuntu0.22.04.2
Calc: threaded
Comment 5 Caolán McNamara 2022-11-07 09:21:12 UTC
This is a problem since:

commit be11a3573a21e83dfb6a473d98bc8ba9bf57057c
Date:   Thu Jul 28 14:41:52 2022 +0200

    vcl: allow editing a column other than the first one in GtkInstanceTreeView
    
    This is basically commit fe38553aef2121f358fb58e450ec69314aad851e
    for the native GTK widgets, so the "Edit Text" button in
    Insert->Bookmarks dialog works.