Dropdown menus stop working in Firefox

asked 2014-05-12 07:26:49 +0000

aerique gravatar image

updated 2014-05-13 06:57:26 +0000

Hi, I've got a problem with Firefox which only occurs after an uptime of a couple of days / weeks. Googling for the problem did get me hits but never answers which solved the problem.

The problem: at some point Firefox's dropdown menus stop working. With these I mean the menus one gets when clicking on the menu bar ("File", "Edit", "View", etc.), the right click (context) menu in the browser window, the completion menu in the address bar and completion menus for forms. I probably forgot some.

Since the log files never logged anything sensible tt finally occurred to me to see whether i3 logged any problems, and lo and behold after enabling logging for i3 I got this in ~/.xsession-errors:

2014-05-12 09:15:29 - main.c:xkb_got_event:153 - Handling XKB event
2014-05-12 09:15:29 - handlers.c:handle_client_message:639 - Unknown atom in clientmessage of type 411
2014-05-12 09:15:29 - handlers.c:handle_unmap_notify_event:454 - UnmapNotify for 0x014284c6 (received from 0x00000292), serial 64847
2014-05-12 09:15:29 - handlers.c:handle_unmap_notify_event:454 - UnmapNotify for 0x014284c6 (received from 0x00000292), serial 64847

I have no idea what this means, but this is the same message I get when trying to activate any of the abovementioned menus.

This is with:

% i3 --version
i3 version 4.7.2 (2014-01-23, branch "tags/4.7.2") © 2009-2013 Michael Stapelberg and contributors

On Debian Wheezy, but I get i3 from testing / unstable.

edit retag flag offensive close merge delete

Comments

Try `xlsatoms | grep 411` to see what the name of the client message is.

TonyC gravatar imageTonyC ( 2014-05-13 04:04:35 +0000 )edit

% xlsatoms | grep 411 411 _NET_WM_STATE_HIDDEN

aerique gravatar imageaerique ( 2014-05-13 06:57:01 +0000 )edit

I think the message that you are seeing is unrelated.

Michael gravatar imageMichael ( 2014-05-25 18:21:51 +0000 )edit