jQuery UI Widgets Forums General Discussions Bug report for the new jqxInput (2.6)

This topic contains 3 replies, has 2 voices, and was last updated by  Peter Stoev 11 years, 8 months ago.

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
  • Bug report for the new jqxInput (2.6) #14935

    wavetrex
    Participant

    When using jqxInput in a jqxWindow – which has a large z-index (in my case it’s 18001), the suggestion area doesn’t show up, because it doesn’t have a z-index defined.

    My solution was to define this in the page’s CSS:
    .jqx-menu {
    z-index: 100000;
    }

    Seems to work, as I don’t have any other “menus” on that particular page… however if this can be fixed directly in the framework it would be nice!

    p.s. This forum needs an easy to find search? Maybe someone else posted this

    Bug report for the new jqxInput (2.6) #14940

    Peter Stoev
    Keymaster

    Hi wavetrex,

    For Search, check the Getting Started section in the Forum. Regarding the Input, we will take a look at the reported behavior it and if we find something wrong, we will resolve it. Thank you for the feedback.

    Regards,
    Peter Stoev

    Bug report for the new jqxInput (2.6) #15206

    wavetrex
    Participant

    Update for version 2.7

    The problem is still there.

    Console CSS output on the “jqx-menu” that this control is generating:
    ul class=”jqx-menu …”

    element.style {
    display: block;
    height: 84px;
    left: 850.5px;
    position: absolute;
    top: 345.5px;
    width: 126px;
    }

    There is no “z-index” entry in it.

    Bug report for the new jqxInput (2.6) #15208

    Peter Stoev
    Keymaster

    Hi wavetrex,

    jQWidgets 2.7 is from 8 February so this thread is newer.

    Best Regards,
    Peter Stoev

    jQWidgets Team
    http://www.jqwidgets.com

Viewing 4 posts - 1 through 4 (of 4 total)

You must be logged in to reply to this topic.