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 37584 - Shifting focus away from a text field should commit the changes
Summary: Shifting focus away from a text field should commit the changes
Status: CLOSED DUPLICATE of bug 39796
Alias: None
Product: platform
Classification: Unclassified
Component: Property Editors (show other bugs)
Version: 3.x
Hardware: PC Windows XP
: P3 blocker (vote)
Assignee: Jiri Rechtacek
URL:
Keywords:
: 41484 (view as bug list)
Depends on:
Blocks:
 
Reported: 2003-11-28 03:49 UTC by _ gtzabari
Modified: 2008-12-23 00:26 UTC (History)
2 users (show)

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description _ gtzabari 2003-11-28 03:49:20 UTC
dev build 200311241900

   If I change a property value and click on
another property instead of hitting ENTER to
commit changes I expect it to still commit, like
all other Windows applications do. This is
"expected behavior" of the Windows (and I think
Linux too) UI.

   I think Netbeans should do the same because:

a) it's expected and
b) this allows for fast input if the user makes
use of a mouse in one hand and a keyboard in the other
Comment 1 _ tboudreau 2003-11-28 08:24:15 UTC
Changing to enhancement.

This was a design decision in doing the new property sheet - that an
explicit gesture should be required to commit the value.  One of the
myriad problems with the old property sheet was that it was not at all
well defined what the commit gesture was.

At the same time, I'm willing to keep an open mind about this, so I've
added some experimental support for it - I'll commit it to the
property panel rewrite branch once I've tested it, and it will be
merged in sometime next week, so if you start NetBeans with 
-J-Dnetbeans.ps.commitOnFocusLoss=true 
you can try it out, and we can have the discussion about it.
Comment 2 _ tboudreau 2004-04-06 22:48:09 UTC
*** Issue 41484 has been marked as a duplicate of this issue. ***
Comment 3 _ tboudreau 2004-04-19 14:53:05 UTC
Passing property editor issues to new owner, Jirka
Comment 4 Jan Chalupa 2004-11-21 23:15:10 UTC
This was fixed in NB 4.0. See issue #39796.

*** This issue has been marked as a duplicate of 39796 ***
Comment 5 Jaromir Uhrik 2005-01-31 10:00:18 UTC
Verified->Closed.