Sent from my iPhone
On Aug 27, 2012, at 7:34 AM, "g.schlmm" <g.sch...@googlemail.com> wrote: > its seems chrome doesnt have a position of the element. in Drag.Move.js there > is a comparison of the position style to "static" > if you inject the element before making it draggable it works. > see http://jsfiddle.net/uRy98/ > > On 08/27/2012 04:09 PM, Paul Saukas wrote: >> I am working on a window/dialog class. One for a project and two to >> learn something new. I have it working for the most part in IE and >> Firefox, but in chrome the window will not be made drag-able. It's not >> throwing any errors that I can see. I have a fiddle set up here >> [http://jsfiddle.net/Arasoi/Np85k/2/] for you to poke at. Any insight >> would be welcome, and thanks in advance :D . >