Forum Moderators: open
I have a nice bit of javascript code that enables users to change style sheet at the click of a button - this changes the colour contrast in pages for people with visual impairment. All works fine except one little problem -
When switching to black background then back to white a little bar about 10px high stays black at the bottom of the page, minimize the window and then restore the black bar has disapeered..
Is this a browser problem? has anyone experienced this before?
Thanks for reading.
Basically some portion of the previous page state remains on the page until you scroll out, min/max the window, or close/reopen the program.
Sometimes it's really bad if you have many apps open and it's taxing your RAM, and it's not limited to browsers.
I notice these artifacts (that's what we called them in printing/DTP, any unexplainable pain in the neck is an "artifact") appear more often on pages that cause the browser to suck up CPU/RAM, like pages with more than one extremely long select list or a resource-intensive Java/Flash object.