google-code-export / jpicker

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

Using jPicker together with jQuery UI Tabs #35

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Bind jPicker to some id or class
2. Load jQuery UI library
3. Bind a jQuery Tabs to a parrent div of the element where the jPicker is 
binded.

What is the expected output? What do you see instead?
The jPicker container should display close to the element binded but now is not 
- seems like it is positioned absolutely rather the ralative.

What version of the product are you using? On what operating system?
jPicker 1.1.6, WIN 7, Firefox 11.

Please provide any additional information below.

I set a relative px values for x and y to position a jpicker container close to 
all elements binded. And everything works fine until I switch on jQuery UI Tabs 
for a parent element. Now jpicker container is displayed in upper left corner 
of the screen with x and y offset which I set for relative positioning. It 
seems like using jQuery UI Tabs makes jpicker lost positioning - it is now 
positioned absolutely.

Original issue reported on code.google.com by wptheman...@gmail.com on 27 Mar 2012 at 5:53