Bug in IE
Bug in IE
![braz](https://secure.gravatar.com/avatar/ceebd0a752cf5faf3ad6d1954082c2a9/?default=https%3A%2F%2Fvanillicon.com%2Fceebd0a752cf5faf3ad6d1954082c2a9_200.png&rating=g&size=120)
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