[jbosstools-issues] [JBoss JIRA] Commented: (JBIDE-727) "Browse Class" has ui issues and funny content

Max Andersen (JIRA) jira-events at lists.jboss.org
Wed Oct 24 08:35:01 EDT 2007


    [ http://jira.jboss.com/jira/browse/JBIDE-727?page=comments#action_12384096 ] 
            
Max Andersen commented on JBIDE-727:
------------------------------------

another thing:

If  I have this:
<hibernate-mapping package="org.domain.mysqltest.session">
 <class name="">
  <id/>
 </class>
</hibernate-mapping>

and do a browse for the class name and finds org.domain.mysqltest.session.Authenticator it should just insert "Authenticator" as the clssname:
<hibernate-mapping package="org.domain.mysqltest.session">
 <class name="Authenticator">
  <id/>
 </class>
</hibernate-mapping>

only if the nearest package is empty or I choose another package should the full class name be used (this is the same fix we did for the class code completion in summer)

Note this last part is secondary, the Browse button speed and usability is what we need fixing first.

> "Browse Class" has ui issues and funny content
> ----------------------------------------------
>
>                 Key: JBIDE-727
>                 URL: http://jira.jboss.com/jira/browse/JBIDE-727
>             Project: JBoss Tools
>          Issue Type: Sub-task
>            Reporter: Max Andersen
>         Assigned To: Viacheslav Kabanovich
>            Priority: Optional
>             Fix For: 2.0.0.CR1
>
>   Original Estimate: 2 days
>  Remaining Estimate: 2 days
>
> Click browse clas for a Class attribute.
> First thing I notice is that ".settings" and "META-INF" is there as a package; why ?
> Expand it so it gets some children and grows bigger than the list.
> layout works fine.
> Close it.
> Click browse again:
> Now the dialog fills up the whole screen (height wise)
> Select a class.
> Close it.
> Open it again:
> Recent tab is empty ?
> Search tab's "arrow down"  is bigger and has pixel artifacts. Not the same as with Eclipse's Open Type  dialog.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the jbosstools-issues mailing list