Details
Description
A client has asked for a way to disable a flash of white that appears when a page is initialized. The flash is a problem for users in low light environments.
We currently use a image loading proxy which will paint he page content when it is ready to paint. During the parser delay a white page is drawn to represent the page, shortly their after the page content is painted.
The system property should disabled the proxy loading and have the page's paintComponent wait for the page to be initialzed before the painting starts. Going to be a little bumpy if the page is complicated but there will not be any flash.
We currently use a image loading proxy which will paint he page content when it is ready to paint. During the parser delay a white page is drawn to represent the page, shortly their after the page content is painted.
The system property should disabled the proxy loading and have the page's paintComponent wait for the page to be initialzed before the painting starts. Going to be a little bumpy if the page is complicated but there will not be any flash.
Activity
- All
- Comments
- History
- Activity
- Remote Attachments
- Subversion