-
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
No Tooltip displayed with Spring Boot JSF in Embedded Tomcat #199
Comments
I know at least one BootsFaces application displaying tooltips correctly (http://www.bootsfaces.net/bootstrap/tooltips.jsf): So would you mind to give us more context information? What is your program doing, how is it configured, and how does the broken tooltip look like? If possible, add the source code so we can reproduce the problem. |
Give me a little time and I'll upload a Spring Boot project that has the problem to GitHub. |
Ah, I see. Spring Boot doesn't initialize JSF correctly, so you're likely to run into all kind of problems. It's definitely broken with Mojarra 2.2.11+. Chances are you get it up and running with Apache MyFaces. In any case, the development team at Oracles' doesn't support Spring Boot, so it's difficult to fix it on our side. Nonetheless, I'm looking forward to seeing your project. |
Hi, I've posted an example project to: https://github.com/oakdalesoft/tooltip-issue I look forward to discovering what I'm doing wrong because all my boot applications are doing this when I try and add bootsfaces. Thanks. |
Whatever the reason may be - we seem to have fixed it in BootsFaces 0.8.0. Please try the snapshot version (as described in #151) and report us back. Thanks! By the way, it's a nice demo! Plus, it's good to see Apache MyFaces is still compatible to Spring Boot. I decided to deny support of Spring Boot because of the incompatibility to Mojarra 2.1.12+, but I never liked this decision. |
The text of the tooltip appears but not its container graphic. Also pushes subsequent elements downwards on activation.
The text was updated successfully, but these errors were encountered: