Bug #309

Sizing issues with Ext::TableView

Added by Vincenzo Romano almost 2 years ago. Updated almost 2 years ago.

Status:Closed Start:02/26/2010
Priority:Normal Due date:
Assigned to:Koen Deforche % Done:

0%

Category:-
Target version:-

Description

OS: Linux Ubuntu 9.10 (karmic)
Wt: 3.1.1a
ExtJS: 3.1.0
Browser: Chrome 5.0.307.9 beta
Browser: Mozilla Firefox: 3.5.8
Browser: Konqueror 4.4.00 (KDE 4.4.0)

Whenever the Ext::TableView needs more horizontal room than available in the container:
1. on Chrome it will expand the container as much as possible and will clip on right the extra horizontal content
2. on Firefox it will hang the browser at the resizing stage (see issue 307)
3. on Konqueror it will properly display the content.

Very likely this is an ExtJs issue.
Please confirm so I can file the bug to the proper development team.

Main2.cpp - Source code (2.7 KB) Vincenzo Romano, 02/26/2010 06:47 pm

acss.css - CSS file (486 Bytes) Vincenzo Romano, 02/26/2010 06:47 pm

chrome.png - Chrome's output (94.3 KB) Vincenzo Romano, 02/26/2010 06:47 pm

konqueror.png - Konqueror's output (91.4 KB) Vincenzo Romano, 02/26/2010 06:47 pm

History

Updated by Koen Deforche almost 2 years ago

  • Status changed from New to Resolved
  • Assigned to set to Koen Deforche

Hey,

Thanks for the test case.

This is a problem with webkit not handling oversized absolute elements correctly.
Firefox also behaves correctly after applying the fix for #307.

The latest git contains a workaround.

Regards,
koen

Updated by Koen Deforche almost 2 years ago

  • Status changed from Resolved to Closed

Also available in: Atom PDF