Double click on Flash Container Button with bootstrap style hangs Page

Double click on Flash Container Button with bootstrap style hangs Page

gasgas Posts: 6Questions: 0Answers: 0
edited January 2013 in TableTools
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,

Replies

  • gasgas Posts: 6Questions: 0Answers: 0
    edited January 2013
    http://datatables.net/release-datatables/extras/TableTools/bootstrap.html

    Same here. Double click on Save button hangs page. Tried in FF and Chrome.
  • gasgas Posts: 6Questions: 0Answers: 0
    edited January 2013
    Quick solution

    [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]
This discussion has been closed.