[JBoss JIRA] Created: (RF-5776) InplaceSelect does not display initial value
by vdweij (JIRA)
InplaceSelect does not display initial value
--------------------------------------------
Key: RF-5776
URL: https://jira.jboss.org/jira/browse/RF-5776
Project: RichFaces
Issue Type: Bug
Affects Versions: 3.3.0
Environment: Firefox 3.0.5
RichFaces 3.3.0.GA
Seam 2.1.0.GA
Win XP
Reporter: vdweij
The following usage of InplaceSelect displays the initial selected value in version RichFaces 3.2.2.SR1. In 3.3.0.GA the initial value is not displayed correctly. Instead two dashes are displayed for each initial value.
<rich:inplaceSelect value="#{currentStep}" showControls="true" converter="#{org.jboss.seam.ui.EntityConverter}" >
<s:selectItems value="#{availableStepsEQ}" var="step" label="#{step.name}"/>
<a4j:support event="onviewactivated" reRender="step-date" />
</rich:inplaceSelect>
After changing the value, the correct string is displayed (and also correctly updated in the database). Refreshing the page will display the earlier mentioned dashes.
I tried to replace the EntityQueru object by inserting a list (actually specified availableStepsEQ.resultList) but this yields the same result.
--
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
[JBoss JIRA] Created: (RF-5109) Inputs are 280px width default in 3.3.0 when styles loading is ALL
by Nick Belaevski (JIRA)
Inputs are 280px width default in 3.3.0 when styles loading is ALL
------------------------------------------------------------------
Key: RF-5109
URL: https://jira.jboss.org/jira/browse/RF-5109
Project: RichFaces
Issue Type: Bug
Affects Versions: 3.3.0
Reporter: Nick Belaevski
Assignee: Pavel Yaschenko
Fix For: 3.3.0
The following lines are located in skin.xcss:
#src_list, #over_list, #out_list {width:280px;}
.mceActionPanel {margin-top:7px;}
.alignPreview {border:1px solid #000; width:140px; height:140px; overflow:hidden; padding:5px;}
.checkbox {border:0;}
.panel_wrapper div.current {height:305px;}
#prev {margin:0; border:1px solid #000; width:428px; height:150px; overflow:auto;}
#align, #classlist {width:150px;}
#width, #height {vertical-align:middle; width:50px; text-align:center;}
#vspace, #hspace, #border {vertical-align:middle; width:30px; text-align:center;}
#class_list {width:180px;}
input {width: 280px;}
#constrain, #onmousemovecheck {width:auto;}
#id, #dir, #lang, #usemap, #longdesc {width:200px;}
--
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