yeelliott / jquery-utils

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

Layout in Safari 4 is broken #14

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
See attached images. The alignment of the selection 'bubbles' is incorrect in 
Safari 4 - they line up 
vertically, instead of horizontally.

Original issue reported on code.google.com by neod...@gmail.com on 18 Mar 2009 at 9:48

Attachments:

GoogleCodeExporter commented 9 years ago
Yep, this is definitely a bug.  Any updates / acknowledgements / plans to fix?

Original comment by kyle.fox on 22 Apr 2009 at 8:28

GoogleCodeExporter commented 9 years ago
Yeah, I've seen the report. I will address it as soon as I can, but I'm pretty 
busy
these times..

Original comment by hainea...@gmail.com on 22 Apr 2009 at 8:32

GoogleCodeExporter commented 9 years ago
add this to the CSS:

span.ui-timepickr {width:480px; }

and you will have it fixed. Works either for IE6 (but with a z-index issue)

Original comment by hlsro...@gmail.com on 27 Apr 2009 at 10:40

GoogleCodeExporter commented 9 years ago
@hlsroddy:

I've committed it to the trunk and it indeed fixed Safari's problem.

Thanks a lot for the patch !

Original comment by hainea...@gmail.com on 27 Apr 2009 at 7:36