Project

General

Profile

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.

Added by Apivan Tuntakurn over 10 years ago. Updated about 10 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

KD Updated by Koen Deforche over 10 years ago Actions #1

  • 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 Actions #2

  • Status changed from InProgress to Implemented @Emweb

KD Updated by Koen Deforche over 10 years ago Actions #3

  • Status changed from Implemented @Emweb to Resolved

KD Updated by Koen Deforche about 10 years ago Actions #4

  • Status changed from Resolved to Closed
Actions

Also available in: PDF Atom