Hello,
I upgraded smartgwt 3.1p to latest nightly 2013-02-13 and few IE8 issues popped up.
a) Get this sometimes when changing views in our application.
Message: Object doesn't support this action
Line: 639
Char: 65
Code: 0
URI: .../sc/modules/ISC_Forms.js
.. which is something like:
The error pops up from the delete _1.multiple clause above. See http://stackoverflow.com/questions/1...property-in-ie
b)
Message: 'this.getClipHandle().className' is null or not an object
Line: 2103
Char: 251
Code: 0
URI: .../sc/modules/ISC_Core.js
Don't know exactly what's going on here but to let you know. We still try to keep up the IE8 compatibility in our application so this is sadly a blocker for us.
User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; Trident/4.0; GTB7.4; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; .NET4.0C)
Smartgwt: 3.1p nightly 2013-02-13
br,
Marko
I upgraded smartgwt 3.1p to latest nightly 2013-02-13 and few IE8 issues popped up.
a) Get this sometimes when changing views in our application.
Message: Object doesn't support this action
Line: 639
Char: 65
Code: 0
URI: .../sc/modules/ISC_Forms.js
.. which is something like:
Code:
if(_2){this.containerWidget.notifyAncestorsReflowComplete()}},isc.A.$159=function isc_FormItem__applyHandlersToElement(){if(this.$kk()){var _1=this.getFocusElement();if(!_1){this.logWarn("Attempting to apply event handlers to this item. Unable to get a pointer to this item's focus element");return} if(this.$105m){if(this.multiple){_1.multiple=this.multiple}else{delete _1.multiple}} _1.onfocus=isc.FormItem.$12u;_1.onblur=isc.FormItem.$12w;
b)
Message: 'this.getClipHandle().className' is null or not an object
Line: 2103
Char: 251
Code: 0
URI: .../sc/modules/ISC_Core.js
Code:
... if(this.getClipHandle())this.getClipHandle().className=this.styleName;if(this.overflow!=isc.Canvas.HIDDEN){if(this.overflow==isc.Canvas.VISIBLE)this.$t5=true;this.adjustOverflow("setStyleName")}},isc.A.getStateName=function isc_Canvas_getStateName(){var _1=this.getClipHandle().className;return(_1!=null?_1:this.styleName)},isc.A.handleShowContextMenu=function isc_Canvas_handleShowContextMenu(_1){if(_1.target==this&&this.useEventParts){var _2=this.getEventPart(_1);if(_2.part){if(this.$wd(_2.part,"showContextMenu",_2.element,_2.ID,_1)==false)return false}} ...
User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; Trident/4.0; GTB7.4; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; .NET4.0C)
Smartgwt: 3.1p nightly 2013-02-13
br,
Marko
Comment