Community
Participate
Working Groups
In the initial html file, the size of the display is being measured and transmitted in the init parameters w4t_width and w4t_height. This doesn't seem necessary anymore since the display height is also transmitted by the Application.js in the parameters w1.bounds.width and w1.bounds.height. We should remove the w4t_ init parameters and the related code from the rwt_index.html and evaluate the w1.* parameters in Display.
Fixed as part of Bug 332900. There are no more parameters added to the request in rwt-index.html, everything is handled in display.js. startup" and "rwt_initialize" are still used, as they cant be removed without some heavy refactoring on the server-side.