Comments you submit will be routed for moderation. If you have an account, please log in first.
Modify

Ticket #124 (closed defect: fixed)

Opened 14 months ago

Last modified 13 months ago

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.

View

Add a comment

Modify Ticket

Action
as closed
The resolution will be deleted. Next status will be 'reopened'
Author


E-mail address and user name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.