Issue Details (XML | Word | Printable)

Key: BETTERBEANSBINDING-44
Type: Bug Bug
Status: Open Open
Priority: Major Major
Assignee: fabriziogiudici
Reporter: renatoat
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
BetterBeansBinding

Binding a JTextField clears the document currently set

Created: 26/Jun/09 07:08 PM   Updated: 26/Jun/09 07:08 PM
Component/s: SwingBinding
Affects Version/s: 1.2.2
Fix Version/s: None

Time Tracking:
Not Specified

Tags: Swing JTextFIeld setDocument


 Description  « Hide

When a JTextField with a custom document set (using setDocument) is bound in beansbinding, the document is ignored.

For instance, I've a custom document converting the characters to upper case, but when i bind the JTextField to a bean, and then type something in the text field, the document is just ignored and the characters are shown with the normal case.

Additionally, I don't know if this would be another issue, but when I set the sourceObject of the binding, the JTextField doesn't accept editing anymore.

I can provide more info/test case, if needed.



There are no comments yet on this issue.