Forum Discussion
christopher_gillis
8 years agoNew Member
Hello,
The issue appears to be that the context of the HTML on the main grid is causing the relative paths to the image files to point to the wrong location. If I open the Chrome debugger tools and manually move the image path up two folders the image is displayed correctly. (
Christopher Gillis Aras Labs Software Engineer
../javascript/dojo/../../cbin/../Images/Refresh.svg
becomes ../../../javascript/dojo/../../cbin/../Images/Refresh.svg
)
I haven't yet discovered a way to resolve this programmatically, but hopefully this information helps in your own search.
Chris
Christopher Gillis Aras Labs Software Engineer