[jbosstools-issues] [JBoss JIRA] (JBIDE-10599) Mouse Click on object in Visual Part of VPE is not working as expected

Vlado Pakan (Created) (JIRA) jira-events at lists.jboss.org
Fri Jan 6 06:30:09 EST 2012


Mouse Click on object in Visual Part of VPE is not working as expected
----------------------------------------------------------------------

                 Key: JBIDE-10599
                 URL: https://issues.jboss.org/browse/JBIDE-10599
             Project: Tools (JBoss Tools)
          Issue Type: Bug
          Components: Visual Page Editor core
    Affects Versions: 3.3.0.Beta1
         Environment: Linux 32 bit, JBT 2012-01-05_04-19-55-H4125
            Reporter: Vlado Pakan
            Assignee: Yahor Radtsevich
             Fix For: 3.3.0.Beta1


When clicking on object in Visual part of VPE object should change appearance but it does not.

Steps to reproduce:

1. Create new JSF 1.2 Kick Start project
2. Create new page with content
{noformat}
<%@ taglib uri="http://java.sun.com/jsf/html" prefix="h" %>
<%@ taglib uri="http://java.sun.com/jsf/core" prefix="f" %>
<%@ taglib uri="http://richfaces.org/rich" prefix="rich" %>
<html>
  <head>
  </head>
  <body>
    <f:view>
      <rich:inplaceInput defaultLabel="Label"/>
    </f:view>
  </body> 
</html>
{noformat}

rich:inplaceInput tag is displayed like this:
!!default.png!!

3. Click on "Label" object in Visual part of VPE

ASSERT: rich:inplaceInput is displayed like this:
!!clicked.png!!

ERROR: tag is displayed as was before click.



--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the jbosstools-issues mailing list