On 07.07.2012 09:20, Yussi wrote:
> Hi,
> I recently updated my installation to the latest (unstable) build and
> have experienced some problems ever since. In particular, widgets no
> longer respect mouse::enter/mouse::leave( Wiboxes do) and buttons
> stopped working altogether.
> There's a snapshot of my configs at
> https://github.com/yussidivnall/awesome-config

Wow. What a mess.

I assume you mean z.logs.panel, because the other places mentioning
mouse::enter/leave are networkz and logz and those aren't executed by your
config and are code for 3.4.

I can't spot anything special here. Just a normal textbox. To test, I added the
following to the default config:

mytextclock:connect_signal("mouse::enter", function() print("enter") end)
mytextclock:connect_signal("mouse::leave", function() print("leave") end)

This works fine. When I point at the clock widget, the enter/leave messages are
printed as expected.

> Any ideas?

Could you perhaps try to come up with a simpler test case for reproducing this?

Uli
-- 
"Do you know that books smell like nutmeg or some spice from a foreign land?"
                                                  -- Faber in Fahrenheit 451

-- 
To unsubscribe, send mail to [email protected].

Reply via email to