jQWidgets Forums

jQuery UI Widgets Forums Navigation Tree Problem selection some nodes

This topic contains 1 reply, has 2 voices, and was last updated by  Dimitar 10 years, 10 months ago.

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
  • Problem selection some nodes #57724

    MichielsB
    Participant

    Hi,

    I’m doing a proof of concept implementation for selecting one or mode nodes in a taxonomy. I want to be able to select one or more individual nodes in the tree and all the parent nodes above. However this is not Always possible if I use the hasTreeStateMode and checkboxes

    Configuration data:

    <li id=’home’>Home
    <li item-checked=’true’ item-expanded=’true’>Solutions

      <li id=’edu’>Education

    • Financial services
    • Government
    • <li item-checked=’false’>Manufacturing

    • Solutions 2
      • Mobile
        • Consumer photo and video
    • All industries and solutions

    Problem : it is not possible to select the ‘Solutions 2’ node, or ‘Mobile’ or ‘Consumer photo and video’. If you click on one of the nodes, all nodes in the path are selected. The problem seems only to occur as long as there are only single nodes in the path. When I click on Mobile, the expected behavior is that Mobile and Solutions 2 are selected, not Consumer photo and video

    Kind regards,

    Bart

    Problem selection some nodes #57738

    Dimitar
    Participant

    Hello Bart,

    Please provide us with a complete example at JSFiddle which we can test to determine the source of the issue.

    Best Regards,
    Dimitar

    jQWidgets team
    http://www.jqwidgets.com/

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

You must be logged in to reply to this topic.