[JBoss JIRA] Created: (RF-10993) extendedDataTable eats up Content in IE8+ in when Zoom >= 110%
by martin bischoff (JIRA)
extendedDataTable eats up Content in IE8+ in when Zoom >= 110%
--------------------------------------------------------------
Key: RF-10993
URL: https://issues.jboss.org/browse/RF-10993
Project: RichFaces
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: component-tables
Affects Versions: 4.0.0.Final
Environment: Win 7
IE 8 (8.0.7600.16385 and above), IE9 (9.0.8112.16421)
Win2003
IE 8 (8.0.6001.18702)
Reporter: martin bischoff
When browserzoom is acitivated (>= 110%), the Content of the extendendDataTable losses its heigth pixelwise. JavaScript Debugger shows me that there is an infite call of the following functions until the heigth is zero and the browser ask for script to terminate.
call stack:
- eventhandle (2200)
- handle (2562)
- proxy (768)
- updateLayout (308)
termination message (sorry its german):
Meldung: Ungültiges Argument.
Zeile: 308
Zeichen: 5
Code: 0
URI: http:// ... /javax.faces.resource/extendedDataTable.js.xhtml?ln=org.richfaces
I tested it in IE8 and IE9@IE8 mode.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 3 months
[JBoss JIRA] Created: (RF-10961) tabPanel causes NullPointerException if activeItem is not found
by Stephan Meisinger (JIRA)
tabPanel causes NullPointerException if activeItem is not found
---------------------------------------------------------------
Key: RF-10961
URL: https://issues.jboss.org/browse/RF-10961
Project: RichFaces
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: component-panels-layout-themes
Affects Versions: 4.0.0.Final
Environment: RichFaces 4.0.0-Final
Apache Tomcat 6.0.32
Reporter: Stephan Meisinger
Fix For: 4.0.1.Milestone1
<rich:tabPanel activeItem="#{foo.tab}>...</rich:tabPanel>
class foo { public String getTab(){return null;} }
causes a NPE in org.richfaces.component.AbstractTabPanel (Line 64). This Bug was introduced with RF-10624. If activeItem is declared in a page, but Id not found. getItemByIndex will return null, but is return value is not checked.
If bean return null, String is transformed by apache EL resolver from null to empty string (""). So res is also not null.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 3 months
[JBoss JIRA] Created: (RF-10942) fileUpload: missing options to define list sizes
by Ilya Shaikovsky (JIRA)
fileUpload: missing options to define list sizes
------------------------------------------------
Key: RF-10942
URL: https://issues.jboss.org/browse/RF-10942
Project: RichFaces
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: component-input
Affects Versions: 4.0.0.Final
Reporter: Ilya Shaikovsky
Now we have neither listWidth & listHeight nor listClass attributes. So users has no simple way to define sizes for the list of entries element.
Personally I think listClass is a must to be added. But prefferable to have size attributes also as them was often used by the customers as actually them usually modifying just the sizes and do not need to create css class for that.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 3 months