[JBoss JIRA] Created: (RF-11054) Dynamically created tabs within tabPanel causes NPE in getActiveItem()
by Ján Jamrich (JIRA)
Dynamically created tabs within tabPanel causes NPE in getActiveItem()
----------------------------------------------------------------------
Key: RF-11054
URL: https://issues.jboss.org/browse/RF-11054
Project: RichFaces
Issue Type: Bug
Security Level: Public (Everyone can see)
Environment: RichFaces 4.1.0-SNAPSHOT r.22526
Metamer r.22526
Mojarra 2.0.4-b09
Apache Tomcat 7.0.12
Java(TM) SE Runtime Environment 1.6.0_19-b04 @ Linux
Chrome 12.0.718.0 @ Linux i686
Reporter: Ján Jamrich
When set switchType on TabPanel to "server" (notice that with "client" everything works correctly, with "ajax" tab switch not work as well as with "null"), all dynamically created tabs causes NPE on tab switch.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years, 9 months
[JBoss JIRA] Created: (RF-11017) rich:extendedDataTable: Problems with resizing and ordering of columns with Firefox 4
by Rene O (JIRA)
rich:extendedDataTable: Problems with resizing and ordering of columns with Firefox 4
-------------------------------------------------------------------------------------
Key: RF-11017
URL: https://issues.jboss.org/browse/RF-11017
Project: RichFaces
Issue Type: Bug
Security Level: Public (Everyone can see)
Affects Versions: 4.1.0.Milestone1
Environment: Tomcat6 and 7, Java 6, MyFaces 2.1.0-SNAPSHOT (28.05.2011), RichFaces 4.1.0-SNAPSHOT (28.05.2011)
Reporter: Rene O
To reproduce the two issues, i have append a testcase:
Issue 1 (ordering):
1. call http://localhost:8080/jsf2testcase/tableTest.jsf
2. try to change the order of the columns (e.g. A,B,C -> B,A,C)
3. after that, the scrollbar of the table disappears
Note, that this issue appears with Firefox 4.0.1, but not with IE8
Issue 2 (resizing):
1. call http://localhost:8080/jsf2testcase/tableTestB.jsf
2. click button to show table B
3. try to resize the column width of table B
4. resizing doesn't work in table B, but if you try to resize the column width of table A, it will work. So it must be a bug.
Note, that this issue appears with Firefox 4.0.1, but not with IE8
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years, 9 months