Comment #1 on issue 1898 by [email protected]: pathname property of anchor elements is missing
http://code.google.com/p/google-caja/issues/detail?id=1898

This patch is sufficient for Angular to make progress.

Index: src/com/google/caja/plugin/domado.js
===================================================================
--- src/com/google/caja/plugin/domado.js (revision 5676)
+++ src/com/google/caja/plugin/domado.js (working copy)
@@ -4613,7 +4613,8 @@
             false,
             // TODO(felix8a): add suffix if href is self
             identity),
-          href: NP_UriValuedProperty('a', 'href')
+          href: NP_UriValuedProperty('a', 'href'),
+          pathname: PT.filterAttr(defaultToEmptyStr, String)
         }; }
       });


--
You received this message because this project is configured to send all issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings

--

--- You received this message because you are subscribed to the Google Groups "Google Caja Discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to