Closed GoogleCodeExporter closed 8 years ago
Code which reproduces the problem...
<script type="text/javascript">
var savedTarget=null; // The target layer (effectively
vidPane)
var orgCursor=null; // The original mouse style so we
can restore it
var dragOK=false; // True if we're allowed to move
the element under mouse
var dragXoffset=0; // How much we've moved the
element on the horozontal
var dragYoffset=0; // How much we've moved the
element on the verticle
vidPaneID = document.getElementById('vidPane'); // Our movable layer
vidPaneID.style.top='75px'; // Starting location horozontal
vidPaneID.style.left='75px'; // Starting location verticle
<script>
Original comment by phunl...@gmail.com
on 23 Mar 2007 at 1:29
thanks for the example. Will fix.
Original comment by mikesamuel@gmail.com
on 27 Mar 2007 at 6:57
The problem occurs because the last line is <script>, not </script>.
I'm looking for </script> and not finding it.
Will fix.
Original comment by mikesamuel@gmail.com
on 30 Mar 2007 at 4:06
This was reproduced by
http://google-code-prettify.googlecode.com/svn/trunk/tests/prettify_test.html#is
sue4
and is now fixed
http://google-code-prettify.googlecode.com/svn/trunk/CHANGES.html
Original comment by mikesamuel@gmail.com
on 2 Apr 2007 at 6:47
Original issue reported on code.google.com by
phunl...@gmail.com
on 23 Mar 2007 at 10:09