Double click on Flash Container Button with bootstrap style hangs Page
Double click on Flash Container Button with bootstrap style hangs Page
gas
Posts: 6Questions: 0Answers: 0
When i double click on container button which contains flash elements (copy, export to pdf) etc.. the whole page stop responding to mouse inputs. I am using bootstrap styled version. Also there is a javascript error on double click: object movie has no method clearText line 306,
This discussion has been closed.
Replies
Same here. Double click on Save button hangs page. Tried in FF and Chrome.
[code]
"collection": $.extend( {}, TableTools.buttonBase, {
"sAction": "collection",
"sButtonClass": "DTTT_button_collection",
"sButtonText": "Collection",
"fnClick": function( nButton, oConfig ) {
this._fnCollectionHide.call( this, null, null );
this._fnCollectionShow(nButton, oConfig);
}
} )
[/code]