Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #19189, comment 28


Ignore:
Timestamp:
11/26/2011 12:10:13 AM (13 years ago)
Author:
azaozz
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #19189, comment 28

    initial v1  
    11Replying to [comment:27 GaryJ]:
    22
    3 It's a bug. The 'unload' event only exists for 'window'. Think it was used before jQuery was force-bubbling events up the DOM so it was more of a custom event only on #TB_window, that unfortunately matches the "real" unload. Later on other JS staring using it too so now we have to still support it...
     3It's a bug. The 'unload' event only exists for 'window'. Think it was used before jQuery was force-bubbling events up the DOM so it was more of a custom event only on #TB_window, that unfortunately matches the "real" unload. Later on other JS started using it too so now we have to still support it...