After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 659149 - [log viewer] Expander doesn't work
[log viewer] Expander doesn't work
Status: RESOLVED NOTGNOME
Product: empathy
Classification: Core
Component: Archives
2.33.x
Other Linux
: Normal normal
: 3.2
Assigned To: empathy-maint
Depends on:
Blocks:
 
 
Reported: 2011-09-15 13:53 UTC by Guillaume Desmottes
Modified: 2011-09-20 08:12 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Guillaume Desmottes 2011-09-15 13:53:25 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.
Comment 1 Guillaume Desmottes 2011-09-15 14:05:33 UTC
Interesting, double clicking on a row expands it but single clicking on the expander doesn't.
Comment 2 Danielle Madeley 2011-09-15 23:53:53 UTC
It's meant to. It's working for me :)
Comment 3 Danielle Madeley 2011-09-15 23:59:46 UTC
I'm using WebKit 1.4.3. Do you get any manner of Javascript error?
Comment 4 Guillaume Desmottes 2011-09-16 08:11:24 UTC
Nope, no error. Is there some way to get some debug info from Webkit?
Comment 5 Guillaume Desmottes 2011-09-16 12:37:03 UTC
Kov: any chance you could take a look on this? I suspect a WebKitGtk regression as this works with an older version.
Comment 6 Gustavo Noronha (kov) 2011-09-16 13:18:53 UTC
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.
Comment 7 Guillaume Desmottes 2011-09-20 08:12:36 UTC
Closing this bug as that's a WebKitGtk issue.