-
Notifications
You must be signed in to change notification settings - Fork 102
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
Bootswatch (lumen) is shaking since BootsFaces 0.8.6 #412
Comments
You are right, it looks like the button should look like it is pressed down and therefore the parent expands to the bottom on mouse hover, making it look shaking. Also our themes in the showcase seem to be broken a bit. For example, if you select readable first, then lumen, the style is a bit... mixed. |
Yes this appeared after migrating to 0.8.6. |
Yeah probably, also #390 should make this a bit harsh to work around, because you can't really overwrite those css properties yourself, which should be the easiest fix. Meanwhile I will look into the theming and see if we can overwrite that centrally. However, this change will remove the button pressing "animation", but who needs that anyway? |
Ok, it wasn't exactly 0 pixels, but I got it working by overriding that setting for every theme. Due to http://www3.bootsfaces.net/Showcase/forms/buttons.jsf it seems to work. |
@zhedar the "bugfix" is not online or is it? |
I guess that's because we still got a bug with the theme switching. But that should be gone after you selected the theme and then refresh the whole site. The theme should be loaded properly then. |
Unfortunately this doesn't solve the problem.. The "shaking issue" does not appear when you refresh the page? Maybe I am doing something wrong.. |
I had to reload the page without submitting the original request though. Entering http://www3.bootsfaces.net/Showcase/forms/buttons.jsf again would do the same. |
Got it, now it works. 👍 Thanks you |
After upgrading to BootsFaces 0.8.6 the Bootswatch lumen theme started to shake in vertical direction (on hover). I think this can be a pretty annoying bug especially if one is using buttons within a table.
You may have to switch the theme multiple times since sometime the old css seems to be used.
BootsFaces Example (please make sure you are using the lumen theme)
If you check the original theme, everything seems to be ok:
Bootswatch Example
The text was updated successfully, but these errors were encountered: