[richfaces-issues] [JBoss JIRA] Resolved: (RF-7498) datascroller: low performance under FF 3.0 and FF 3.5
Nick Belaevski (JIRA)
jira-events at lists.jboss.org
Sun Jul 12 09:05:41 EDT 2009
[ https://jira.jboss.org/jira/browse/RF-7498?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Nick Belaevski resolved RF-7498.
--------------------------------
Resolution: Won't Fix
Not a bug in RF. The problem is caused by non-HTML valid page in the application - TABLE must not be included in SPAN element.
This change fixes the problem:
was:
<a4j:outputPanel id="presults" layout="block">
should be:
<a4j:outputPanel id="presults" layout="block">
> datascroller: low performance under FF 3.0 and FF 3.5
> -----------------------------------------------------
>
> Key: RF-7498
> URL: https://jira.jboss.org/jira/browse/RF-7498
> Project: RichFaces
> Issue Type: Bug
> Components: browser compatibility, component
> Affects Versions: 3.2.2, 3.3.1, 3.3.2.CR1
> Environment: FF 3.0, FF 3.5
> Reporter: Alexander Dubovsky
> Assignee: Nick Belaevski
> Attachments: 158041_datascroller.z01, 158041_datascroller.zip
>
>
> # Find war file in the build directory of the attached zip. Run it on server
> # Put the .dat file from zip on c:\ disk
> # Open application under Firefox, input any login info, then click link
> # Click Report button
> # Scroll page down, find datascroller and try to switch to any page
> Result: request is passed very quickly but java script execution take a very long time => page is switched in about 6-8 sec
> See forum for details.
--
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
More information about the richfaces-issues
mailing list