keeleysam / tenfourfox

Automatically exported from code.google.com/p/tenfourfox
0 stars 0 forks source link

Pointer can be made invisible by certain sites #260

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
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.

Original issue reported on code.google.com by classi...@floodgap.com on 12 Feb 2014 at 3:04

GoogleCodeExporter commented 9 years ago

Original comment by classi...@floodgap.com on 12 Feb 2014 at 3:05

GoogleCodeExporter commented 9 years ago
I guess in ChildViewMouseTracker::WindowAcceptsEvent, we could do

[[nsCursorManager sharedInstance] setCursor:eCursor_standard];

Original comment by classi...@floodgap.com on 11 Mar 2014 at 4:46

GoogleCodeExporter commented 9 years ago
(for a click that is)

Original comment by classi...@floodgap.com on 11 Mar 2014 at 4:47

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

Original comment by classi...@floodgap.com on 15 Mar 2014 at 9:25

GoogleCodeExporter commented 9 years ago
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.

Original comment by classi...@floodgap.com on 16 Mar 2014 at 8:08