! Please note that this is a snapshot of our old Bugzilla server, which is read only since May 29, 2020. Please go to gitlab.xfce.org for our new server !
Nit: Thunar cannot be closed while the search widget is active
Status:
RESOLVED: MOVED
Priority:
Very Low

Comments

Description Manuel Grießmayr 2019-01-21 22:47:26 CET
A funny little big that is barely worth to be mentioned. Open Thunar. Type some text to trigger the search popup. Try to close the window via the button in the right top window corner.

System: Xubuntu 18.10 64 bit
Comment 1 alexxcons editbugs 2019-01-22 09:34:49 CET
Thanks for reporting !

I can reproduce the bug on 1.8.2 and master

Not sure if thunar or exo (which implements the search widget) is to blame .. to be investigated.
Comment 2 Andre Miranda editbugs 2019-02-06 02:58:53 CET
Not sure this is an exo bug, this is also reproducible on xfwm4-settings even though it uses GtkTreeView.
Comment 3 Theo Linkspfeifer editbugs 2019-10-30 16:40:10 CET
Same with detailed list view which does not use exo-view.
Comment 4 Andre Miranda editbugs 2019-11-01 02:19:52 CET
(In reply to Theo Linkspfeifer from comment #3)
> Same with detailed list view which does not use exo-view.

Also reproducible with context-menu: right click somewhere then try alt+f4, it doesn't work.
I think there is nothing we can do, this a famous x11/gtk limitation:
https://unix.stackexchange.com/questions/347337/why-keyboard-shortcuts-do-not-work-when-a-sub-menu-is-activated
Comment 5 Manuel Grießmayr 2019-11-01 09:08:33 CET
Would it be fixed with a Xfce wayland compositor? I am asking just out of interest.
Comment 6 Theo Linkspfeifer editbugs 2019-11-01 12:24:40 CET
However, this is about mouse input, not keyboard input. Nemo allows the user to close the window in the described scenario, so this bug should be fixable.
Comment 7 Andre Miranda editbugs 2019-11-03 18:25:30 CET
Created attachment 9181 
sample.c

(In reply to Theo Linkspfeifer from comment #6)
> However, this is about mouse input, not keyboard input. Nemo allows the user
> to close the window in the described scenario, so this bug should be fixable.

You're right, on a second look I see that minimize and maximize buttons still work, it's like the close button is sending the event to kill the window but it's ignored, so now I don't think it's a device grab.

However, with the attached sample it's possible to reproduce this bug, so it's either a problem with gtk or xfwm4.
Comment 8 Andre Miranda editbugs 2019-11-03 18:38:23 CET
I just tested with openbox, same problem and like you said this is not reproducible with nemo, so not an xfwm4 bug. I suspect nemo has some kind of workaround for this.
Comment 9 Theo Linkspfeifer editbugs 2019-11-04 15:37:44 CET
A click inside or outside the window hides the search bar, but a click on the window title bar does not. Maybe this general problem needs to be resolved. Bug 15106 falls into the same category.
Comment 10 Theo Linkspfeifer editbugs 2020-03-08 15:04:03 CET
*** Bug 15106 has been marked as a duplicate of this bug. ***
Comment 11 Git Bot editbugs 2020-05-26 23:41:08 CEST
-- GitLab Migration Automatic Message --

This bug has been migrated to xfce.org's GitLab instance and has been closed from further activity.

You can subscribe and participate further through the new bug through this link to our GitLab instance: https://gitlab.xfce.org/xfce/thunar/-/issues/231.

Please create an account or use an existing account on one of our supported OAuth providers. 

If you want to fork to submit patches and merge requests please continue reading here: https://docs.xfce.org/contribute/dev/git/start#gitlab_forks_and_merge_requests

Also feel free to reach out to us on the mailing list https://mail.xfce.org/mailman/listinfo/xfce4-dev

Bug #15069

Reported by:
Manuel Grießmayr
Reported on: 2019-01-21
Last modified on: 2020-05-26
Duplicates (1):
  • 15106 Nit: Search widget is misplaced after window resizing

People

Assignee:
Xfce Bug Triage
CC List:
6 users

Version

Attachments

sample.c (2.22 KB, text/x-csrc)
2019-11-03 18:25 CET , Andre Miranda
no flags

Additional information