Community
Participate
Working Groups
* @type member
* @signature function()
*/
_afterAppear : qx.core.Variant.select("qx.client",
_afterAppear : qx.core.Variant.select( "qx.client", {
{
"mshtml" : function() {
"mshtml" : function()
this.base( arguments );
if( !this._firstInputFixApplied && this._inputElement ) {
this.base(arguments);
qx.client.Timer.once( this._ieFirstInputFix, this, 1 );
if (!this._firstInputFixApplied && this._inputElement) {
qx.client.Timer.once(this._ieFirstInputFix, this, 1);
}
this._centerFieldVertically();
},
"default" : function() {
"webkit" : function() {
qx.client.Timer.once( this._webkitAppearFix, this, 1 );
}),
} ),
_webkitAppearFix : function() {
if( this._inputElement ) {
this._inputElement.value = this._inputElement.value;
_centerFieldVertically : function() {
if( this._inputTag === "input" && this._inputElement ) {