Bug #309
Sizing issues with Ext::TableView
| 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.
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