Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

LookupError when moving mouse to navigator on miranda buttons #795

Closed
nvaccessAuto opened this issue Jul 31, 2010 · 3 comments
Closed

LookupError when moving mouse to navigator on miranda buttons #795

nvaccessAuto opened this issue Jul 31, 2010 · 3 comments

Comments

@nvaccessAuto
Copy link

Reported by aleksey_s on 2010-07-31 13:01
I get this error when tried to move mouse to navigator while navigator is placed on one of the buttions in miranda-im message window (I am using scriwer, though it is reproduceable with tabsrmm as well):

ERROR - scriptHandler.executeScript (15:59:13):
error executing script: <bound method AppModule.script_moveMouseToNavigatorObject of <miranda32 (appName miranda32, process ID 4092) at address 2726a70>> with key (frozenset(['nvda']), 'extendeddivide')
Traceback (most recent call last):
File "D:\nvda\main\source\scriptHandler.py", line 100, in executeScript
script(keyPress)
File "D:\nvda\main\source\appModules_default.py", line 193, in script_moveMouseToNavigatorObject
p=api.getReviewPosition().pointAtStart
File "D:\nvda\main\source\baseObject.py", line 22, in get
return self.fget(instance)
File "D:\nvda\main\source\textInfos\offsets.py", line 276, in _get_pointAtStart
return self._getPointFromOffset(self._startOffset)
File "D:\nvda\main\source\displayModel.py", line 50, in _getPointFromOffset
raise LookupError
LookupError

@nvaccessAuto
Copy link
Author

Comment 1 by aleksey_s on 2010-07-31 13:10
This works in 2010.1.

@nvaccessAuto
Copy link
Author

Comment 2 by mdcurran on 2011-02-03 23:24
This code path has changed, and lookupError is now caught and the object's over all location is used instead. I'm 99% sure this bug has been fixed. Please reopen if not.
Changes:
State: closed

@nvaccessAuto
Copy link
Author

Comment 3 by aleksey_s on 2011-02-03 23:29
You are right.
Changes:
Milestone changed from None to 2011.1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants