Comment #1 on issue 1589 by [email protected]: jquery autocomplete not
displaying dynamic <ul> list when typing in text
http://code.google.com/p/google-caja/issues/detail?id=1589
I have tried the same piece of code today, testing different solutions like:
- replacing the links to .css and .js libraries to Google libraries links
that are supposed to be whitelisted.
<link
href="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8/themes/base/jquery-ui.css"
rel="stylesheet" type="text/css"/>
<script
src="//ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js"></script>
<script
src="//ajax.googleapis.com/ajax/libs/jqueryui/1.9.2/jquery-ui.min.js"></script>
The code does not produce any error, but still the autocompletion feature
is not working with Caja, while as Steven says, it will work on a
stand-alone webpage.
Is Caja not supposed to allow those libraries?
- storing those .css and .js files into html templates and calling them as
it has been done for the GAS-Bootstrap example
(https://sites.google.com/site/gashackja/gas-bootstrap) does not work
neither.
Does someone knows if there is a possibility to make this example to work?
Thanks in advance
Patrick