
google-caja - issue #1969
jquery-timepicker stopped working with Caja sometimes last week
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<script type="text/javascript" src="http://jonthornton.github.io/jquery-timepicker/jquery.timepicker.js"></script> <link rel="stylesheet" type="text/css" href="http://jonthornton.github.io/jquery-timepicker/jquery.timepicker.css">
<input id="basicExample" type="text" class="time ui-timepicker-input">
<script>
$(function() { $('#basicExample').timepicker(); alert("this message is not displayed") });
</script>
Comment #1
Posted on Jul 6, 2015 by Massive CamelHere is the example on the existing website. It doesn't work with Caja but it works perfectly fine in Chrome browser, when the website accessed directly:
http://caja.appspot.com/#http://jonthornton.github.io/jquery-timepicker/
Comment #2
Posted on Jul 28, 2015 by Massive Camelhas anyone checked why this doesn't work?
Cheers
Comment #3
Posted on Jul 28, 2015 by Quick WombatThere's only one developer working on Caja, and he's part-time. So no, no one has checked this. If you check it, figure out the problem, and provide a patch, it's far more likely that it will get repaired quickly.
Comment #4
Posted on Jul 29, 2015 by Happy PandaCaja has migrated to Github. This code.google site is deprecated and will eventually be retired. Please file all new Caja bugs on the new issue tracker at https://github.com/google/caja/issues
There's only one developer working on Caja, and he's part-time.
Two: I am working on SES which is also part of Caja.
So no, no one has checked this. If you check it, figure out the problem, and provide a patch, it's far more likely that it will get repaired quickly.
Agreed on the rest.
Status: New
Labels:
Type-Defect
Priority-Medium
Component-Other