Project

General

Profile

Actions

Bug #2797

closed

Layout issue w/WTableView and Chrome Browser

Added by Bruce Toll about 10 years ago. Updated about 10 years ago.

Status:
Closed
Priority:
Normal
Assignee:
Target version:
Start date:
03/11/2014
Due date:
% Done:

0%

Estimated time:

Description

There seems to be a layout issue affecting WTableViews with Chrome/Chromium browsers in the latest github version (3.3.2-rc1-35-gb57dd5a). It can be reproduced using the Widgetgallery Scatter Plot example at graphics-charts/scatter-plot, with the following steps:

  1. Browse to the graphics-charts/scatter-plot example with a Chrome/Chromium browser. I used Chromium 32.0.1700.123 Debian 7.4 (248368).
  2. In the scatter plot TableView, reduce the size of the rightmost column SFCOMP, to leave a centimeter or so unused between the column and the vertical scroller. This should cause the horizontal scroller to become hidden.
  3. Click on a column resizer --- without moving it. The resizer will appear and cause a second vertical scroller to appear outside the WTableView. The WTableView will also get a horizontal scroller.
  4. When you release the column resizer, the WTableView scroller will momentarily be visible displaced to the left, until the server responds to the column resize and it gets corrected.

This does not occur with Firefox or IE 10 on Windows 7, nor with Iceweasel 24.3.0 on Debian Wheezy. It also does not occur with the current example hosted at www.webtoolkit.eu/widgets.

I believe that this may be related to the recent addition of "overflow: auto" to .Wt-itemview in bootstrap/3/wt.css, as disabling it seems to help.

Actions #1

Updated by Koen Deforche about 10 years ago

  • Status changed from New to Resolved
  • Assignee set to Koen Deforche
  • Target version set to 3.3.2

Hey Bruce,

Well spotted. It was because of the support for plain-HTML (with paging bar) that this overflow was desireful. I've got a fix on the way.

Regards,

koen

Actions #2

Updated by Bruce Toll about 10 years ago

Hey Koen,

Thanks a lot!

Bruce

Actions #3

Updated by Koen Deforche about 10 years ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF