[JBoss JIRA] Created: (RF-10231) PopupPanel destroy javascript method causes client side exception: expr.replace is not a function
by James Goodfellow (JIRA)
PopupPanel destroy javascript method causes client side exception: expr.replace is not a function
-------------------------------------------------------------------------------------------------
Key: RF-10231
URL: https://issues.jboss.org/browse/RF-10231
Project: RichFaces
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: component-panels-layout-themes
Affects Versions: 4.0.0.Milestone5
Environment: myfaces 2.0.3, tomcat 6
Reporter: James Goodfellow
When the javascript method destroy on the popuppanel class is called, a javascript exception occurs:
expr.replace is not a function
I believe the problem is the destroy method (popupPanel.js line 166)
if (this.domReattached) {
var element = this.div;
var parent = element.parent();
if (parent) {
parent.remove(element);
}
}
I believe the correct method would be parent.removeChild(element);
--
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 9 months
[JBoss JIRA] Created: (RF-10679) Collapsible Sub Table - label is placed too low
by Lukas Fryc (JIRA)
Collapsible Sub Table - label is placed too low
-----------------------------------------------
Key: RF-10679
URL: https://issues.jboss.org/browse/RF-10679
Project: RichFaces
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: component-tables
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
Attachments: Screenshot-3.png
Screenshot attached
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 9 months
[JBoss JIRA] Created: (RF-10734) table sorting error with an odd amount of entries
by Chris P (JIRA)
table sorting error with an odd amount of entries
-------------------------------------------------
Key: RF-10734
URL: https://issues.jboss.org/browse/RF-10734
Project: RichFaces
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: component-tables
Affects Versions: 4.0.0.CR1
Environment: Tomcat 6.0.24, Mojarra 2.0.4, RichFaces M6/CR1
Reporter: Chris P
The alternating (asc/desc) Table Sorting does not work correctly with an uneven amount ob rows.
If the table consists of 15 rows, the specified action (for example action="#{capitalsSortingBean.sortByCapitals} ) is called 15 times (when clicked on the action link). (I assume it should be called only once...?)
In the richfaces-showcase example with the US-states there are 50 states, the specified action gets called 50 times when clicked on the table header (the action link). Each time the action method is called, the internal sort order gets switched (between ascending and descending).
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 9 months