[jbosstools-issues] [JBoss JIRA] Issue Comment Edited: (JBIDE-9448) EL tooltip doesn't work

Victor Rubezhny (JIRA) jira-events at lists.jboss.org
Fri Aug 5 11:29:26 EDT 2011


    [ https://issues.jboss.org/browse/JBIDE-9448?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12618986#comment-12618986 ] 

Victor Rubezhny edited comment on JBIDE-9448 at 8/5/11 11:28 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.

      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, was replaced by MarkerProblemAnnotationHoverProcessor. 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

        


More information about the jbosstools-issues mailing list