Skip to Content
0
Apr 27, 2018 at 12:45 PM

Variant Management: FireSelected differences between Chrome and IE

72 Views

Hi,

I'm loading Variants to a model and binding it to the Variant Managment element. If the executeOnSelect of the standard variant is set to "true" it should select the variant and execute it.

This works in IE, but not in Chrome. In Chrome I have to do it manually, but then the event fires twice in IE. Is this a bug or how can I avoid this?

//			oModel.attachRequestCompleted(function(oEvent){
//				var sInitialSelectionKey = that.getView().byId("idVariantManagement").getInitialSelectionKey();
//				if (sInitialSelectionKey) {
//					that.getView().byId("idVariantManagement").fireSelect();
//				};
//			});