Details
-
Type:
Bug
-
Status: Closed
-
Priority:
P2
-
Resolution: Fixed
-
Affects Version/s: 1.2.0
-
Fix Version/s: 1.2.0
-
Component/s: client-libs
-
Labels:
-
Subcomponent:
-
Resolved In Build:1.2fcs
-
CPU:generic
-
OS:generic
-
Verification:Not verified
Description
In my latest accessibility changes and bug fixing, I introduced a bug by where Tooltip in JApplets are broken. In streamlining some code, I casted both a JInternalFrame and JApplet to a JComponent, but JApplet isn't a JComponent.
Doh!
Easy two line fix in getPopupFitHeight and getPopupFitWidth