wanghaiqing823 / jcrop

Automatically exported from code.google.com/p/jcrop
0 stars 0 forks source link

reset-css-problem with $hdl_holder #58

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Move not working while having a reset-css like div{position:relative;} on 
the website

What is the expected output? What do you see instead?
Move should work.

What version of the product are you using? On what operating system?
I've tested it with v0.9.8 and the v0.9.9 from the demo-page.

Suggested fix:
Add to $hdl_holder = $('<div />') something like this:
.css('position', 'static')

Currently only tested on current Firefox.

Original issue reported on code.google.com by itsel...@gmail.com on 22 Sep 2011 at 1:43