]
Brian Leathem commented on RF-13615:
------------------------------------
This fix needs to be ported to the 4.5 branch. If the port has already been done, please
update the _fixVersion_.
ExtendedDataTable: double ajax request on scrolling
---------------------------------------------------
Key: RF-13615
URL:
https://issues.jboss.org/browse/RF-13615
Project: RichFaces
Issue Type: Bug
Security Level: Public(Everyone can see)
Components: showcase
Affects Versions: 4.3.6
Environment: Problem can be tested in richfaces showcase.
http://showcase.richfaces.org/richfaces/component-sample.jsf?demo=extende...
Reporter: Holger Walter
Assignee: Michal Petrov
Fix For: 4.3.8
Attachments: edt.png
After changing the width of a column, subsequent scrolling of the table triggers 2 ajax
requests instead of the expected single request.
Due to this behavior I get some performance issues, as I have to execute some own
javascript after each request.
Is there a possibility to prevent the 2nd POST request. I would be happy even with a
dirty hack, or just a hint showing me from where the 2nd request is triggered.
Best regards
wlh