]
Nick Belaevski updated RF-3707:
-------------------------------
Fix Version/s: Future
Assignee: Anton Belevich
existing text wraps around inplaceinput edit box for long strings.
------------------------------------------------------------------
Key: RF-3707
URL:
http://jira.jboss.com/jira/browse/RF-3707
Project: RichFaces
Issue Type: Bug
Affects Versions: 3.2.1
Environment: windows xp, jboss as 4.2.2, seam 2.1.0A
Reporter: adamtarshis
Assigned To: Anton Belevich
Priority: Minor
Fix For: Future
When using the inplaceInput on a column with a long string in a datatable, the end of the
existing text wraps under the edit box when the edit box is activated. The text field i
was using it with was 250 characters. This may not be the intended use for this
component, but it would be nice if the edit box covered the entire existing text or the
existing text was somehow not visible while the edit box was active.
<rich:column width="250px" style="width:200px;">
<f:facet name="header">long description</f:facet>
<rich:inplaceInput layout="inline" inputWidth="500px"
value="#{menuitem.longdescription}" id="longdescription"
maxInputWidth="500px"
changedHoverClass="hover" viewHoverClass="hover"
viewClass="inplace" changedClass="inplace"
selectOnEdit="true"
editEvent="ondblclick">
</rich:inplaceInput>
</rich:column>
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: