-
Type:
Bug
-
Resolution: Fixed
-
Priority:
P2
-
Affects Version/s: 1.2.0
-
Component/s: client-libs
-
1.2fcs
-
generic
-
generic
-
Not verified
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