JDK-5092589 : TabbedPane mouse behvior is not consistant with windows
  • Type: Bug
  • Component: client-libs
  • Sub-Component: javax.swing
  • Affected Version: 1.4.0,1.4.1
  • Priority: P4
  • Status: Closed
  • Resolution: Won't Fix
  • OS: generic,solaris_7
  • CPU: generic,sparc
  • Submitted: 2004-08-26
  • Updated: 2019-12-17
  • Resolved: 2019-12-17
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.
Other
5.0u3Resolved
Related Reports
Duplicate :  
Relates :  
Relates :  
Relates :  
Relates :  
Description
Windows native tabbed pane behave in the following manner:

focus outside of tabbed pane
 . clicking on tab selects it and gives focus to first child component.
 . if no focusable child component, focus goes to tabbed pane (selected tab)

focus on child component:
 . clicking on selected tab gives focus to tabbed pane.
 . clicking on another tab gives focus to first child component

focus on tab pane:
  . clicking on another tab changes selection but does not change focus (focus remains with tabbed pane - but is moved to new selected tab)

Comments
CONVERTED DATA BugTraq+ Release Management Values COMMIT TO FIX: dragon mustang
01-10-2004

EVALUATION This needs 5089436 to be fixed first since we cannot change focus to the first selected component until it is made visible. ###@###.### 2004-08-26 See also bug id 4740419, which I've closed as a duplicate. Note that a fix was originally made for that bug number but it was then backed out. Should consult with the mail-archive to see what the fix was at that time. Also, note that a regression test for 4740419 was checked into the workspace but then disabled. We should re-enable it when this is fixed. ###@###.### 2004-09-30
30-09-2004