JDK-6292667 : Shape of mouse cursor is different among JDK versions.
  • Type: Bug
  • Component: client-libs
  • Sub-Component: java.awt
  • Affected Version: 6
  • Priority: P3
  • Status: Closed
  • Resolution: Not an Issue
  • OS: windows_xp
  • CPU: x86
  • Submitted: 2005-06-30
  • Updated: 2010-08-04
  • Resolved: 2005-06-30
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
JDK 6
6Resolved
Related Reports
Relates :  
Relates :  
Description
The shape of mouse cursor is different among JDK versions.

REPRODUCE :
   1) Compile attached test programs
   2) Launch "java Frame1"
   3) Show pull down menu
   4) Move the cursor to textfield

Here, in 1.4.2 and 5.0u3, the cursor seems "I", but in 6.0(b42), that seems "arrow".
Which behaviors is correct ?, 1.4.2/5.0 or 6.0.

Anyway, the behavior should be the same for all jdk versions.

CONFIGURATION :
  OS ; WindowsXP(Japanese)
###@###.### 2005-06-30 04:30:52 GMT

HOW TO REPRODUCE:
   1) Compile attached test programs
   2) Launch "java Frame1"
   3) press mouse on Choice.
   4) You would see pop-down menu
   5) Move the cursor to textfield
###@###.### 2005-06-30 08:51:26 GMT

Comments
EVALUATION The description permit at least two different scenarios: 1) pressing Right Mouse Button on TextField and getting popup menu on it. 2) pressing Left Mouse Button on Choice ond opening pop-down menu on it. We are experiencing that second approach is right. The cursor changes its shape once we position pointer over the TextField with JDK1.4.2 and 5.0. Native behaviour is the same as current one: cursor doens't change. Perhaps this may be closed as not a bug because the behaviour is correct with JDK6.0. ###@###.### 2005-06-30 08:51:26 GMT Current behavior is correct, it should be a result of fix for 5097531. ###@###.### 2005-06-30 10:00:56 GMT
30-06-2005