Actions
Bug #4849
closed
AT
BD
By supplying the Centimeter to setRowHeight, the application will crash after scrolling that table view.
Bug #4849:
By 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
KD Updated by Koen Deforche over 10 years ago
- Status changed from New to InProgress
- Assignee set to Benoit Daccache
- Target version set to 3.3.6
BD Updated by Benoit Daccache over 10 years ago
- Status changed from InProgress to Implemented @Emweb
KD Updated by Koen Deforche over 10 years ago
- Status changed from Implemented @Emweb to Resolved
KD Updated by Koen Deforche about 10 years ago
- Status changed from Resolved to Closed
Actions