jQuery UI Widgets Forums Lists ComboBox Values disappear when moving combobox

This topic contains 2 replies, has 2 voices, and was last updated by  joffreyj 8 years ago.

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
  • Values disappear when moving combobox #88712

    joffreyj
    Participant

    I am building a responsive app and when I move the comboboxes, the selected values don’t appear in mobile or tablet mode but they do appear in desktop mode. The placeholder text shows in Chrome and edge, but not in Firefox or IE. What am I doing wrong?

    https://argis.ualr.edu/districtfinder_upg/

    To recreate:

    1. Resize your window to tablet or phone size.
    2. From the left menu select “Members”
    3. Select a member from either combobox
    4. The selected member does not show up in the combobox
    5. Resize the screen to full size, the member appears

    Values disappear when moving combobox #88730

    Christopher
    Participant

    Hi joffreyj,

    The selected values actually appear in the jqxComboBoxes, but the font is colored in white, so that’s why you don’t see them. There seems to be some style, probably a media-query that is setting the color of the font to white when the screen is shrinked and something isn’t applied properly in FireFox, so it seems. The same happens with the placeHolder. Check the CSS styles that are applied, that’s the root of the problem.

    Best Regards,
    Christopher

    jQWidgets Team
    http://www.jqwidgets.com

    Values disappear when moving combobox #88751

    joffreyj
    Participant

    Thanks for your help Christopher, that is exactly what it was.

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

You must be logged in to reply to this topic.