lucianobroussal / gwtwindowmanager

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

Backgroun image of GDesktopPane does not resize on window resizing #42

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Open any application with GDesktopPane and a background image
2. Resize the browser window

What is the expected output? What do you see instead?
Depending on the developers choice I would expect the background to resize 
with the window or stay static if that is what the developer intended it 
to do.

What version of the product are you using? On what operating system?
0.6 Beta

Please provide any additional information below.
Instead of using a CSS style background image a image widget with very low 
zIndex could be placed on the GDesktopPane. The developer could then set a 
flag deciding if the image should resize as the window resizes or not.

Original issue reported on code.google.com by rco...@gmail.com on 1 May 2007 at 2:13