[JBoss JIRA] Created: (RF-10630) dropDownMenu: menu label not highlighted on hover/menu expansion
by Ilya Shaikovsky (JIRA)
dropDownMenu: menu label not highlighted on hover/menu expansion
----------------------------------------------------------------
Key: RF-10630
URL: https://issues.jboss.org/browse/RF-10630
Project: RichFaces
Issue Type: Enhancement
Security Level: Public (Everyone can see)
Components: component-menu
Affects Versions: 4.0.0.Milestone6
Reporter: Ilya Shaikovsky
<rich:toolbar height="26px">
<rich:dropDownMenu mode="ajax">
<f:facet name="label">
<h:panelGroup>
<h:graphicImage value="/images/icons/copy.gif" styleClass="pic" />
<h:outputText value="File" />
</h:panelGroup>
</f:facet>
...
</rich:dropDownMenu>
<rich:menuItem label="123123"></rich:menuItem>
</rich:toolbar>
ddmenu and menuItem at toolbar should have similar highlighting on hover. Now only item get highlighted.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
14 years, 11 months
[JBoss JIRA] Created: (RF-10637) graphValidator: works wrong if object is Cloneable
by Ilya Shaikovsky (JIRA)
graphValidator: works wrong if object is Cloneable
--------------------------------------------------
Key: RF-10637
URL: https://issues.jboss.org/browse/RF-10637
Project: RichFaces
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: component-validators
Affects Versions: 4.0.0.Milestone6
Reporter: Ilya Shaikovsky
Priority: Critical
It's main case. And main highlighted advantage. So setting to Critical.
Demo with passwords in richfaces-showcase.
enter equals passwords and more that 5 letters each. Wrong length thrown.
Works fine if remove implements Cloneable from passwordBean object.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
14 years, 11 months
[JBoss JIRA] Created: (RF-10633) pmenu: support for behaviors not implemented
by Ilya Shaikovsky (JIRA)
pmenu: support for behaviors not implemented
--------------------------------------------
Key: RF-10633
URL: https://issues.jboss.org/browse/RF-10633
Project: RichFaces
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: component-menu
Affects Versions: 4.0.0.Milestone6
Reporter: Ilya Shaikovsky
Most important case:
menuItem - actually should behave as link (different one for different modes). So it should be possible to use with componentControl for example to show some popup.
<rich:panelMenuItem label="Item 1.1" name="Item_1_1_x" mode="client" onclick="alert('1')">
<rich:componentControl event="click" operation="show" target="mp"/>
</rich:panelMenuItem>
now only alert is called. and behavior not encoded.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
14 years, 11 months