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 15929 - Opening 'Find' dialog makes ClonableEditor unfocusable.
Summary: Opening 'Find' dialog makes ClonableEditor unfocusable.
Status: CLOSED INVALID
Alias: None
Product: platform
Classification: Unclassified
Component: Text (show other bugs)
Version: 3.x
Hardware: PC Linux
: P1 blocker (vote)
Assignee: Peter Zavadsky
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2001-09-26 14:03 UTC by muligan
Modified: 2008-12-22 18:43 UTC (History)
0 users

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 muligan 2001-09-26 14:03:28 UTC
ClonableEditor.requestFocus() makes an unneeded call to super.requestFocus()



    /** Transfer the focus to the editor pane.
     */
    public void requestFocus() {
        pane.requestFocus ();
    }
Comment 1 mslama 2001-10-15 11:04:35 UTC
Reassign to new owner of openide/editor
Comment 2 _ ttran 2001-11-08 23:56:56 UTC
call to super.requestFocus() is needed.  See the superclasses of
CloneableEditor for the reasons why.  I don't understand this bug
report, the description does not correspond at all to the summary
text. Please provide more info, plus justification why this bug must
be of P1 priority and reopen this issue.  Thanks
Comment 3 Quality Engineering 2003-07-01 15:48:20 UTC
Resolved for 3.4.x or earlier, no new info since then -> verified
Comment 4 Quality Engineering 2003-07-01 16:08:31 UTC
Resolved for 3.4.x or earlier, no new info since then -> closing.