-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Positioning problems in Chrome 11.0.696.68 #4
Comments
Looks like you're already familiar with the problem: http://forum.jquery.com/topic/position-breaks-in-chrome-18-10-2010 ... but for some reason it wasn't fixed. Adding "position:absolute" fixes the problem on my side. |
Adding "position: absolute" seems to cause problems.
Here is a testcase:
|
A further problem with the existing positioning is that "ui-spinner-buttons" eat up vertical space below the spinner even the buttons are no longer sitting there (they have been moved using relative positioning). This occurs under FireFox 4.0. Expected behavior: the buttons should only take up space where they end up, not in their original position. |
http://btburnett.com/spinner/example/example.html renders fine in Chrome but http://www.jgeppert.com/jquery-spinner/ does not. Specifically, the up/down arrows render on a separate line than the text-field.
This is 100% reproducible.
The text was updated successfully, but these errors were encountered: