• Resolved zulus

    (@zulus)


    Hi. I love the plugin, but I found one issue with Opera (I checked in the latest one 12.12) which is quite critical.

    when the text is table. it is not showing up. here is the code I used

    Test with table inside
    [dropdown_box expand_text=”test with table” show_more=”Expand” show_less=”Collapse” start=”hide”]
    <table>
    <tbody>
    <tr>
    <td>there is a table</td><td></td>
    </tr>
    <tr>
    <td>test</td><td>123</td>
    </tr>
    </tbody>
    </table>
    [/dropdown_box]
    No table inside
    [dropdown_box expand_text=”test with _no_ table” show_more=”Expand” show_less=”Collapse” start=”hide”]
    no table. and it works
    [/dropdown_box]

    works just fine with all browsers but Opera. Could you please help?

    https://www.ads-software.com/extend/plugins/jquery-expanding-box/

Viewing 1 replies (of 1 total)
  • Plugin Author hit-reach

    (@hit-reach)

    Hi Zulus,

    Thanks for letting us know

    I have looked into the issue, you can provide a fix by simply targeting div.inner_text and setting the overflow to auto,

    Add the following to your theme’s CSS and you should be fine:

    body div.inner_text{ overflow:auto; }

    if this doesn’t work try:

    body div.inner_text{ overflow:auto !important; }

    From testing, this fix doesn’t affect any other browser.

    Thanks,
    Hit Reach

Viewing 1 replies (of 1 total)
  • The topic ‘Issue with Opera’ is closed to new replies.