[
https://issues.jboss.org/browse/JBIDE-10569?page=com.atlassian.jira.plugi...
]
Alexey Kazakov updated JBIDE-10569:
-----------------------------------
Description:
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}
!screen.png!
was:
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}
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
Attachments: screen.png
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}
!screen.png!
--
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