Skip to content
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

Closed
oakdalesoft opened this issue Oct 31, 2015 · 5 comments
Closed

No Tooltip displayed with Spring Boot JSF in Embedded Tomcat #199

oakdalesoft opened this issue Oct 31, 2015 · 5 comments

Comments

@oakdalesoft
Copy link

The text of the tooltip appears but not its container graphic. Also pushes subsequent elements downwards on activation.

@stephanrauh
Copy link
Collaborator

I know at least one BootsFaces application displaying tooltips correctly (http://www.bootsfaces.net/bootstrap/tooltips.jsf):
image

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.

@oakdalesoft
Copy link
Author

Give me a little time and I'll upload a Spring Boot project that has the problem to GitHub.

@stephanrauh
Copy link
Collaborator

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.

@oakdalesoft
Copy link
Author

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.

issue

@stephanrauh
Copy link
Collaborator

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.

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants