google-code-export / jpicker

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

jPicker issue with IE browser #8

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Hi There,

I am using jPicker plugin in my web application. It is simply superb 
plugin. It is working fine in Firefox and Chrome, but coming to Internet 
Explorer(IE) it is not working. In IE6 it's showing color picker icon and 
popup when we click on that icon, but the new active color was not updating 
to the widgets.

And coming to IE8 when we click on color picker icon it is disappearing not 
even showing the popup.

What are the necessary configurations to display jPicker in IE.

Thanks and Regards,
Ugandhar

Original issue reported on code.google.com by spanzer....@gmail.com on 2 Jun 2010 at 12:19

GoogleCodeExporter commented 9 years ago
I have been unable to reproduce the issue you ran into. However, one 
possibility that comes to mind is that the jPicker instance is binded next to 
the picker icon in the DOM. At some point, I want to alter the coding to bind 
the jPicker instance to document.body.

The possible result from this is that the jPicker instance popup will not show 
beyond the containing block level item on the page. As an example, if you use a 
div element for your content wrapper on your page, any portion of the jpicker 
popup outside of that division will be invisible.

If you are using an "li" element with "display:block" or any other block level 
item wrapping around the picker, then the popup will appear just above the 
picker and could be invisible due to this. Binding to document.body would 
eliminate this problem.

This issue is also related to the desire to bind all picker icons to one 
instance of the popup, and therefore is planned for the next release for the 
plugin. If you can send me some source code for your page, I can probably 
figure out why it isn't showing and let you now how to correct it.

Original comment by christop...@gmail.com on 27 Jun 2010 at 6:18

GoogleCodeExporter commented 9 years ago
Although I was unable to replicate your issue, I believe the source of your 
issue was the binding of the picker to the DOM inline with the popup icon. The 
pickers are now bound to document.body which should resolve this issue.

Since I never heard any further response since my comment on Jun 26, and I 
believe the issue is fixed with V1.1.3, I am closing this ticket.

Original comment by christop...@gmail.com on 11 Aug 2010 at 8:58