[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Bug swing/25164] New: JFormattedTextField isn't updating it's formatter
From: |
abalkiss at redhat dot com |
Subject: |
[Bug swing/25164] New: JFormattedTextField isn't updating it's formatter properly |
Date: |
29 Nov 2005 21:31:45 -0000 |
JFormattedTextField needs to update its formatter after focus gained or focus
lost events. Also, when a formatter is installed it needs to take the current
value from the text field and apply its stringToValue and valueToString methods
to make the output appropriate.
The testcase attached shows our current state versus that of the JDK. Run the
testcase and alternately give focus to the text field and the button. You'll
see the debug output from the JDK shows that much more is happening there than
on our implementation. We're missing quite a bit of functionality.
--
Summary: JFormattedTextField isn't updating it's formatter
properly
Product: classpath
Version: unspecified
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: swing
AssignedTo: abalkiss at redhat dot com
ReportedBy: abalkiss at redhat dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25164
- [Bug swing/25164] New: JFormattedTextField isn't updating it's formatter properly,
abalkiss at redhat dot com <=