Modify ↓
Ticket #124 (closed defect: fixed)
Mouse pointer is offset by scroll amount in Firefox
| Reported by: | mike.jumper | Owned by: | mike.jumper |
|---|---|---|---|
| Priority: | minor | Milestone: | Dumb Mud |
| Component: | guacamole-common-js | Version: | unstable |
| Keywords: | Cc: | ||
| Points: |
Description
In Firefox 11 (but not Chrome), the mouse pointer is offset relative to the real mouse location on the display by the scroll amount.
If you scroll down 10 pixels, the mouse pointer will appear 10 pixels above the real pointer location.
If you scroll right 10 pixels, the mouse pointer will appear 10 pixels to the left of the real pointer location.
Attachments
Change History
comment:1 Changed 14 months ago by mike.jumper
- Owner set to mike.jumper
- Status changed from new to assigned
- Milestone set to Alpha 3
comment:2 Changed 13 months ago by mike.jumper
- Status changed from assigned to closed
- Resolution set to fixed
Should be fixed as of changeset:7d9f7fd/guacamole-common-js.
Firefox does not set scrollTop and scrollLeft for document.body - it only sets them on document.documentElement, whereas Chrome and others do the opposite.
Note: See
TracTickets for help on using
tickets.
