Bug in IE
Bug in IE
braz
Posts: 12Questions: 0Answers: 0
Try to open next page:
[code]
jQuery(document).ready(function() {
jQuery("#main_table").dataTable( {
"bPaginate" : false,
"bFilter" : false,
"bSort" : false,
"bInfo" : false
});
});
Col 1
Col 2
[/code]
The first radio should be checked by default.
Check second radio button manually.
Press "test".
Press browser "Back" button.
Expected:
Second radio is selected.
Result:
In FF, Safari, Chrome and Opera everything works as expected.
In IE8 the first radio is checked.
Any suggestions about fix fro IE ?
[code]
jQuery(document).ready(function() {
jQuery("#main_table").dataTable( {
"bPaginate" : false,
"bFilter" : false,
"bSort" : false,
"bInfo" : false
});
});
Col 1
Col 2
[/code]
The first radio should be checked by default.
Check second radio button manually.
Press "test".
Press browser "Back" button.
Expected:
Second radio is selected.
Result:
In FF, Safari, Chrome and Opera everything works as expected.
In IE8 the first radio is checked.
Any suggestions about fix fro IE ?
This discussion has been closed.
Replies
Allan