Inplace select: wrong name of cancel button
-------------------------------------------
Key: RF-9853
URL:
https://jira.jboss.org/browse/RF-9853
Project: RichFaces
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: component-input
Affects Versions: 4.0.0.Milestone4
Environment: RichFaces 4.0.0-SNAPSHOT r.20127
Metamer 4.0.0-SNAPSHOT r.20127
Mojarra 2.0.2-FCS
GlassFish Server Open Source Edition 3.0.1
OpenJDK Runtime Environment 1.6.0_20-b20 @ Linux
Chrome 7.0.517.44 @ Linux x86_64
Reporter: Pavol Pitonak
Priority: Minor
1. deploy Metamer
2. open
http://localhost:8080/metamer/faces/components/richInplaceSelect/simple.x...
3. set showControls=true
result:
Cancel button has the same name as OK button (form:inplaceSelectOkbtn). It seems that
this bug doesn't influence functionality of component.
<input class="rf-is-btn" id="form:inplaceSelectOkbtn"
name="form:inplaceSelectOkbtn"
onmousedown="this.className='rf-is-btn-press'"
onmouseout="this.className='rf-is-btn'"
onmouseup="this.className='rf-is-btn'"
src="/metamer/faces/javax.faces.resource/ico_ok.gif?ln=org.richfaces"
type="image"></input>
<input class="rf-is-btn" id="form:inplaceSelectCancelbtn"
name="form:inplaceSelectOkbtn"
onmousedown="this.className='rf-is-btn-press'"
onmouseout="this.className='rf-is-btn'"
onmouseup="this.className='rf-is-btn'"
src="/metamer/faces/javax.faces.resource/ico_cancel.gif?ln=org.richfaces"
type="image"></input>
--
This message is automatically generated by JIRA.
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira