[TIMOB-330] android: dynamically update local urls fail with "absolute" paths
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | Medium |
Status | Closed |
Resolution | Cannot Reproduce |
Resolution Date | 2012-05-09T10:08:04.000+0000 |
Affected Version/s | n/a |
Fix Version/s | n/a |
Components | Android |
Labels | n/a |
Reporter | Daniel Sternbergh |
Assignee | Neeraj Gupta |
Created | 2011-04-15T02:27:22.000+0000 |
Updated | 2017-03-10T18:21:37.000+0000 |
Description
A reference to a local file, for example <img
src="/images/pic0.png">
will correctly load the file
pic0.png from the .../Releases/images directory if set in the HTML
at first page load, but if the location is changed dynamically in
JS, the file will not be found and will fail to load. A relative
path (<img src="images/pic0.png"
) will succeed if
the images directory is in the same parent directory as the HTML
page referencing it.
Any timeline on this?
Was looking for the problem and found out 2 hours later. :(
Closing ticket as the issue cannot be reproduced.