[jbosstools-issues] [JBoss JIRA] (JBIDE-10569) Weird tool tip for attrubute

Alexey Kazakov (Created) (JIRA) jira-events at lists.jboss.org
Wed Dec 28 18:27:10 EST 2011


Weird tool tip for attrubute
----------------------------

                 Key: JBIDE-10569
                 URL: https://issues.jboss.org/browse/JBIDE-10569
             Project: Tools (JBoss Tools)
          Issue Type: Bug
          Components: jsp/jsf/xml source editing
    Affects Versions: 3.3.0.Beta1
            Reporter: Alexey Kazakov
            Assignee: Victor Rubezhny
             Fix For: 3.3.0.Beta1


Try move the mouse over alt="Seam logo & copyright":
{code}
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<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">

	<ui:composition template="/templates/common.xhtml">
			<ui:define name="pageTitle">Greeting to User</ui:define>
			<ui:define name="pageHeader">Greeting Page</ui:define>
			<ui:define name="body">
				#{msgs.greeting} #{user.name}!
				<h:inputText readonly="true" />
  			    <h:graphicImage value="/img/seamlogo.png" alt="Seam logo & copyright" />
			</ui:define>
	</ui:composition>
</html>
{code}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the jbosstools-issues mailing list