[
https://issues.jboss.org/browse/JBIDE-9448?page=com.atlassian.jira.plugin...
]
Victor Rubezhny edited comment on JBIDE-9448 at 8/5/11 11:33 AM:
-----------------------------------------------------------------
I found what the real problem is.
The issue is caused by fixing JBIDE-8350 which caused regression. While fixing JBIDE-8350
the ChainedTextHover, created in lines 207-208 of
org.jboss.tools.jst.jsp.HTMLTextViewerConfiguration.getTextHover(ISourceViewer, String,
int) method (Rev. 24607), was replaced by MarkerProblemAnnotationHoverProcessor (Rev.
29368). Probably this solved JBIDE-8350, but at the same time this completely killed all
other possible hovers to display their information.
The same thing happened with
org.jboss.tools.jst.jsp.JSPTextViewerConfiguration.getTextHover(ISourceViewer, String,
int) method - ChainTextHover was replaced by MarkerProblemAnnotationHoverProcessor -
causing the same kind of regression.
was (Author: vrubezhny):
I found what the real problem is.
The issue is caused by fixing JBIDE-8350 which caused regression. While fixing JBIDE-8350
the ChainedTextHover, created in lines 207-208 of
org.jboss.tools.jst.jsp.HTMLTextViewerConfiguration.getTextHover(ISourceViewer, String,
int) method (Rev. 24607), was replaced by MarkerProblemAnnotationHoverProcessor (Rev.
29368). Probably this solved JBIDE-8350, but at the same time this completely killed all
other possible hovers to display their information.
EL tooltip doesn't work
-----------------------
Key: JBIDE-9448
URL:
https://issues.jboss.org/browse/JBIDE-9448
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: jsp/jsf/xml source editing
Affects Versions: 3.3.0.M3
Reporter: Alexey Kazakov
Assignee: Victor Rubezhny
Priority: Critical
Fix For: 3.3.0.M3
EXECUTE: Create a seam web project
EXECUTE: Open home.xhtml
EXECUTE: Add #{authenticator.authenticate()} to any place of the page
EXECUTE: Point mouse to the EL
FAILURE: No tooltip appears.
--
This message is automatically generated by JIRA.
For more information on JIRA, see:
http://www.atlassian.com/software/jira