facebook

2.1 Preview 1 – Dynamic List text color change

💡
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
  • #328772 Reply

    Unknown Author
    Participant

    More stangeness from 2.1:

    The text of dynamic lists turns grey! I have to add <font color=black>…</font> into the dynamic list JavaScript to keep it all under control!

    -1TC

    #328882

    Hi 1thinchip,

    I’ve reported this issue to dev team. Thanks for your report.

    #329501

    support-michael
    Keymaster

    @1thinchip

    We determined that the root of the problem is in the many new styling customizations introduced in 2.1. Thus your javascript is generating list-items that do not conform to the 2.1 list-item implementation. Apologies in advance but the workaround is to update your custom list code to use new css classes introduced to make lists more stylable.

    What we are doing for our own custom-lists is:
    1) create design a simple screen with a single list item in 2.1
    2) generate code and then update our javascript to generate list-items based on the 2.1 html code
    – diff the old template with the new generated list code and revise it to match the 2.1 code

    We realize this is a PIA and plan to introduce an api such that there is no requirement to work with html. This will go a long way to insulating your list customizations from future changes in the underlying html implementation.

    #329502

    Unknown Author
    Participant

    Wayne,

    I appreciate the deep dive on this. Since most of my coding skills are old-school HTML, I’ll be sticking with the <font color = black> workaround for the time being.

    When I get the time, I’ve been thinking about posting an example to the How-To section with three independent dynamic lists using JavaScript. This will be posted under “Yes, you can juggle knives and ride a unicycle at the same time”.

    -1TC

Viewing 4 posts - 1 through 4 (of 4 total)
Reply To: 2.1 Preview 1 – Dynamic List text color change

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