Changes between Initial Version and Version 1 of Ticket #4306
- Timestamp:
- Aug 27, 2007, 5:13:36 PM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #4306 – Description
initial v1 2 2 http://tagneto.blogspot.com/2006/06/cross-domain-frame-communication-with.html#comment-7627122299025634091 3 3 4 Hacim Bengali 5 6 suggested that using a window.focus() call on the iframe might avoid having to use polling to check for the fragment ID messages in the iframe locations. 4 Hacim Bengali suggested that using a window.focus() call on the iframe might avoid having to use polling to check for the fragment ID messages in the iframe locations. 7 5 8 6 Explore that, keeping in mind the impact on ther user's focus in the web page. Make sure we do not steal their focus or mess them up. Maybe consider using blur() instead for this reason.