[JBoss JIRA] Created: (RF-11396) Drop Down Menu - displaying in accordion (Google Chrome)
by Jan Papousek (JIRA)
Drop Down Menu - displaying in accordion (Google Chrome)
--------------------------------------------------------
Key: RF-11396
URL: https://issues.jboss.org/browse/RF-11396
Project: RichFaces
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: component-menu
Affects Versions: 4.1.0.Milestone2
Environment: RichFaces 4.1.0.20110910-M2 r.0d4276b62c8366e0eaa1b7cd1c350d373e65ed79
Metamer 4.1.0.20110910-M2 r.22701
Mojarra 2.1.2-FCS
Apache Tomcat 7.0.16
OpenJDK Runtime Environment 1.6.0_22-b22 @ Linux
Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/534.30 (KHTML, like Gecko) Chrome/12.0.742.112 Safari/534.30
RichFaces 4.1.0.20110910-M2 r.0d4276b62c8366e0eaa1b7cd1c350d373e65ed79
Metamer 4.1.0.20110910-M2 r.22701
Apache MyFaces JSF-2.1 Core Impl 2.1.1
Apache Tomcat 7.0.16
OpenJDK Runtime Environment 1.6.0_22-b22 @Linux
Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/534.30 (KHTML, like Gecko) Chrome/12.0.742.112 Safari/534.30
Reporter: Jan Papousek
Attachments: dropDownMenu-accordion-correct.png, dropDownMenu-accordion-wrong.png, dropDownMenu-correct.png
When the menu is placed in accordion and google chrome browser is used, the menu isn't displayed correctly. In other browsers (firefox, opera) the scrollbar appears on the right side of accordion.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 1 month
[JBoss JIRA] Created: (RF-11400) Metamer: rich:collapsibleSubTable: sorting don't work on first click
by Ján Jamrich (JIRA)
Metamer: rich:collapsibleSubTable: sorting don't work on first click
--------------------------------------------------------------------
Key: RF-11400
URL: https://issues.jboss.org/browse/RF-11400
Project: RichFaces
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: cdk
Affects Versions: 4.1.0.Milestone2
Environment: RichFaces 4.1.0.20110910-M2 r.
Metamer 4.1.0.20110910-M2 r.22701
Mojarra 2.0.4-b09-jbossorg-4
JBoss Web 7.0.1.Final
Java(TM) SE Runtime Environment 1.6.0_26-b03 @ Linux
Mozilla/5.0 (X11; Linux i686; rv:7.0) Gecko/20100101 Firefox/7.0
Reporter: Ján Jamrich
Fix For: 4.1.0.Milestone2
When open page with collapsibleSubTable and try to sort by "Title", on first click nothing happens. Need to click again to get first sorting. Then every next click causes new sorting in reverse order. The same behavior for rest of columns ("Birthdate", "Name")
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 1 month
[JBoss JIRA] Created: (RF-11413) Popup panel, component values on popup panel are not updated after validation process fails
by Eldin Okanovic (JIRA)
Popup panel, component values on popup panel are not updated after validation process fails
-------------------------------------------------------------------------------------------
Key: RF-11413
URL: https://issues.jboss.org/browse/RF-11413
Project: RichFaces
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: component-a4j-core, component-input, component-validators
Affects Versions: 4.0.0.Final
Reporter: Eldin Okanovic
Bug is on richfaces 4 showcase. (rich:datatable->table edit). The situation is next:
i try to edit row on table, popup panel occurs. I enter a not valid value i.e. for price, and as it suppose to do validation message occurs. Then i close popup panel and try edit a different row, popup panel occurs with some fields correctly filled, and some are filled with old values.
I think that component update process is not completed.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 1 month
[JBoss JIRA] Created: (RF-10866) Queue: RF queuing rules applied to any ajax including standard f: one
by Ilya Shaikovsky (JIRA)
Queue: RF queuing rules applied to any ajax including standard f: one
---------------------------------------------------------------------
Key: RF-10866
URL: https://issues.jboss.org/browse/RF-10866
Project: RichFaces
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: core
Affects Versions: 4.0.0.Final
Reporter: Ilya Shaikovsky
Assignee: Nick Belaevski
<a4j:queue requestDelay="1000"></a4j:queue>
<h:form>
<h:inputText value="#{userBean.name}">
<f:ajax event="keyup" render="out" />
</h:inputText>
<h:outputText value="#{userBean.name}" id="out" />
</h:form>
<a4j:log/>
while typing you could see that delay applied and requests combined.
could influence standard/third-party components. So need to review and probably remove. (at least make switchable)
setting tran label just to review early and not for impl.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 1 month