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 169464 - gtkcellrenderetext focus rectangle not fills the cell area
gtkcellrenderetext focus rectangle not fills the cell area
Status: RESOLVED NOTABUG
Product: gtk+
Classification: Platform
Component: Widget: GtkTreeView
2.6.x
Other All
: Normal normal
: Small feature
Assigned To: gtktreeview-bugs
gtktreeview-bugs
Depends on:
Blocks:
 
 
Reported: 2005-03-07 07:50 UTC by Stefan Sauer (gstreamer, gtkdoc dev)
Modified: 2005-06-19 12:57 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Stefan Sauer (gstreamer, gtkdoc dev) 2005-03-07 07:50:06 UTC
I would like the focusmark to fill the cellspace. It is the whole cell that has
the focus and not just the part the is filled with text.

see this screenshot for an example:
http://www.buzztard.org/index.php/Image:Bt-edit-0.0.1-08.png
Comment 1 Stefan Sauer (gstreamer, gtkdoc dev) 2005-04-05 07:37:59 UTC
if anyone is so kind to tell me which component handles the focus, I'll try to
produce a patch (especially one that fixes the size regarding fixed heigh mode).
Comment 2 Stefan Sauer (gstreamer, gtkdoc dev) 2005-04-27 11:33:29 UTC
This is related to
http://bugzilla.gnome.org/show_bug.cgi?id=169463
Comment 3 Kristian Rietveld 2005-06-19 12:57:13 UTC
Imagine the toggle renderers, having the focus rectangle span the complete
available space for the cell there does not look nice. I am not seeing any
problems with having the focus rectangle just outside the text, picture, toggle,
etc. I also do not intend to special case ways to draw focus rectangles for
different cell renderers.