-
-
Notifications
You must be signed in to change notification settings - Fork 632
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
Increase the Mouse Routing Efficiency In Browse Mode #2029
Comments
Comment 1 by jteh on 2012-01-05 08:11 |
Comment 2 by jteh on 2012-01-05 23:29 |
Comment 3 by parham on 2012-03-07 08:37 On a page which NVDA worked fine with previously, I cannot route the mouse as I could before (I.E. the hover event doesn't get triggered). Here's the debug warning log. I hope it helps:
|
Comment 4 by jteh on 2012-03-07 08:39 |
Comment 5 by jteh on 2012-03-07 08:40 |
Comment 6 by parham (in reply to comment 5) on 2012-03-13 14:00
No, this changeset doesn't create this problem. I have done further testing on this. I have this application running on three computers with three IPs (192.168.3.12, 192.168.3.118, and 92.50.13.8). Strangely, this issue only happens on 192.168.3.118. There doesn't seem to be a logical connection, but I thought there might be a programmatic reason. Note that the applications are all the same, just three copies running simultaneously. |
Comment 7 by jteh on 2012-03-14 00:04 Also, check whether the browser is maximised or restored on the working machines and do the same on the non-working machine. |
Comment 8 by parham (in reply to comment 7) on 2012-03-14 06:47
Yes, ctrl+0 disabled zoom and now it works perfectly.
I was accessing all those IPs that I mentioned using the same machine. It works on two of them, and didn't work on the third one. It was because I had zoomed the page when accessing 192.168.3.118, and Firefox remembered this setting. So every time I tried using other IPs, there would be no zoom, but when I opened 192.168.3.118, the zoom would be back. |
Reported by parham on 2012-01-05 07:56
When in browse mode and trying to activate the hover event of an item, pressing insert+numpadDivide (or insert+shift+f9 in case of the laptop layout) does not always route the mouse pointer exactly to that element. This is not always reproducible even on the same page, but sometimes the algorithm doesn't work (E.G. I am in the WordPress dashboard and I choose the list number five in the dashboard menu, but the mouse gets routed to item 3).
The text was updated successfully, but these errors were encountered: