Comment 1 for bug 754626

Revision history for this message
FredBezies (fredbezies-deactivatedaccount) wrote : Re: Cannot type text in input box.

Forgot to add packages used by this PKGBUILD :

http://aur.archlinux.org/packages.php?ID=47233

dbus-python libwnck python-distutils-extra python-egenix-mx-base python-feedparser python-imaging python-mako python-notify python-pycurl python-simplejson python-wnck python2 python2-gconf python2-oauth pywebkitgtk pyxdg

Here are the lines around line 753 :

self.messages = self.message_view.render([selected_stream], count)
pos = self.messages.index(id) if id and id in self.messages else 0
self.scrollbar.set_range(0, len(self.messages) - 1)

or maybe, it is a new libwebkit version bug for this empty and unusable box ?!