Ticket #6576 (new defect)
Opened 2 months ago
In IE7, the grid overflows the window when user increases font size
| Reported by: | guest | Owned by: | sorvell |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | DojoX Grid | Version: | 1.1.0 |
| Severity: | normal | Keywords: | |
| Cc: | haavikko@… |
Description
For example, open the following test in IE7: dojo/dojox/grid/tests/test_grid_layout_borderContainer.html Increase text size -> the grid becomes larger than the window, and horizontal scrollbar appear on window. This is inconvenient especially if the grid already contains a horizontally scrollable view, as the user now needs to manage two scrollbars at once. On Firefox, the font size increases but grid stays nicely within the limits of the window.
This may be due to how IE zoom feature is implemented and impossible to fix.
About IE zoom feature: http://www.wilsonminer.com/posts/2007/mar/16/problem-pixels/ Quote: Text zoom increases the size of the text, whilst keeping every other dimension the same. Page zoom makes everything bigger, which can introduce horizontal scrolling (even, in my experience, on fluid width sites - try the Google home page).