[
https://issues.jboss.org/browse/JBIDE-10569?page=com.atlassian.jira.plugi...
]
Daniel Azarov commented on JBIDE-10569:
---------------------------------------
MarkerProblemAnnotationHoverProcessor now is a part of ChainTextHover.
Method getHoverRegion of ChainTextHover asks all members for Text Region and
XMLTagInfoHoverProcessor returns region for whole "Seam logo & copyright"
string.
Then method getHoverInfo2 of ChainTextHover asks all members for Hover Info for whole
string region when problem marker region is part of it. In this case
MarkerProblemAnnotationHoverProcessor returns Hover Info which will be filtered later.
I think current solution (just add method toString to MarkerAnnotationInfo) is fine. There
are no other side effects.
Weird tool tip for attribute
----------------------------
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: Daniel Azarov
Fix For: 3.3.0.Beta1
Attachments: notWeirdTooltip.png, 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