[
https://issues.jboss.org/browse/RF-10689?page=com.atlassian.jira.plugin.s...
]
Gleb Galkin commented on RF-10689:
----------------------------------
It's not a bug, there is default select item in the list with the label set to empty
string applied to inplaceSelect.
My fix for Metamer:
RichInplaceSelectBean, line 78, change default select item to the following one:
capitalsOptions.add(new SelectItem("", "N/A"));
Inplace Input - rendered wrong with @defaultLabel=null
------------------------------------------------------
Key: RF-10689
URL:
https://issues.jboss.org/browse/RF-10689
Project: RichFaces
Issue Type: Bug
Security Level: Public(Everyone can see)
Components: component-input
Affects Versions: 4.0.0.CR1
Environment: RichFaces 4.0.0.20110227-CR1 r.21967
Metamer 4.0.0.20110228-CR1 r.21993
Apache MyFaces JSF-2.0 Core Impl 2.0.4
JBoss AS 6.0.0.Final
OpenJDK Runtime Environment 1.6.0_20-b20 @Linux
Chrome 9.0.597.107 @ Linux x86_64
Reporter: Lukas Fryc
Assignee: Gleb Galkin
Fix For: 4.0.0.Final
Attachments: Screenshot-6.png, Screenshot-7.png
When @defaultValue="", the inplace input is rendered too small and is not
clickable.
Event with @style=min-width:100px, it is not clickable.
Suggestion: have min-width:100px as default and fix clickability.
--
This message is automatically generated by JIRA.
For more information on JIRA, see:
http://www.atlassian.com/software/jira