Closed GoogleCodeExporter closed 9 years ago
has someone find a solution , i have the same problem :(
Original comment by mecha.ma...@gmail.com
on 15 Oct 2008 at 3:12
i will look into this. thanks for the report, and confirmation.
Original comment by matthias...@gmail.com
on 15 Oct 2008 at 3:15
I'm having the same issue as Mecha.
This happens both with version 0.9 and 1.0...
Original comment by symen.ti...@gmail.com
on 31 Oct 2008 at 4:27
Here is the fix/workaround:
<script type="text/javascript">
Event.observe(window, "load", function() {
["1", "2", "3"].each(function(idx) {
new Control.ColorPicker("colorfield" + idx, { IMAGE_BASE : "img/" });
});
new Control.ColorPicker("colorfield4", { "swatch" : "colorbox4" });
})
</script>
Seems that you have to call the script after the div is closed, or you call it
on
window load. (in ie 6/7)
Original comment by matthias...@gmail.com
on 1 Nov 2008 at 1:31
Original issue reported on code.google.com by
rbr...@gmail.com
on 24 Aug 2008 at 10:46Attachments: