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

Denis Maliarevich (Issue Comment Edited) (JIRA) jira-events at lists.jboss.org
Fri Jan 6 09:24:09 EST 2012


    [ https://issues.jboss.org/browse/JBIDE-10599?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12654317#comment-12654317 ] 

Denis Maliarevich edited comment on JBIDE-10599 at 1/6/12 9:22 AM:
-------------------------------------------------------------------

doToggle(..) method was updated.
<rich:inplaceInput>, <rich:inplaceSelect> and <rich:panelMenu> should work fine.
                
      was (Author: dmaliarevich):
    <rich:inplaceInput>, <rich:inplaceSelect> and <rich:panelMenu> should work fine.
                  
> 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: Denis Maliarevich
>             Fix For: 3.3.0.Beta1
>
>         Attachments: clicked.png, default.png
>
>
> 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