[
https://issues.jboss.org/browse/TEIIDDES-892?page=com.atlassian.jira.plug...
]
Barry LaFond resolved TEIIDDES-892.
-----------------------------------
Assignee: Barry LaFond
Resolution: Done
Replaced the "Editable" description view editor with a read-only editor and
Edit/Clear actions. Edit action will display an Edit dialog.
Allowed lots of clean-up and removal of Key, Focus, Part, EventObject listeners.
Editing Description sometimes fails because of focus issues
-----------------------------------------------------------
Key: TEIIDDES-892
URL:
https://issues.jboss.org/browse/TEIIDDES-892
Project: Teiid Designer
Issue Type: Bug
Components: Views
Affects Versions: 7.3
Reporter: Barry LaFond
Assignee: Barry LaFond
Fix For: 7.4
Attachments: description-view.png
The Description View allows users to set ... Description text for most/all EObjects or
model objects.
But the actually committing of the EMF transaction doesn't happen until there is an
unfocus on that view. Sometimes the change/edit will NOT commit and that's not good.
We did this because we didn't want to commit each edit during keystroke events.
I think a better option would be to make the Description view READ ONLY and add an
"Edit..." or "Change..." button to open a separate dialog. On Dialog
"okFinish()" we would create/commit a transaction thereby insuring that we
always commit.
--
This message is automatically generated by JIRA.
For more information on JIRA, see:
http://www.atlassian.com/software/jira