Bug 151938 - GTK3 Name of the variable not visible in watch window
Summary: GTK3 Name of the variable not visible in watch window
Status: RESOLVED FIXED
Alias: None
Product: LibreOffice
Classification: Unclassified
Component: BASIC (show other bugs)
Version:
(earliest affected)
7.5.0.0 alpha0+
Hardware: All Linux (All)
: medium normal
Assignee: Caolán McNamara
URL:
Whiteboard:
Keywords: regression
Depends on:
Blocks: GTK3
  Show dependency treegraph
 
Reported: 2022-11-06 21:32 UTC by raal
Modified: 2022-11-07 11:43 UTC (History)
1 user (show)

See Also:
Crash report or crash signature:


Attachments
test file (9.22 KB, application/vnd.oasis.opendocument.text)
2022-11-06 21:32 UTC, raal
Details
gtk3 (13.70 KB, image/png)
2022-11-06 21:33 UTC, raal
Details
gen (11.12 KB, image/png)
2022-11-06 21:34 UTC, raal
Details

Note You need to log in before you can comment on or make changes to this bug.
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.