BUG: Print button inside a collection button incorrectly stays put?
BUG: Print button inside a collection button incorrectly stays put?
iceberg
Posts: 14Questions: 0Answers: 0
Hi Allan,
I notice a strange bug of TableTools 2.0.1 (coming with DataTables 1.7.6). When I define a print button inside a collection button, the print button expectingly disappears after the end user comes back from the print view but, it actually still there, clickable, although invisible.
I've tested it with Chrome 10, IE8, Firefox3. And this is an online sample too. http://jsfiddle.net/gzARr/1/
Please take a look to it. Thanks!
Regards,
Ray
I notice a strange bug of TableTools 2.0.1 (coming with DataTables 1.7.6). When I define a print button inside a collection button, the print button expectingly disappears after the end user comes back from the print view but, it actually still there, clickable, although invisible.
I've tested it with Chrome 10, IE8, Firefox3. And this is an online sample too. http://jsfiddle.net/gzARr/1/
Please take a look to it. Thanks!
Regards,
Ray
This discussion has been closed.
Replies
[code]
$(this.dom.collection.collection).animate({"opacity": 0}, 500, function (e) {
this.style.display = "none";
} );
[/code]
Added to the to-do list :-)
Allan
Allan