After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 730160 - 'Inspect an Expression' dialog does not resize properly
'Inspect an Expression' dialog does not resize properly
Status: RESOLVED FIXED
Product: nemiver
Classification: Other
Component: general
0.9.x
Other Linux
: Normal normal
: ---
Assigned To: Hubert Figuiere (:hub)
Nemiver maintainers
[patch]
: 757514 780102 (view as bug list)
Depends on:
Blocks:
 
 
Reported: 2014-05-15 03:31 UTC by Kip
Modified: 2017-03-21 02:55 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
'Inspect an Expression' dialog (19.23 KB, image/png)
2014-05-15 03:31 UTC, Kip
  Details
Inspect Expression unsuitable for structs on Nemiver 0.9.5, Debian 8 (6.51 KB, image/jpeg)
2016-04-16 15:57 UTC, Jens
  Details
patch (4.01 KB, patch)
2017-03-19 09:55 UTC, Ignazio Sgalmuzzo
committed Details | Review

Description Kip 2014-05-15 03:31:41 UTC
Created attachment 276573 [details]
'Inspect an Expression' dialog

The 'Inspect an Expression' dialog does not appear to resize properly. When I add an expression, the fields below the input box cannot be seen no matter how I resize the dialog. See attached screenshot.
Comment 1 Jens 2016-04-16 15:54:09 UTC
Seconded.

Nemiver 0.9.5, Debian 8.4, libgtk 3.14.5, libgtkmm 3.14.0.

Happens in "Inspect an Expression", "Set Watchpoint with Dialog" and "Show Global Variables" dialogs: the text box (or whatever it is) containing the actual variable/expression values is only 1 line large (plus column header), which is only ok for a simple int, but insufficient for structs. No mater how large the dialog window is pulled, the text box itself remains only 1 line.
Comment 2 Jens 2016-04-16 15:57:41 UTC
Created attachment 326158 [details]
Inspect Expression unsuitable for structs on Nemiver 0.9.5, Debian 8
Comment 3 Ignazio Sgalmuzzo 2017-03-19 09:55:10 UTC
Created attachment 348256 [details] [review]
patch

Here's a patch fixing contents resizing in various dialogs having the same issue.
Comment 4 Hubert Figuiere (:hub) 2017-03-19 17:05:26 UTC
*** Bug 780102 has been marked as a duplicate of this bug. ***
Comment 5 Hubert Figuiere (:hub) 2017-03-19 17:06:42 UTC
*** Bug 757514 has been marked as a duplicate of this bug. ***
Comment 6 Hubert Figuiere (:hub) 2017-03-19 19:38:57 UTC
I believe this was fixed in master by commit 6f2eb0a51633e6ecbddd0f3e7d8c971d71e1daab.
Comment 7 Ignazio Sgalmuzzo 2017-03-19 20:20:43 UTC
I cloned yesterday: this bug wasn't fixed.
I rechecked now: it seems to me isn't fixed by that commit.
Comment 8 Hubert Figuiere (:hub) 2017-03-21 02:55:37 UTC
This problem has been fixed in the unstable development version. The fix will be available in the next major software release. You may need to upgrade your Linux distribution to obtain that newer version.

commit 021bf992c41d330a022c2c7a3256461aef94dcd0

Thank you for the patch.