]
Denis Maliarevich resolved JBIDE-10599.
---------------------------------------
Resolution: Done
Resolved.
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: