Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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,