SF.net SVN: fclient:[852] trunk/fclient/fclient/impl/ViewBrowser.py
Status: Pre-Alpha
Brought to you by:
jurner
From: <jU...@us...> - 2008-08-02 09:41:44
|
Revision: 852 http://fclient.svn.sourceforge.net/fclient/?rev=852&view=rev Author: jUrner Date: 2008-08-02 09:41:53 +0000 (Sat, 02 Aug 2008) Log Message: ----------- fixed context menu pos Modified Paths: -------------- trunk/fclient/fclient/impl/ViewBrowser.py Modified: trunk/fclient/fclient/impl/ViewBrowser.py =================================================================== --- trunk/fclient/fclient/impl/ViewBrowser.py 2008-08-02 09:41:20 UTC (rev 851) +++ trunk/fclient/fclient/impl/ViewBrowser.py 2008-08-02 09:41:53 UTC (rev 852) @@ -30,6 +30,8 @@ # x. on find action, give feedback when no matching text was found on page # x. some shortcuts for actions are still missing # x. rework to support dynamic retranslation +# x. tooltips for tabs showing truncated title +# x. reduce tab width when many tabs are open to allow for more tabs being visible #****************************************************************************************** """ @@ -799,6 +801,7 @@ frame = browser.page().currentFrame() page = browser.page() hitTestResult = frame.hitTestContent(pt) + pt = browser.mapToGlobal(pt) #if not hitTest.isNull(): #TODO: looks like hitTest.isNull() alwas returns True This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |