Export to GitHub

tenfourfox - issue #260

Pointer can be made invisible by certain sites


Posted on Feb 12, 2014 by Massive Rhino

www.therestartpage.com

The pointer winds up invisible when we switch back to the browser. The appropriate stopgap might be to refresh the pointer on click through the existing 10.4 code. Marking high since only a restart fixes this.

Comment #1

Posted on Feb 12, 2014 by Massive Rhino

(No comment was entered for this change.)

Comment #2

Posted on Mar 11, 2014 by Massive Rhino

I guess in ChildViewMouseTracker::WindowAcceptsEvent, we could do

[[nsCursorManager sharedInstance] setCursor:eCursor_standard];

Comment #3

Posted on Mar 11, 2014 by Massive Rhino

(for a click that is)

Comment #4

Posted on Mar 15, 2014 by Massive Rhino

Fixed, or at least doesn't cause any problems, and appropriate cursor changes on the test case still work.

Comment #5

Posted on Mar 16, 2014 by Massive Rhino

Added extra code so that we can't hide the cursor at all in most areas. Other than a brief flash of the pointer when we click, this works.

Status: Verified

Labels:
Type-Defect Priority-High Milestone-NextStable