-
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
selectOneMenu visual problem since 1.4.2 #1097
Comments
Do you mean this select?
|
yes, i mean this section |
Upgrading to Bootswatch does not fix this issue. |
If field-size is set to sm or lg. Text was wrongly positioned in Safari, Chrome or Firefox on MacOS (I think even in Windows IE or Edge). Also background image overlayed long text elements, resulting in a strange view. Fixes: TheCoder4eu#1097
The select was rendered distorted in Safari, Chrome, Firefox on macos after the fixing TheCoder4eu#1090. The no longer set -webkit-appearance to menubutton-list is no longer overriding the line-height. This was set wrongly for field sizes other than md. Also long text was overlayed by arrow images. Fixes TheCoder4eu#1097
It seems updating to Bootstrap 3.4.1 fixes the problem. Can you please verify if it works on the source I've just pushed to GitHub? |
Hello together,
since version 1.4.2 of BootsFaces the b:selectOneMenu component is not good readable on Safari browsers. Please see an attached example picture.
With version 1.4.1 everything was fine.
It would be great if anybody could give me a quick workaround for this.
Thanks a lot!
The text was updated successfully, but these errors were encountered: