facebook

Selct List Menu Visual problem – CLOSED

💡
Our Forums Have Moved

For help with installation, bugs reports or feature requests, please head over to our new forums.
Genuitec Community on GitHub

  1. MobiOne Archive
  2.  > 
  3. Getting Help – General
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #343033 Reply

    I have two fields on my form that are select list Menus: one for selecting # of people and the other for hours.

    When the mouse or finger is moved on top of these fields, they display a strange pattern of a string of “>”. I included a pic to demonstrate. Since I can only touch one field at a time, the pic shows the bottom field with the problem, but it happens in the field two above as well.

    When I try a new test program with one or two of these type of fields I do NOT get the same display. So it is strange that it only happens in my main program.

    Also, when I gen the screen program with the problem display just by itself, it does not exhibit the same strange display for these fields. It only happens when I call that screen from my main program.

    On iPhone IOS6.13, the field selections operate normally, except that I get the strange displays.

    On Android 4 on NOTE-II, the hours selection displays the wrong hour picked: eg. if I pick 9:00PM it selects and displays 10:15PM. Always 1hr and 15 mins shifted.

    I am using M1 ver 2.3.2(hot-fix 1, 20130425) in Win7 Home Premium
    It is happening in the Test Center under iPhone simulation, but selects correct data.
    It is happening in the Test Center under Android simulation and it selects wrong hours.
    It is happening on the iPhone IOS 6.13, selects correct data
    It is happening on Android 4 Galaxy Note-II phone, selects hours off by 1hr 15 mins

    Thanks for any insights.
    TG

    See attachment SelectListMenuProblem.PNG

    Attachments:
    You must be logged in to view attached files.
    #343037

    Hi TG,

    It looks like you have modified your CSS somehow (manually editing generated CSS file or through including additional CSS file) And this modificationg might be changing background-repeat CSS property for SLM when in selected state. We need your design files to review and provide an advice to fix it. Please send it to support at genuitec dot com, use title mobione data from tguneysu

    #343195

    Hi TG,

    I followed up with you in the other thread: http://www.genuitec.com/support-genuitec/viewtopic.php?p=21074#p21074

    It looks like that like it is the root of the problem:

    li {font:14px Georgia,Verdana; margin-bottom:4px; padding:8px 10px 9px; border:1px solid #ccc; background:#eee; cursor:pointer}
    

    To avoid this problem you can either remove it or change it as I suggested in that thread or disable the highlighting removing this line:

    li:hover {border:1px solid #bbb; background:#e3e3e3}
    #343307

    Many thanks Octavio, problem solved.

    TG

Viewing 4 posts - 1 through 4 (of 4 total)
Reply To: Selct List Menu Visual problem – CLOSED

You must be logged in to post in the forum log in