[jbosstools-issues] [JBoss JIRA] (JBIDE-14412) jQuery Mobile wizards do not show descriptions

Viacheslav Kabanovich (JIRA) jira-events at lists.jboss.org
Fri May 10 11:53:53 EDT 2013


Viacheslav Kabanovich created JBIDE-14412:
---------------------------------------------

             Summary: jQuery Mobile wizards do not show descriptions
                 Key: JBIDE-14412
                 URL: https://issues.jboss.org/browse/JBIDE-14412
             Project: Tools (JBoss Tools)
          Issue Type: Bug
          Components: jsp/jsf/xml/html source editing
            Reporter: Viacheslav Kabanovich
            Assignee: Viacheslav Kabanovich
             Fix For: 4.1.0.Beta1


Implementation assigns description to wizards, but DefaultDropWizardPage.runValidation() makes a call setMessage("",NONE) which overrides description with an empty message.
It should rather call setMessage(null,NONE);

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


More information about the jbosstools-issues mailing list