You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Replacing attributes in a URL with {{$ $}} is broken on Firefox (tested with Mac Firefox 13.0.1).
This results in the URL being passed through unchanged.
See for example examples/template-currentdocument/index.html
In this case, when I click to post on Twitter I get: Check out {{$title$}} at {{$url$}}"
Following with Firebug, it looks like innerHTML has started escaping the href attribute, at least in some case.
So the problem is that when we use innerHTML to read a template one or more of {{$...$}} gets escaped by Firefox. This then result in Mustache.js not recognizing it?
Replacing attributes in a URL with {{$ $}} is broken on Firefox (tested with Mac Firefox 13.0.1).
This results in the URL being passed through unchanged.
See for example examples/template-currentdocument/index.html
In this case, when I click to post on Twitter I get:
Check out {{$title$}} at {{$url$}}"
Following with Firebug, it looks like innerHTML has started escaping the
href
attribute, at least in some case.There is a bug open at https://bugzilla.mozilla.org/show_bug.cgi?id=664398 with no activity in the past year.
The text was updated successfully, but these errors were encountered: