Details
Description
Use window.addEventListener/window.attachEvent to register window callbacks. This is to avoid having the callback overwritten when window.on* properties are updated.
Activity
Field | Original Value | New Value |
---|---|---|
Assignee | Mircea Toma [ mircea.toma ] |
Salesforce Case | [] | |
Fix Version/s | 3.1.0.BETA2 [ 10336 ] |
Fix Version/s | 3.1.0.RC1 [ 10337 ] | |
Fix Version/s | 3.1 [ 10312 ] | |
Fix Version/s | 3.1.0.BETA2 [ 10336 ] |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #29512 | Thu Jun 14 12:14:17 MDT 2012 | mircea.toma | |
Files Changed | ||||
![]() ![]() |
Status | Open [ 1 ] | Resolved [ 5 ] |
Resolution | Fixed [ 1 ] |
Salesforce Case | [] | |
Affects | [Documentation (User Guide, Ref. Guide, etc.)] |
Issue Type | Improvement [ 4 ] | New Feature [ 2 ] |
Salesforce Case | [] |
Issue Type | New Feature [ 2 ] | Improvement [ 4 ] |
Salesforce Case | [] |
Status | Resolved [ 5 ] | Closed [ 6 ] |
It should be noted in the Wiki documentation that if you want to add any of your own scripts to window.onload, onunload, onbeforeunload, etc. you should use the window.addEventListener or window.attachEvent (IE before version 9).