• Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: Major Major
    • 4.8.11, 4.9.0
    • None
    • None
    • None

      Everywhere, we use Ext.dom.Query.selectXxx('tag', node) methods (selectNodes, selectValue, ...) to retrieve immediate child 'tag' nodes. However, these methods use CSS selectors, and return all descendant nodes that match the selector.

      We should replace all these by selectXxx('> tag', node) to retrieve only immediate child nodes.

            Unassigned Unassigned
            ngavalda Nicolas Gavalda (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated: