Bug Tracker

Modify

Ticket #3880 (closed bug: fixed)

Opened 4 years ago

Last modified 4 years ago

BUGFIX for: "If IE and not an iframe... continually check to see if the document is ready"

Reported by: capc-megadrom Owned by: john
Priority: major Milestone: 1.3.1
Component: event Version: 1.3
Keywords: If IE and not an iframe Cc:
Blocking: Blocked by:

Description

in function bindReady()... some

WRONG: If IE and not an iframe continually check to see if the document is ready if ( document.documentElement.doScroll && !window.frameElement ) (function(){

CORRECT: If IE and not an iframe continually check to see if the document is ready if ( document.documentElement.doScroll && typeof window.frameElement == undefined ) (function(){

Change History

comment:1 Changed 4 years ago by dmethvin

  • Owner set to john

Looks like the problem reported by #3898.

comment:2 Changed 4 years ago by john

  • Status changed from new to closed
  • Resolution set to fixed
  • Component changed from core to event

Fixed in SVN rev [6120].

Please follow the  bug reporting guidlines and use  jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.

View

Add a comment

Modify Ticket

Action
as closed
Author


E-mail address and user name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.