Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author zoranc

    (@zoranc)

    you can take a look at the older versions here
    http://wordpress.org/extend/plugins/tab-slide/developers/

    I will take a look into this over the weekend and get an update ready hopefully

    Hello, I am experiencing the same problem with ie8…Using 1.50 version, Is there a fix to it?

    Thank you for a great plugin by the way.

    I think I’ve fixed the IE8 locked open problem and cleared a seemingly related javascript error. Look in plugins/tab-slide/js/tab_slide.js and change lines 160-164 as shown below. Hope this helps.

    Joel

    Lines 160-164:

    // Damn that text cursor
    if (window.getSelection) {
    select = window.getSelection();
    }
    // select.removeAllRanges();

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Still locks open in IE8.’ is closed to new replies.