• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Why does Firefox render bitmaps in reverse?

Rubycon

Madame President
Example here

When pulling down a bitmap image it will load from bottom to top instead of top to bottom! :Q

Anyone know why? It's been this way forever and 3.5 still does it. Not really an annoyance just one of those "why?" queries. 🙂
 
The answer is because most bitmap files store their data upside down. To display it right side up it would have to dl the entire file first.
 
Originally posted by: nickbits
The answer is because most bitmap files store their data upside down. To display it right side up it would have to dl the entire file first.

Hmmm.... okay! 🙂
 
Back
Top