Comment #5 on issue 1589 by felix8a: jquery autocomplete not displaying
dynamic <ul> list when typing in text
http://code.google.com/p/google-caja/issues/detail?id=1589
just reproduced on Chrome 27 (beta) on MacOS. None of the error messages
are relevant to the problem.
In es53 mode, the <ul> for the autocomplete list ends up here:
<caja-v-html>
<caja-v-head>
<caja-v-body>
<ul class="ui-autocomplete ...">...</ul>
</caja-v-body>
</caja-v-head>
<caja-v-body>
<div class="demo">...</div>
</caja-v-body>
</caja-v-html>
autocomplete appends its ul to body, which will be the first caja-v-body
tag found, which is inside the non-displayed caja-v-head.
this works in es5 because there isn't an extra caja-v-body tag, so the ul
ends up in the right place.
--
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/groups/opt_out.