• Resolved e-factor

    (@e-factor)


    Hello,
    I’ve noticed that if I use with OPERA browser this css3 directive: “-webkit-column-count:2; -moz-column-count:3; column-count:3;” the last column is not showed. Whatever is the number of columns It always misses the last… It seems like under…z-indexed or something like that… any idea? Thanks.

    https://www.ads-software.com/plugins/easy-modal/

Viewing 9 replies - 1 through 9 (of 9 total)
  • Plugin Author Daniel Iser

    (@danieliser)

    Do you have a link I can examine. I will grab opera and take a look.

    Thread Starter e-factor

    (@e-factor)

    Here you go:
    https://usatocontrollato.com/sell-your-car/

    To open the modal window just click on “apri” or on “Optional” input box (middle of the page).

    Thanks for your help.
    f

    Plugin Author Daniel Iser

    (@danieliser)

    Wondering if this was solved by any of the latest updates. Please let me know so i can close the thread.

    Thread Starter e-factor

    (@e-factor)

    Actually not yet…. I’m still stuck in this thing….

    Plugin Author Daniel Iser

    (@danieliser)

    Do you happen to have another link. The one from before is no long working and is just a login screen. I’d be happy to take another look.

    Thread Starter e-factor

    (@e-factor)

    Sure, here’s a new testing page:
    https://usatocontrollato.com/testing/

    Just click inside the input box of “inserisci gli optional” field to open the modal.

    thanks for caring… ??

    Plugin Author Daniel Iser

    (@danieliser)

    Ok i just checked it in the latest version of opera and it is working fine that i can see. I see 3 full columns of checkboxes.

    Are you still experiencing the problem?

    Thread Starter e-factor

    (@e-factor)

    Thank you danieliser.

    I’ve just solved it with this hack that works at least on opera 12.10…

    First of all I’ve made a class for the div that contains those “optionals”:

    .optionals {
    -webkit-column-count: 3 !important;
    -moz-column-count: 3 !important;
    column-count: 3;
    -moz-column-width: 285px !important;
    -o-column-count: 1 !important;
    }

    And then I’ve added an hack to target Opera (…and only Opera) with the non-exsisting pseudoclass “doesnotexist:-o-prefocus”

    doesnotexist:-o-prefocus, .optionals {column-count:auto !important;}

    And this just did the trick…
    I hope it could be helpful.
    Thanks for your help.

    Plugin Author Daniel Iser

    (@danieliser)

    Glad you got it figured out. Browser testing is usually my least favorite part of my projects. I can’t wait till they all get their head on straight and unify the HTML/CSS engines for all browsers.

    Please take a moment to rate and review the plugin and/or support https://www.ads-software.com/support/view/plugin-reviews/easy-modal

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘CSS3 column-count issue with OPERA’ is closed to new replies.