OSDN Git Service

Version 0.6.35, bugfix.
[pettanr/clientJs.git] / 0.6.x / js / dom / 11_XDomNode.js
index 589db76..f544a3c 100644 (file)
@@ -63,6 +63,8 @@ X.Dom.Node = X.EventDispatcher.inherits(
                _css       : null, // X.Dom.Style\r
                _cssText   : null,\r
                \r
+               _fontSize  : 0,\r
+               \r
                _anime     : null,\r
                \r
                Constructor : function( v ){\r
@@ -882,6 +884,7 @@ Node.prototype._commitUpdate =
                                //};\r
                        };\r
 \r
+                       delete this._fontSize;\r
                        this._dirty && this._updateRawNode( elm );\r
                        if( this._state & X.Dom.State.IE5_DISPLAY_NONE_FIX ){\r
                                return nextElement;\r
@@ -928,6 +931,8 @@ Node.prototype._commitUpdate =
                                        prev = xnodes[ i ]._commitUpdate( elm, prev );\r
                                };\r
                        };\r
+                       \r
+                       delete this._fontSize;\r
                        this._dirty && this._updateRawNode( elm );\r
                        return elm;\r
                }) :\r