-
-
Notifications
You must be signed in to change notification settings - Fork 78.9k
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
Button has wrong background on loading while focussed (BS theme) #13093
Comments
I found that the “background-position: 0 -15;” entry in the bootstrap-theme.css file was causing the button flicker associated with issue twbs#13093. Removing that line corrected the issue. I took a look around the theme and didn’t see any odd behavior caused by this change.
I can repro in Chrome but not in Firefox, so I'm guessing that this might be a Chrome rendering bug. |
@mdo Do you agree? |
Closing as a probable rendering bug in Chrome. You may wish to file a bug in the Chromium issue tracker. |
Yup. |
@XhmikosR What OS did you take that screenshot on? |
The thing is that it goes away if I switch tabs and back to that tab again after having pressed the button ofc. @cvrebert: Windows 8.1 x64, with FF 30b6 x64 (my build but shouldn't matter) EDIT: happens with FF 29.0.1 too on my system. |
…ound image on disabled theme buttons
I have a button which should get disabled on click and change its text to "Loading ...". I use the button javascript function of Bootstrap for this behaviour.
In connection with the Bootstrap theme the background is wrong.
To better show the behaviour I built a JSFiddle:
http://jsfiddle.net/DX9Ma/1/
Click the button and you see the wrong background.
The text was updated successfully, but these errors were encountered: