[jbosstools-issues] [JBoss JIRA] Updated: (JBIDE-8721) OpenOn does not work for JavaScript variables on HTML pages

Alexey Kazakov (JIRA) jira-events at lists.jboss.org
Fri May 27 18:58:01 EDT 2011


     [ https://issues.jboss.org/browse/JBIDE-8721?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Alexey Kazakov updated JBIDE-8721:
----------------------------------

    Fix Version/s: 3.3.0.M3
                       (was: 3.3.0.M2)
         Priority: Critical  (was: Major)


> OpenOn does not work for JavaScript variables on HTML pages
> -----------------------------------------------------------
>
>                 Key: JBIDE-8721
>                 URL: https://issues.jboss.org/browse/JBIDE-8721
>             Project: Tools (JBoss Tools)
>          Issue Type: Bug
>          Components: jsp/jsf/xml source editing
>    Affects Versions: 3.2.0.CR1
>            Reporter: Yahor Radtsevich
>            Assignee: Victor Rubezhny
>            Priority: Critical
>             Fix For: 3.3.0.M3
>
>         Attachments: javascript-prj.zip
>
>
> OpenOn does not work for JavaScript variables on HTML pages.
> *Steps to reproduce:*
> # Import attached project [^javascript-prj.zip] into workspace.
> # Open index.html with "JBoss Tools HTML Editor"
> # Point cursor before "a + 1" as it is shown below:
> {code:xml|title=index.html|borderStyle=solid}
> <html>
> <head>
> <script type="text/javascript">
> 	var a = 1;
> 	var b = |a + 1;
> </script>
> </head>
> </html>
> {code}
> # Press Open Declaration hotkey (F3 or Ctrl-click by default)
> *Actual result:*
> Nothing happens.
> *Expected result:*
> The cursor must move to the declaration of the variable 'a'.

--
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