• Resolved maximmmus

    (@maximmmus)


    This issue comes with plugins which use the overlay on full screen. For ex: when clicking scan on the P3 Plugin Profiler. The bug is present in chrome and firefox and it seems to be a z-index issue.

    Do you have a fix on this? Thanks.

Viewing 6 replies - 1 through 6 (of 6 total)
  • Moderator Marius L. J.

    (@clorith)

    Hi,

    Sounds like you might want to contact the plugin author for the plugin you are using and talk to them if there’s a visual problem within their plugin feature set.

    Thread Starter maximmmus

    (@maximmmus)

    Hi,
    I have the problem since upgrading to wordpress 4.1 and it is happening with many plugins. I can’t contact them all. Everything was working properly with the previous wordpress version.

    John Blackbourn

    (@johnbillion)

    WordPress Core Developer

    Can you provide a screenshot of the problem you’re referring to please?

    You say the problem is happening with many plugins. Can you give some more examples?

    Thread Starter maximmmus

    (@maximmmus)

    Hi,

    These are the plugins which have worked perfectly before upgrading to latest wordpress: P3 PluginProfiler, ExpressCurate. If you install P3 and click to do a performance scan you will see the issue: a semi-transparent black overlay on all screen.

    The code:
    <div class=”ui-widget-overlay ui-front” style=”z-index: 2147483646;”></div>

    In tools.php and dialog-style-3.9css.?vers=4.1
    media=”all”
    .ui-widget-overlay {
    z-index: 2147483647 !important;
    background: #000 !important;
    opacity: .6 !important;
    }

    If you unselect the z-index with inspect element everything is fine!

    Thanks for looking into it.

    Moderator Marius L. J.

    (@clorith)

    I can see the P3 plugin already has a thread about a bug on their end with overlays, does it relate to your problems perhaps ?

    Thread Starter maximmmus

    (@maximmmus)

    the p3 update has fixed the problem. thanks

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Overlay bug’ is closed to new replies.