My application has modal dialogs in it, as well as a feedback widget that always sticks out from the side of the page. I want users to be able to click on the feedback widget without canceling the modal dialog. Essentially, I would like to free the feedback widget from the modal rules of the application.
What is the best way to achieve this? I am using GWT 2.3, and I am happy to deploy any layer of abstraction that I need.
source
share