JDK-4898409 : PIT:No Focus Border on TabbedPane in SwingSet2 unlike native Mercury TabbedPane
  • Type: Bug
  • Component: client-libs
  • Sub-Component: javax.swing
  • Affected Version: 5.0
  • Priority: P4
  • Status: Closed
  • Resolution: Duplicate
  • OS: linux_sun
  • CPU: x86
  • Submitted: 2003-07-30
  • Updated: 2005-12-15
  • Resolved: 2005-12-15
Related Reports
Duplicate :  
Description
There is no Focus Border on the Tabbed Pane in SwingSet2 unlike the native TabbedPane on Mercury. 

Steps to Reproduce:
-------------------
1) Run SwingSet2 with the Swing PIT of 25th July with -Dswing.gtkthemefile=<Your gtkrc file >. Change the laf to GTK.
2) Go to the Tabbed Pane demo
3) Click on the First tab. 
4) Notice that there is no focus border. 
5) Now open any Native application with the tabbed Pane. 
6) Click on the tab. 
7) Notice that there is a dotted focus border on the Tab. 

Note: The Linux flavour is SUSE 8 and Mercury build is 03 

Comments
EVALUATION Went away with introduction of native rendering.
15-12-2005

EVALUATION This isn't unique to Mercury/blueprint, but likely a difference between Swing's tabbed pane implementation and the native one. ###@###.### 2003-08-05 Name: omR10226 Date: 08/19/2003 The variable focusIndex should be initialized by -1. ======================================================================
05-08-2003