Hi All, Please review a fix for an issue where it is seen thatwhen clicking the right-most pixel of a JComboBox the related Popup opens and closes immediately. This is non-standard behaviour.
Issue was, the bounds for popup was calculated 1 pixel short so rightmost edge was not considered.
Proposed fix is to increase the bounds by 1 pixel. Bug: https://bugs.openjdk.java.net/browse/JDK-8182031 webrev: http://cr.openjdk.java.net/~psadhukhan/8182031/webrev.00/ Regards Prasanta