Alex Milowski wrote:
> In the XMLData stylesheet view, for element textual content, the 
> '(modified)' property
> of the document doesn't show up until the focus is changed.  This allows 
> one to make
> a change and close the document without ever actually saving the change.

This is a conceptual bug and therefore it is hard to fix.

Currently just typing text inside a JTextField embedded in the document 
view is not considered changing the document.

You need to commit your changes by either pressing the Enter key or by 
moving the focus outside the JTextField.

The (not very convincing) rationale is that you could have typed invalid 
data in the JTextField.

However, thanks for reporting this problem, we'll try to fix this bug in 
next release.


Reply via email to