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

Remove updating <style> tag from VpeVisualDomBuilder.updateElement(Node sourceNode) method

XMLWordPrintable

      There is a bad way of updating <style> tag in updateElement(Node sourceNode) method:

      /*
      * special processing of "style" element
      * 
      * for unification of updating nodes - or redevelop updating
      * mechanism (for example : transfer this function to template )
      * or redevelop template of "style" element
      */
      if (HTML.TAG_STYLE.equalsIgnoreCase(sourceNode.getNodeName())) {
      	// refresh style node
      	VpeStyleUtil.refreshStyleElement(this, elementMapping);
      	return;
      }
      

      Should be removed to the style template.

            dmaliarevich_jira Denis Maliarevich (Inactive)
            dmaliarevich_jira Denis Maliarevich (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: