When clicking on the Selected features in the list ( from Select Widget), a popup opens to the feature but no attributes of the feature are shown on the pop up and I see an error in the Console. Anyone else seeing this issue?
I am seeing this in builder version 2.3 but not 2.2. This occurs on layers that are added to the map programatically, but not on layers that are referenced in an AGOL hosted web map. I'd call this a bug.
Error:
Uncaught TypeError: Cannot read property 'parentNode' of null
at Object.b.place (init.js:206)
at Object.<anonymous> (RelatedRecordsPopupProjector.js?wab_dv=2.3:498)
Hi Sowjanya,
I am not able to reproduce your error. I'm using Web AppBuilder embedded within ArcGIS Online. Can you share the REST URL to your web service?
Hi Phil,
Not sure what you mean when you say "... occurs on layers that are added to the map programatically ...", like within a custom widget?
If you think the behavior you're seeing in Web AppBuilder Developer Edition v2.3 is a bug - please open an incident with Esri Tech Support so we can get some repro steps to investigate further.
Hope this helps,
Hi Derek-
Thanks for your reply. Yes, this bug occurs when adding layers via a custom widget in 2.3.
Derek Law - This is with developer edition WAB 2.3 for Portal. The deployed app is not displaying the attributes ( from Select Widget). Any chance you see this on your end?
Hi Sowjanya,
I am not able to reproduce your error. I retested with Web AppBuilder Developer Edition v2.3 with Portal for ArcGIS 10.4.1. Please contact Esri Tech Support and provide them with detailed steps and sample data so they can try to reproduce your issue.
Hope this helps,
Thanks dlaw-esristaff
Any solutions.
Hi Kumar,
Please contact Esri Tech Support and provide them with detailed steps and sample data so they can try to reproduce your issue.
Thanks
I'm having this problem too. I am using the developer edition of WAB 2.5.
On mapLoad I require in a custom javascript module that adds a FeatureLayer (pointing to MapService layer hosted on an ArcGIS Server instance in my data center, not AGOL) to the map. This all works great, features draw on the map, I have added a mouse-over event listener on the layer that opens the map.infoWindow popup when a layer graphic is hovered over - all works great. Except the console keeps showing the "Cannot read property 'parentNode' of null .... " whenever a hover on a graphic from the FeatureLayer occurs.