h3 / jquery-utils

Automatically exported from code.google.com/p/jquery-utils
MIT License
0 stars 0 forks source link

ui-timepickr displays offscreen for field near the right border of the browser window #20

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. create HTML with input field near the right border
2. click on field to see popup information become unaccessible
3.

What is the expected output? What do you see instead?
   I would hope that the right border is detected and the popup shifted
accordingly.
   Instead I see the time boxes displayed up until the right border

What version of the product are you using? On what operating system?
   jquery 1.3.2 jquery-ui 1.7.0 timepickr(jquery.utils.ui) 0.8.0

Please provide any additional information below.
    I noticed that it is also unaware of resize events, but that's minor
compared to the right border issue

Original issue reported on code.google.com by erics...@gmail.com on 7 Apr 2009 at 9:59

GoogleCodeExporter commented 9 years ago

Original comment by hainea...@gmail.com on 8 Apr 2009 at 1:14

GoogleCodeExporter commented 9 years ago

Original comment by hainea...@gmail.com on 6 Aug 2009 at 6:17

GoogleCodeExporter commented 9 years ago
I have this same problem, but don't see it as to being similar to #19. I 
understand
this issue to be if you have an input box at the far right of the screen, and 
when
the timepickr helper opens up, you then have to scroll the browser to the right 
to
use it. 

Wheras the other issue has to do with just a misplacement of the timepickr 
helper
because of floats and such.

anyway, is there a way to make the helper pop up within the confines of the 
current
width of the browser or web page? (like having the edge of the helper but up to 
the
vertical scroll bar, therefor eliminating the need to scroll horizontally?

Original comment by thred...@gmail.com on 18 Nov 2009 at 9:59