Export to GitHub

google-caja - issue #1969

jquery-timepicker stopped working with Caja sometimes last week


Posted on Jul 6, 2015 by Massive Camel

<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script&gt;

<script type="text/javascript" src="http://jonthornton.github.io/jquery-timepicker/jquery.timepicker.js"></script&gt; <link rel="stylesheet" type="text/css" href="http://jonthornton.github.io/jquery-timepicker/jquery.timepicker.css"&gt;

<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 Camel

Here 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 Camel

has anyone checked why this doesn't work?

Cheers

Comment #3

Posted on Jul 28, 2015 by Quick Wombat

There'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 Panda

Caja 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