[JBoss JIRA] Created: (RF-6893) simpleTogglePanel: facets don't switch themselves inside rich:dataTable
by Mikhail Vitenkov (JIRA)
simpleTogglePanel: facets don't switch themselves inside rich:dataTable
-----------------------------------------------------------------------
Key: RF-6893
URL: https://jira.jboss.org/jira/browse/RF-6893
Project: RichFaces
Issue Type: Bug
Affects Versions: 3.3.1
Environment: IE6, IE7, IE8, FF2, FF3.0.7, Safari 3.1, Opera 9.62, Chrome 1.0.154.43(3.3.1.BETA5)
Reporter: Mikhail Vitenkov
Assignee: Nick Belaevski
Use following code for reproduction:
<f:view>
<h:form>
<rich:dataTable value="">
<rich:column>
<rich:simpleTogglePanel id="sTP" width="600" height="300"
switchType="ajax">
<f:facet name="closeMarker">
<h:outputText value="Close It" />
</f:facet>
<f:facet name="openMarker">
<h:outputText value="Open It" />
</f:facet>
<f:verbatim>
Some text... Some text... Some text... Some text... Some text... Some text... Some text... Some text...
Some text... Some text... Some text... Some text... Some text... Some text... Some text... Some text...
Some text... Some text... Some text... Some text... Some text... Some text... Some text... Some text...
Some text... Some text... Some text... Some text... Some text... Some text... Some text... Some text...
Some text... Some text... Some text... Some text... Some text... Some text... Some text... Some text...
Some text... Some text... Some text... Some text... Some text... Some text... Some text... Some text...
</f:verbatim>
</rich:simpleTogglePanel>
</rich:column>
</rich:dataTable>
</h:form>
</f:view>
--
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
16 years, 11 months
[JBoss JIRA] Created: (RF-5636) dataTable: rowClasses evaluated wrong.
by Ilya Shaikovsky (JIRA)
dataTable: rowClasses evaluated wrong.
--------------------------------------
Key: RF-5636
URL: https://jira.jboss.org/jira/browse/RF-5636
Project: RichFaces
Issue Type: Bug
Affects Versions: 3.3.0
Reporter: Ilya Shaikovsky
Assignee: Nick Belaevski
Attachments: screen1.jpg, screen2.jpg
see difference for screenshots.
screen 1)
<rich:dataTable width="483" id="carList" rows="10" columnClasses="col" rowClasses="#{category.price>40000?'exp':'chip'}"
value="#{dataTableScrollerBean.allCars}" var="category">
<h:column>
<h:outputText value="#{category.make}" />
</h:column>
<h:column>
<h:outputText value="#{category.model}" />
</h:column>
<h:column>
<h:outputText value="#{category.price}" />
</h:column>
<h:column>
<h:outputText value="#{category.mileage}" />
</h:column>
</rich:dataTable>
screen 2)
<h:dataTable width="483" id="carList" rows="10" columnClasses="col" rowClasses="#{category.price>40000?'exp':'chip'}"
value="#{dataTableScrollerBean.allCars}" var="category">
<h:column>
<h:outputText value="#{category.make}" />
</h:column>
<h:column>
<h:outputText value="#{category.model}" />
</h:column>
<h:column>
<h:outputText value="#{category.price}" />
</h:column>
<h:column>
<h:outputText value="#{category.mileage}" />
</h:column>
</h:dataTable>
--
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
16 years, 11 months
[JBoss JIRA] Created: (RF-6616) colorPicker: incorrect component state after validation fails
by Tsikhon Kuprevich (JIRA)
colorPicker: incorrect component state after validation fails
-------------------------------------------------------------
Key: RF-6616
URL: https://jira.jboss.org/jira/browse/RF-6616
Project: RichFaces
Issue Type: Bug
Affects Versions: 3.3.1
Environment: 3.3.1.BETA1
Reporter: Tsikhon Kuprevich
Assignee: Nick Belaevski
1. open the component and notice current value; "rgb(0,0,0)" for example.
2. Select incerrect data to force the component to fail validation; "rgb(0,56,0)" for example.
3. Look at the external input after the page is refreshed
=> There is a new value in the external input: "rgb(0,56,0)" which is correct
4. Open the component
=> There is rgb(0,0,0) in the RGB inputs. The value of rgb(0,56,0) should be for internal RGB inputs.
--
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
16 years, 11 months