Seems there's an issue with buttons of Tabletools, that not display in chromium with bootstrap

Seems there's an issue with buttons of Tabletools, that not display in chromium with bootstrap

CesiumCesium Posts: 3Questions: 0Answers: 0

There seems an issue with buttons display (except the print button) in chromium... This may be or not related to bootstrap integration, because I realise while writting that I didn't test if the problem is there without bootstrap integration...

Ok, just drop bootstrap integration, and the issue is there too... So, it seems related to chromium browser...

Any idea where to start digging? CSS? JS?

Cesium

Replies

  • CesiumCesium Posts: 3Questions: 0Answers: 0
    edited January 2015

    "< div class="DTTT_container"></div >" is empty in chromium, but it contains <a class="DTTT_button> in FF and Chrome :

    <a class="DTTT_button DTTT_button_copy" id="ToolTables_result_table_0" tabindex="0" aria-controls="result_table"><span>Copy</span><div style="position: absolute; left: 0px; top: 0px; width: 44px; height: 31px; z-index: 99;"><embed id="ZeroClipboard_TableToolsMovie_1" src=".../DataTables-1.10.4/extensions/TableTools/swf/copy_csv_xls.swf" loop="false" menu="false" quality="best" bgcolor="#ffffff" width="44" height="31" name="ZeroClipboard_TableToolsMovie_1" align="middle" allowscriptaccess="always" allowfullscreen="false" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" flashvars="id=1&width=44&height=31" wmode="transparent"></div></a>

    Could it be an issue with flash plugins in chromium?

    Cesium

  • CesiumCesium Posts: 3Questions: 0Answers: 0

    Hello!!

    Forgot about this, the reason was chromium issue with flash player. I install pepper flash player and issue get solved.

    Accepted answer here : http://askubuntu.com/questions/449103/chromium-34-and-later-cannot-detect-flash-plugin

    I have ubuntu 12.04

    Cesium

This discussion has been closed.