GNOME Bugzilla – Bug 642953
interactive search widget is offscreen when maximized
Last modified: 2011-02-26 16:27:54 UTC
When nautilus is in maximized/fullscreen state, the interactive search window is not displayed at all -- i.e., it is placed outside of the visible screen area. Note that the list view (GtkTreeView) works correctly.
Created attachment 181690 [details] [review] patch The attached patch mimics the code in gtktreeview.c. The interactive search window is now placed correctly (i.e., _inside_ the screen) when the nautilus window is maximized.
Review of attachment 181690 [details] [review]: The patch looks good, except for that glitch below; It still doesn't work as expected though, the typeahead search widget is only shown the first time we open a window, and not the following times I try to trigger it. As the regression is in master too, I am opening a new bug for that, and you can commit this patch after you remove that whitespace change, closing this one. ::: eel/eel-editable-label.c @@ -1979,2 +1979,1 @@ g_assert (EEL_IS_EDITABLE_LABEL (label)); - This spurious change should not be here...
(In reply to comment #2) > As the regression is in master too, I am opening a new bug for that That's bug 643114
Committed as 089315b56f78113bd26d18bb40d0132b84954ebe.
*** Bug 343083 has been marked as a duplicate of this bug. ***