Actions
Bug #4621
closedInteractive WCartesianChart: excessive updates can revert zoom/pan and affect performance
Start date:
12/10/2015
Due date:
% Done:
0%
Estimated time:
Description
With Wt 3.3.5-rc2, an interactive WCartesianChart sends a complete update with the next event after a client-side zoom or pan. Depending on the timing of incoming events, this can revert a client or server side change to zoom/pan values. An attached test program (with additional notes) demonstrates the issue.
A patch that seems to help with the issue is also attached for your review; it has had only limited testing.
Files
Updated by Koen Deforche almost 9 years ago
- Status changed from New to InProgress
- Assignee set to Roel Standaert
Updated by Roel Standaert almost 9 years ago
- Status changed from InProgress to Implemented @Emweb
That was indeed not working as intended. I applied your patch.
Updated by Bruce Toll almost 9 years ago
Thanks for following-up on this. It's very much appreciated.
Updated by Koen Deforche over 8 years ago
- Status changed from Implemented @Emweb to Resolved
Updated by Koen Deforche over 8 years ago
- Status changed from Resolved to Closed
- Target version set to 3.3.6
Actions