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 366548 - Clicking removed Focus frame
Clicking removed Focus frame
Status: RESOLVED NOTABUG
Product: gtk+
Classification: Platform
Component: Widget: GtkTreeView
2.10.x
Other Linux
: Normal normal
: ---
Assigned To: gtktreeview-bugs
gtktreeview-bugs
Depends on:
Blocks: 318354
 
 
Reported: 2006-10-28 23:00 UTC by Sven Herzberg
Modified: 2006-11-01 18:36 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
patch (523 bytes, patch)
2006-10-29 14:54 UTC, Kristian Rietveld
none Details | Review

Description Sven Herzberg 2006-10-28 23:00:41 UTC
Reproduce:

1. visit this page with epiphany or firefox
2. press Ctrl-S to save the page
3. expand the file chooser to show the content of the directory
4. click on a file which is neither the first nor the last one
5. Press Ctrl-PgUp and Ctrl-PgDown to move the focus cell one page up (or down)
6. It looks like nothing happened
7. Hide the file chooser by opening a window over it or by switching the workspace
8. After exposing the tree view, the focus cell gets visible at the desired position

I think this bug is the reason why people think of #318354 being a bug (there is no visual feedback explaining what they did).
Comment 1 Kristian Rietveld 2006-10-29 14:54:10 UTC
Created attachment 75616 [details] [review]
patch

Oh, oops.  This simple patch should fix the problems, could you also verify?
Comment 2 Sven Herzberg 2006-10-30 20:43:13 UTC
Yes I could verify this, it fixes this bug.
Comment 3 Kristian Rietveld 2006-10-30 22:08:53 UTC
Thanks for verifying!  Committed on HEAD and gtk-2-10.
Comment 4 Sven Herzberg 2006-11-01 09:45:36 UTC
Another one: you clik into a tree and the focus disappears.
Comment 5 Kristian Rietveld 2006-11-01 18:11:56 UTC
(In reply to comment #4)
> Another one: you clik into a tree and the focus disappears.

Hmm, apparently this is not a bug, but intentional.  (I am figuring out why though).
Comment 6 Kristian Rietveld 2006-11-01 18:36:24 UTC
I've consulted Jonathan and according to him the general behavior is that the focus cursor is only visible when keyboarding.  So resolving as NOTABUG.