JDK-8096363 : ctrl-z not handled by inspector Style editor
Type:Bug
Component:javafx
Sub-Component:tools-scenebuilder
Affected Version:7u40
Priority:P4
Status:Resolved
Resolution:Fixed
Submitted:2013-01-08
Updated:2015-06-12
Resolved:2014-02-03
The Version table provides details related to the release that this issue/RFE will be addressed.
Unresolved : Release in which this issue/RFE will be addressed. Resolved: Release in which this issue/RFE has been resolved. Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.
In the Style editor, type a text.
Type ctrl-z : the ctrl-z is not captured by the editor, and undo the last action.
Works well in other text area based editors, such as Text of TextArea.
Comments
Following DTL-5441
03-02-2014
Sandra, could you have a look ? We have a different behavior here, for this specific editor (Style property)
08-01-2013
Actually, when you perform undo, the value is first committed so the transaction history is updated and we can undo the action.
This should be fixed as soon as RT-26575 will be fixed.