Yeap, a test page would help to find the bug...

One more question. Are you positioning your elements in CSS using
relative/absolute ?

----
Read jQuery HowTo Resource  -  http://jquery-howto.blogspot.com



On Sat, Feb 7, 2009 at 8:38 AM, Ca-Phun Ung <cap...@yelotofu.com> wrote:
> Hi,
>
> Which version of UI are you using? We recently fixed a similar bug which was
> rolled into 1.6rc6. For details of the bug see this ticket:
>
> http://dev.jqueryui.com/ticket/3863
>
> Finally, if you're using the latest rc it would be a great help if you could
> upload a minimal test page somewhere.
>
> Thanks!
>
> On Fri, Feb 6, 2009 at 11:31 PM, Dayson Pais <percy.p...@gmail.com> wrote:
>>
>> Hi,
>>
>> I have a Datepicker UI linked to a textbox using the following code:
>>
>> $(document).ready(function(){
>>        txtDOB = $("input[name=txtDOB]");
>>        txtDOB.datepicker();
>> });
>>
>> Screenshot of the Textbox: http://arch.kimag.es/share/85588260.jpg
>>
>> When I click on the textbox, the calendar opens at an unexpected
>> location as seen in this picture
>> Firefox appears over textbox: http://arch.kimag.es/share/34288230.jpg
>> Chrome Working Fine: http://arch.kimag.es/share/75291561.jpg
>>
>> It works fine in Chrome. I really can't figure out why this is
>> happening.. It works perfectly if the textbox is placed in the top
>> regions of the page.
>>
>> The Actual Problem in a practical situation is here:
>> http://arch.kimag.es/share/66324568.jpg
>>
>> I need this resolved as I really don't want to use a calendar
>> component from some other module if jquery has it.
>>
>> Thanks
>>
>
>
>
> --
> Ca-Phun Ung
> + http://yelotofu.com
> + hongkong, zce, jquery, php, css, html
>

Reply via email to