This website requires JavaScript.
Explore
Help
Register
Sign In
rooty
/
DataTables
Watch
1
Star
0
Fork
0
You've already forked DataTables
mirror of
https://github.com/DataTables/DataTables.git
synced
2025-02-21 19:54:15 +01:00
Code
Issues
Releases
Activity
DataTables
/
.datatables-commit-sync
2 lines
41 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Fixed event handlers in table headers in IE8 On line 605, column.sTitle is set to the TH's innerHTML. On line 1816, column.sTitle is compared with cell.html(). If you have child elements with event handlers on them inside the TH, these are not the same in IE8 (see https://gist.github.com/simonbrent/933e552739477f4be3ab#file-test-html) As a result, the check on 1816 fails, the contents of the cell is replaced, and the event handlers are removed. Comparing instead with cell[0].innerHTML fixes this issue.
2015-06-10 09:45:55 +01:00
bbd2b1b9a62f3e05480ade7e3bb3ae4acca87f3f
Reference in New Issue
Copy Permalink