Project

General

Profile

Actions

Bug #4849

closed

By supplying the Centimeter to setRowHeight, the application will crash after scrolling that table view.

Added by Apivan Tuntakurn about 8 years ago. Updated almost 8 years ago.

Status:
Closed
Priority:
Normal
Assignee:
Benoit Daccache
Target version:
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

  1. Build and Run the attached project
  2. Open the browser
  3. Scroll the second table for a while

Environment

MSVC2010 and Wt-3.3.4/Wt-3.3.5


Files

hellotableview.7z (2.32 KB) hellotableview.7z Apivan Tuntakurn, 04/08/2016 11:00 AM
Actions #1

Updated by Koen Deforche about 8 years ago

  • Status changed from New to InProgress
  • Assignee set to Benoit Daccache
  • Target version set to 3.3.6
Actions #2

Updated by Benoit Daccache about 8 years ago

  • Status changed from InProgress to Implemented @Emweb
Actions #3

Updated by Koen Deforche almost 8 years ago

  • Status changed from Implemented @Emweb to Resolved
Actions #4

Updated by Koen Deforche almost 8 years ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF