No autocompletition within <h: tags

XMLWordPrintable

    • Type: Bug
    • Resolution: Unresolved
    • Priority: Normal
    • None
    • Affects Version/s: None
    • Component/s: None

      If you try to use autocompletition within a non zul tag nothing is shown.

      Try for example

      <h:div>
      <combo[ctrl+space]
      </h:div>

      "No default proposals" is shown.
      If you add a zk div inside:

      <h:div>
      <div>
      <combo[ctrl+space]
      </div>
      </h:div>

      the correct autocompletition is shown.
      But also in the <h: tags (or n: tags) the autocompletition should work

            Assignee:
            Unassigned
            Reporter:
            afxgroup
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated: