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 151099 - Quick search in dialogs swallows first character on OS X
Summary: Quick search in dialogs swallows first character on OS X
Status: RESOLVED DUPLICATE of bug 137533
Alias: None
Product: platform
Classification: Unclassified
Component: Dialogs&Wizards (show other bugs)
Version: 6.x
Hardware: All Mac OS X
: P3 blocker (vote)
Assignee: Jiri Rechtacek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-10-23 09:14 UTC by Petr Chytil
Modified: 2008-12-22 10:33 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 Petr Chytil 2008-10-23 09:14:27 UTC
Product Version: NetBeans IDE Dev (Build 200810230201)
Java: 1.5.0_16; Java HotSpot(TM) Client VM 1.5.0_16-133
System: Mac OS X version 10.5.5 running on i386; MacRoman; en_US (nb)
Userdir: /Users/petr/.netbeans/dev

Steps to reproduce:
- run NetBeans on Mac OS X ;-)
- open some dialog with a list (e.g. New Project dialog with list of project types)
- start typing some word (e.g. ruby) to invoke quick search in the dialog
- there is "uby" instead of "ruby" in the quick search

You can see, that first character is being "selected" immediately after it is written. Second written character then
overwrites the first one (which is understandable, because the first one was "selected"). Next written characters are
appended normally behind the second one. So the problem is only the first character, which disappears every time when
you start typing word and quick search is not displayed yet.
Comment 1 Lukas Hasik 2008-10-23 09:24:48 UTC

*** This issue has been marked as a duplicate of 137533 ***