Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnubhav Jaiswal <anubhav2503@gmail.com>2014-02-26 23:02:40 (GMT)
committer Manuel QuiƱones <manuel.por.aca@gmail.com>2014-02-28 11:52:59 (GMT)
commit58d23139df8a5e241be4d6b56b0c9176c2bc99fc (patch)
tree485d89f310beed7701809be7e7ab7033e24c76bd
parent876fde15f4f3a2e8cc42c68afb920015ed9867f3 (diff)
Workaround for #4638
-rw-r--r--palettes.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/palettes.py b/palettes.py
index fedf9be..0d86c92 100644
--- a/palettes.py
+++ b/palettes.py
@@ -119,6 +119,8 @@ class ContentInvoker(Invoker):
def _handle_event(self, event):
hit_test = self._browser.get_hit_test_result(event)
hit_context = hit_test.props.context
+ #FIXME #4638
+ logging.error("TEST %r", hit_context)
hit_info = {
'is link': hit_context & WebKit.HitTestResultContext.LINK,
'is image': hit_context & WebKit.HitTestResultContext.IMAGE,