GNOME Bugzilla – Bug 659149
[log viewer] Expander doesn't work
Last modified: 2011-09-20 08:12:36 UTC
It may be a Webkit issue as this use to work, but clicking on the expander doesn't open conversations. I'm using WebKit GTK 1.5.2.
Interesting, double clicking on a row expands it but single clicking on the expander doesn't.
It's meant to. It's working for me :)
I'm using WebKit 1.4.3. Do you get any manner of Javascript error?
Nope, no error. Is there some way to get some debug info from Webkit?
Kov: any chance you could take a look on this? I suspect a WebKitGtk regression as this works with an older version.
The problem is the click handler does not get called. I will investigate where this started and if it's intended, but if you want a work-around you can make the expander display: block; float: left, and the clicks should be registered properly that way.
Closing this bug as that's a WebKitGtk issue.