Differences
This shows you the differences between two versions of the page.
| — |
development:knownproblems [2010/03/21 00:16] (current) gossi created |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | ====== Known Problems ====== | ||
| + | |||
| + | ===== TabFolder measureents ===== | ||
| + | Once a Scrollable control is placed into the TabFolder/Items client area it happens that there is an unexpected behavior. Depends on wether dimensions on the TabFolder are set before or after the controls are added. | ||
| + | |||
| + | Before: | ||
| + | * Firefox: The control doesnt take up the whole space. Some pixels are missing. Could be that ".sand .jsWTTabClientArea div[role=tabpanel] > .jsWT... " style rule is executed slower than the JavaScript calculations | ||
| + | * Webkit (Chrome/Safari): Scrollbars of tabpanel and control are overlapping, restores after clicking some tabs. | ||
| + | |||
| + | After: | ||
| + | * Webkit (Chrome/Safari): Scrollbars of tabpanel and control are overlapping | ||
| + | |||
| + | ===== Webkit Style issues ===== | ||
| + | When the themes' CSS gets build (combined + sprites + compressed) it happens that Webkit browers don't evaluate ".sand .jsWTButtonHorizontal" anymore. | ||
| + | |||
| + | ===== TableColumn ===== | ||
| + | One cannot drag the text of a TableColumn. Instead the column needs to be grabbed anyway around that text. | ||
| + | |||
| + | ===== Table ===== | ||
| + | Opera10.50 and IE8 have problems with the table columns presentation. | ||
| + | |||
| + | |||
| + | |||
| + | |||
| + | |||