josmas / openwonderland

Automatically exported from code.google.com/p/openwonderland
GNU General Public License v2.0
3 stars 5 forks source link

User list misaligned when starting up full screen #146

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Start the client using the property wonderland.client.windowSize = fullscreen
2.
3.

What is the expected output? What do you see instead?
I expect to see the user list. Instead I see the top of the user list cut off, 
see attached.

This seems to be due to a bug whereby the size of the client window is set to 
the size of the screen, without taking into account the screen insets, the 
height of the window title, the height of client menu bar, or the height of the 
URL text field.

See attached patch. This is a bit of a hack, but it doesn't seem possible to 
determine these heights programmatically.

Original issue reported on code.google.com by bernho...@gmail.com on 15 Dec 2010 at 10:29

Attachments:

GoogleCodeExporter commented 9 years ago
This issue was closed by revision r4590.

Original comment by jonathan...@gmail.com on 23 Dec 2010 at 7:15