Mrkebubun / o3d

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

Full-screen mode doesn't work on Firefox 3.0.x or Chrome #174

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Open full screen sample in Firefox (or Chrome, or IE)
2. Click "Click for full-screen" button.
3. Notice that while the screen blanks out and flashes, you are returned
   to non-full-screen mode.

It appears that the screen resolution does change to full screen mode, but 
it exits immediately.  One difference between browsers is that at least in 
chrome we get to see one frame of the full-screen output.

This was on a development workstation with two monitors, so perhaps it's a 
two monitor issue.  Here's what video hardware I have:

NVidia Quadro FX 380
Driver: (8.15.11.9038, From NVIDIA)

Original issue reported on code.google.com by gspen...@google.com on 12 Oct 2009 at 3:30

GoogleCodeExporter commented 9 years ago
Actually, looks like full screen mode DOES work in IE, but not in Chrome or 
Firefox.

Original comment by gspen...@google.com on 12 Oct 2009 at 3:36

GoogleCodeExporter commented 9 years ago
What version of Firefox are you using? I've seen continued flakiness of our 
full-screen code when running on 
Vista 64 in 3.0.x, but it seems to work pretty reliably on Vista 64 from within 
3.5.x. The new code was tested on 
a dual-monitor Vista system.

The failure to go to full screen in Chrome on Vista is a known problem: 
http://crbug.com/21921 . This has been 
marked as a duplicate but the root issue has apparently still not been fixed.

Original comment by k...@google.com on 12 Oct 2009 at 4:00

GoogleCodeExporter commented 9 years ago
I have firefox version 3.0.14

(And actually, this surprises me -- I thought it was auto-updating and expected 
to have 
3.5 or later.)

Original comment by gspen...@google.com on 12 Oct 2009 at 5:00

GoogleCodeExporter commented 9 years ago
Indeed, upgrading to Firefox 3.5.3 solved the problem, and full-screen mode 
works now.

Original comment by gspen...@google.com on 12 Oct 2009 at 5:29

GoogleCodeExporter commented 9 years ago

Original comment by kbr@chromium.org on 5 Mar 2010 at 11:53