This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 64286 - License agreement - initial focus should be on text pane
Summary: License agreement - initial focus should be on text pane
Status: VERIFIED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: Dialogs&Wizards (show other bugs)
Version: 5.x
Hardware: All All
: P2 blocker (vote)
Assignee: mslama
URL:
Keywords: A11Y, UI
Depends on:
Blocks:
 
Reported: 2005-09-13 22:02 UTC by Jesse Glick
Modified: 2008-12-22 17:04 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jesse Glick 2005-09-13 22:02:04 UTC
The initial focus should be in the text pane of the license agreement, so Page
Down works immediately.

Also "I Accept" should be marked as the default button for the dialog. You may
still need a mnemonic for it, though, if Enter does not work to activate it
while the text pane has focus.
Comment 1 Marian Mirilovic 2005-09-13 22:55:36 UTC
Agreed with Jesse, this has to be fixed for FCS
Comment 2 mslama 2005-09-21 12:32:43 UTC
Fixed in main trunk. Default focus is on JEditorPane - displaying license text.
Top and bottom text are set not to be focusable. Correct also accessibility
description of JEditorPane.

Modified:
/cvs/ide/launcher/upgrade/src/org/netbeans/license/AcceptLicense.java
new revision: 1.4; previous revision: 1.3

/cvs/ide/launcher/upgrade/src/org/netbeans/license/Bundle.properties
new revision: 1.3; previous revision: 1.2

/cvs/ide/launcher/upgrade/src/org/netbeans/license/LicensePanel.form
new revision: 1.4; previous revision: 1.3

/cvs/ide/launcher/upgrade/src/org/netbeans/license/LicensePanel.java
new revision: 1.4; previous revision: 1.3
Comment 3 Marian Mirilovic 2005-12-12 14:39:50 UTC
verified in NB 5.0 (200512111900)