[JBoss JIRA] Created: (RF-5594) inplaceInput not picking up style for changed mode
by Greg Zoller (JIRA)
inplaceInput not picking up style for changed mode
--------------------------------------------------
Key: RF-5594
URL: https://jira.jboss.org/jira/browse/RF-5594
Project: RichFaces
Issue Type: Bug
Affects Versions: 3.3.0
Environment: JDK1.6, Facelets, Seam 2.1, Firefox
Reporter: Greg Zoller
I have an inplaceInput field like this:
<rich:inplaceInput
id="shipAddrZip"
layout="block"
styleClass="editable" viewClass="editable" editClass="editable" changedClass="editable"
value="#{cartMgr.cart.shippingInfo.shippingAddress.zip}"
defaultLabel="(Zip)">
<a4j:support event="onviewactivated" ajaxSingle="true"/>
</rich:inplaceInput>
I've specified style classes for each possible state including changed.
The style class are picked up by the widget in each view, except the changed state, which reverts to the default grey/underlined.
This new behavior. Haven't tested previous 3.3.0 releases but this is not a problem in 3.2.2.
--
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
15 years, 11 months