Project

General

Profile

Actions

Bug #3972

open

alignment bug in wt/src/js/StdGridLayoutImpl2.js

Added by Jeremiah Jahn almost 9 years ago.

Status:
New
Priority:
High
Assignee:
-
Category:
-
Target version:
Start date:
04/09/2015
Due date:
% Done:

0%

Estimated time:

Description

Margins are being set on All WLineEdit fields in a vertical grid, but not on any other widgets like a WPushButton or WSelection.

line 1332 seems to have a typo. The problem goes away when:

@ if (!WT.isIE && (WT.hasTag(w, 'TEXTAREA') ||@

id changed to

@ if (WT.isIE && (WT.hasTag(w, 'TEXTAREA') ||@

it looks like built-in margins only get canceled on IE.

the error is present on chrome/ie/safari and is fixed by this change on all of them as well.

No data to display

Actions

Also available in: Atom PDF