Closed GoogleCodeExporter closed 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
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
Original issue reported on code.google.com by
spanzer....@gmail.com
on 2 Jun 2010 at 12:19