Expand my Community achievements bar.

Dive into Adobe Summit 2024! Explore curated list of AEM sessions & labs, register, connect with experts, ask questions, engage, and share insights. Don't miss the excitement.
SOLVED

Unable to add second row to a table in internet explorer 11(IE11)

Avatar

Level 1

Hi,

 

We are adding multiple rows into a table using instance manager which working in all the browsers except in IE11. For each panel section we have enabled lazy loading. If we run the same code at fragment level its working fine in IE browser but when it comes to main page we are unable to add rows. We have observed that if we disable lazy loading then we are able to add the second row for table in main page. Since we have many panels and service calls we cannot disable lazy loading. Please let us know how to resolve this.

Please find the below code snippet:
guideBridge.resolveNode("pest-table").Row1.instanceManager.addInstance();
var count = guideBridge.resolveNode("pest-table").Row1.instanceManager.instanceCount -1;
var tableRowInstance=guideBridge.resolveNode("pest-table").Row1.instanceManager.instances[count];
guideBridge.resolveNode("pest-table").Row1.instanceManager.instances[count].sPestMissedName.value = "pest1";

 

 

Thanks,

Nikesh

1 Accepted Solution

Avatar

Correct answer by
Employee Advisor

@Nikesh_Kumar  The issue is already fixed in 6.5.4 and 6.4.8.1

View solution in original post

3 Replies

Avatar

Level 9

Internet explorer is not a supported browser for adaptive forms

please use edge or chrome or Firefox or safari

 

Avatar

Correct answer by
Employee Advisor

@Nikesh_Kumar  The issue is already fixed in 6.5.4 and 6.4.8.1