Page 1 of 1

is a page refresh necessary on this flash activation

Posted: Sun Jan 31, 2010 8:41 am
by al_9x
Fx 3.6.0, NS 1.9.9.42, block flash on trusted

http://www.australianopen.com/en_AU/index.html

central placeholder, page appears to quick refresh on activation

Re: is a page refresh necessary on this flash activation

Posted: Sun Jan 31, 2010 4:54 pm
by Giorgio Maone
Firefox reports 0 as offsetWidth and offsetHeight upon object reinsertion, and even some milliseconds after: this triggers the reload.
Interestingly enough, getComputedStyle() returns correct CSS dimensions, so I've added this check to latest development build and the reload doesn't happen anymore.