This support forum belongs to the Markout Gallery Module.
Markout has a bug tracker here: http://github.com/ericf/yui3-gallery/issues
| Page 1 of 1 | [ 2 posts ] |
|
I tried:
Code: tcDiv.text(" "); but it generates: Code: <div class="ct">&nbsp;</div> |
|
Interesting question.
The text method is calling document.createTextNode http://github.com/yui/yui3-gallery/blob ... out.js#L79 createTextNode takes a DOMString which is encoded using UTF-16 http://www.w3.org/TR/2000/REC-DOM-Level ... #DOMString Looks like you're getting doubled encoding. Could you just do: tcDiv.text(" "); with a literal space char? |
| Page 1 of 1 | [ 2 posts ] |
| You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum |
© 2006-2013 Yahoo! Inc. All rights reserved.
All code on this site is licensed under the BSD License unless stated otherwise.
About This Site · Security Contact Info
Powered by phpBB® Forum Software © phpBB Group