-
Notifications
You must be signed in to change notification settings - Fork 2.4k
Image link in dialog rewritten incorrectly #1557
Comments
The framework needs to re-write the paths for assets because the relative paths are different when we Ajax this into the original HTML document. We're re-factoring the URL and base tag code this week so keep an eye on this and let us know if our final code works for you. |
I linked this up to the URL wiki page: |
Thanks a lot for your fast response we really appreciate :-) |
This sounds very similar to issue 1551, which only affects Firefox 3.6 (other browsers, including the mobile browsers which I have access to, are unaffected) - can you please confirm whether it's the same issue? Maybe even try the fix there and see if it fixes your problem? |
Hi, |
Could you please check the patch in Pull Request #1668 to see if it works instead? Rather than removing the functionality, it fixes the URL which it bases the new URL on, thereby resulting in links which work (at least in the case of Issue #1551). The change is essentially just reinstating the line(s) removed by the other patch and changing the definition of newPath from: |
Hi, |
I have a dialog page containing in the HTML result of the ajax call:
when the dialog is displayed, this is transformed into:
which is incorrect. This is the same domain but a different web application.
How can I say to jquery mobiel to not change the image link ?
Mathieu.
The text was updated successfully, but these errors were encountered: