Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Check isHidden() when dispatching HTML events to frames
For dockable frames, the component itself is hidden if not the active tab so AWT's `isVisible()` returns false. However JIDE and the user consider the frame still open, which agrees with `!isHidden()`.
- Loading branch information