Uploaded image for project: 'Tools (JBoss Tools)'
  1. Tools (JBoss Tools)
  2. JBIDE-15276

Content assist accumulates proposals for the given prefix, when uri is modified

XMLWordPrintable

      1. Open a *.xhtml page.

      <html xmlns="http://www.w3.org/1999/xhtml"
            xmlns:ui="http://java.sun.com/jsf/facelets"
            xmlns:h="http://java.sun.com/jsf/html"
            xmlns:f="http://java.sun.com/jsf/core"
            >
      

      ASSERT: Code assist for <ui: <h: <f: displays proper proposals.
      2. Modify value of xmlns:f attribute. First assign it to "http://java.sun.com/jsf/html" and save, then to "http://java.sun.com/jsf/facelets" and save, finally back to "http://java.sun.com/jsf/core" and save.
      ASSERT: Code assist for <f: after each modification displays proper proposals for the currently assigned uri.
      FAILURE: Code assist for <f: accumulates proposals for all uri's to which it has been assigned.

            vrubezhny Victor Rubezhny (Inactive)
            scabanovich Viacheslav Kabanovich (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated:
              Resolved: