Actions
Bug #4849
closedBy supplying the Centimeter to setRowHeight, the application will crash after scrolling that table view.
Start date:
04/08/2016
Due date:
% Done:
0%
Estimated time:
Description
By supplying the Centimeter to the setRowHeight, the application will crash after scrolling that table view.
//tableView2~~setRowHeight(60); //<~~ this works
tableView2~~setRowHeight(Wt::WLength(1, Wt::WLength::Centimeter)); // <~~ this won't work.
I attached the hello world project that can reproduce the problem here.
Step to reproduce
- Build and Run the attached project
- Open the browser
- Scroll the second table for a while
Environment
MSVC2010 and Wt-3.3.4/Wt-3.3.5
Files
Updated by Koen Deforche over 8 years ago
- Status changed from New to InProgress
- Assignee set to Benoit Daccache
- Target version set to 3.3.6
Updated by Benoit Daccache over 8 years ago
- Status changed from InProgress to Implemented @Emweb
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
Actions