Unable to add second row to a table in internet explorer 11(IE11) | Community
Skip to main content
July 15, 2020
Solved

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

  • July 15, 2020
  • 3 replies
  • 1067 views

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

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by Mayank_Gandhi

@nikesh_kumar  The issue is already fixed in 6.5.4 and 6.4.8.1

3 replies

Level 8
July 15, 2020

Internet explorer is not a supported browser for adaptive forms

please use edge or chrome or Firefox or safari

 

Mayank_Gandhi
Adobe Employee
Mayank_GandhiAdobe EmployeeAccepted solution
Adobe Employee
July 29, 2020

@nikesh_kumar  The issue is already fixed in 6.5.4 and 6.4.8.1