[jbosstools-issues] [JBoss JIRA] Resolved: (JBIDE-9022) "Show All Eligible Beans..." OpenOn sometimes show menu far from mouse pointer and it is quickly disappears.

Daniel Azarov (JIRA) jira-events at lists.jboss.org
Fri May 27 18:56:01 EDT 2011


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

Daniel Azarov resolved JBIDE-9022.
----------------------------------

    Resolution: Done


> "Show All Eligible Beans..." OpenOn sometimes show menu far from mouse pointer and it is quickly disappears.
> ------------------------------------------------------------------------------------------------------------
>
>                 Key: JBIDE-9022
>                 URL: https://issues.jboss.org/browse/JBIDE-9022
>             Project: Tools (JBoss Tools)
>          Issue Type: Bug
>          Components: cdi (jsr-299)
>    Affects Versions: 3.3.0.M1
>            Reporter: Daniel Azarov
>            Assignee: Daniel Azarov
>             Fix For: 3.3.0.M2
>
>         Attachments: OpenOn1.png, OpenOn2.png
>
>
> related with JBIDE-7971
> EXECUTE: Create a CDI project (or enable CDI support on some existing project).
> EXECUTE: Create
> {code:title=Bean1.java|borderStyle=solid}
> package org.test;
> import javax.inject.Inject;
> public class Bean1 {
> 	public Integer number;
> 	   
> 	   @Inject
> 	   public Bean1(Integer number)
> 	   {
> 	      this.number = number; 
> 	   }
> }
> {code}
> {code:title=Bean2.java|borderStyle=solid}
> package org.test;
> import javax.enterprise.inject.Produces;
> public class Bean2 {
> 	@Produces public static Integer bar = 1;
> 	
> 	public Bean2(){
> 		
> 	}
> }
> {code}
> {code:title=Bean3.java|borderStyle=solid}
> package org.test;
> import javax.enterprise.inject.Produces;
> public class Bean3 {
> 	@Produces public static Integer bar = 1;
> 	
> 	public Bean3(){
> 		
> 	}
> }
> {code}
> EXECUTE:
> 1. Build the project.
> 2. Open Bean1.java in Java Editor
> 3. Point mouse to 'number' parameter then press Ctrl key
> ASSERT: OpenOn Window appears
> EXECUTE: Select "Show All Eligible Beans.." menu item
> {color:red}*FAILURE:*{color} Window with bean list appears far from mouse pointer then disappears

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