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 540668 - The scrollbars on the text view are always shown
The scrollbars on the text view are always shown
Status: VERIFIED WONTFIX
Product: meld
Classification: Other
Component: general
1.2
Other All
: Normal normal
: ---
Assigned To: Stephen Kennedy
Stephen Kennedy
Depends on:
Blocks:
 
 
Reported: 2008-06-28 19:28 UTC by Alberto Ruiz
Modified: 2009-08-15 18:40 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Patch for the glade file (2.14 KB, patch)
2008-06-28 20:11 UTC, Alberto Ruiz
needs-work Details | Review

Description Alberto Ruiz 2008-06-28 19:28:15 UTC
Please describe the problem:
The scrollbars on the text view are always shown even if there's no text at all.

Using the automatic visibility option will fix it.

Steps to reproduce:


Actual results:


Expected results:


Does this happen every time?


Other information:
Comment 1 Alberto Ruiz 2008-06-28 20:11:02 UTC
Created attachment 113580 [details] [review]
Patch for the glade file
Comment 2 Stephen Kennedy 2008-06-29 12:28:40 UTC
It's not so simple as that. The drawing of the middle bar & margins
need to be updated to account for the scrollbar being present or not.

Perhaps the vertical scrollbar could be made automatic.
Comment 3 Stephen Kennedy 2008-09-27 12:54:57 UTC
Not going to apply this one as it's quite minor and would mean tweaking the drawing code too. Thanks anyway.