Skip to content
This repository has been archived by the owner on Jun 7, 2022. It is now read-only.

Demonstrates a simple Vaadin project to demonstrate tooltips in menuitems dont show in dialogs (GitHub Issue #11212)

Notifications You must be signed in to change notification settings

FOCONIS/vaadintooltipinmenuitem

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

vaadintooltipinmenuitem

This demo was derived from a Vaadin Template for Testbench to:

Demonstrate the problem in Vaadin GitHub issue #11212 - The Tooltip of a MenuItem inside a Window is not displayed

Workflow

To run the integration-test demonstrating the problem run "mvn verify"

To compile the entire project, run "mvn install".

To run the application, run "mvn jetty:run" and open http://localhost:8080/ .

To produce a deployable production mode WAR:

  • change productionMode to true in the servlet class configuration (nested in the UI class)
  • run "mvn clean package"
  • test the war file with "mvn jetty:run-war"

About

Demonstrates a simple Vaadin project to demonstrate tooltips in menuitems dont show in dialogs (GitHub Issue #11212)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published