Project: dojo

Revision: 15163

Author: bill

Date: 07 Sep 2008 22:33:21

Diff at Trac: http://trac.dojotoolkit.org/changeset/15163

Changes:

Fixes #7611: BorderContainer: does not layout form widgets.

Refactor _setStateClass() to be resilient when classes are added to domNode after the widget has been initialized. This is safer but slower than the old version, which saved the node's original class.

For fear of performance issues it's only writing into domNode.className once; code would have been shorter but possibly slower if it made many calls to addClass() and removeClass().

!strict

Files:
modified: /dijit/trunk/form/_FormWidget.js (try)
modified: /dijit/trunk/layout/BorderContainer.js (try)
Diff: To list