Your achievements

Level 1

0% to

Level 2

Tip /
Sign in

Sign in to Community

to gain points, level up, and earn exciting badges like the new
Bedrock Mission!

Learn more

View all

Sign in to view all badges

Adobe Summit 2023 [19th to 23rd March, Las Vegas and Virtual] | Complete AEM Session & Lab list
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

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