[jbosstools-issues] [JBoss JIRA] Commented: (JBDS-366) Welcome screen: view of Create New is incorrectly, and there is strange behavior

Victor Rubezhny (JIRA) jira-events at lists.jboss.org
Tue Feb 9 18:42:10 EST 2010


    [ https://jira.jboss.org/jira/browse/JBDS-366?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12511438#action_12511438 ] 

Victor Rubezhny commented on JBDS-366:
--------------------------------------

The bug with the link-icons (which aren't changing to HOVERRED/NORMAL when a user hovers his/her mouse over the link with a text) is a normal behaviour for Eclipse (at least up to 3.5.2). 
The problem is that Eclipse's Intro creates link controls in different ways depending on the text presence/absence.
For example, if we create a link with an icon and without a text then it (iEclipse's org.eclipse.ui.internal.intro.impl.swt.PageWidgetFactory.createImageHyperlink() method) creates a single ImageLink control which is responcible to chahge the icons when mouse is hoverred over it. In this case all works perfect. 
But If we create a link with an icon and text, then it creates two controls: ImageLink with icon (which is responcible to show and change its icon) and Hyperlink with text (which is responcible to show and change its text). And these link controls aren't cross-linked in their mouse-listerers to be hoverred together.

Probably, it's a bug of Eclipse's SWT Intro.

> Welcome screen: view of Create New is incorrectly, and there is strange behavior
> --------------------------------------------------------------------------------
>
>                 Key: JBDS-366
>                 URL: https://jira.jboss.org/jira/browse/JBDS-366
>             Project: Developer Studio (JBoss Developer Studio)
>          Issue Type: Bug
>          Components: ui/branding
>    Affects Versions: 2.0.0.beta1
>         Environment: JBoss Developer Studio
> Version: 1.1.0
> Build id: 200806161541-nightly
> Build date: 06/16/2008 15:46
>            Reporter: Tatyana Romanovich
>            Assignee: Victor Rubezhny
>            Priority: Trivial
>             Fix For: 3.0.0.CR2
>
>         Attachments: Welcome1.png, Welcome2.png, Welcome3.png
>
>
> EXECUTE: Open JBDS with empty workspace
> EXECUTE: select Getting Started on the Welcome screen
> EXECUTE: move mouse over the each links
> 1. FAILURE: green badge on the icon appears only for "Viewlets and Tutorials" point (see Welcome1.png)
> EXECUTE: select any item (click on the right of link)
> EXECUTE: move mouse over another items icon
> 2. FAILURE: both icons have green badge at the same time (see Welcome2.png)
> EXECUTE: Select "Create New..."
> 3. FAILURE: "Create jBPM Process Project" is subitem of "Create Seam Project". Is it right? (see Welcome3.png)
> EXECUTE: Select "Perspectives"
> EXECUTE: Select any item -> Welcome window gets smaller
> EXECUTE: Verify Welcome window
> 4. FAILURE: Welcome to JBDS appears (Is it right? )
> EXECUTE: Try to select Perspectives link
> 5. FAILURE: Perspectives can't be displayed

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

        


More information about the jbosstools-issues mailing list