I'm Brett Slatkin and this is where I write about programming and related topics. You can contact me here or view my projects.

04 March 2013

Firefox will scroll down to any embedded iframe that calls element.focus(). Here's the bug. Origin doesn't matter. Gross~

Updated: Ah! Solution:
<iframe style="display: none;" onload="this.style.display='block';" src="...">
Works with Google Docs presentations.
© 2009-2024 Brett Slatkin