Actions
Bug #1051
closedProblem with copy/paste of attribute nodes in editor
Start date:
04/28/2003
Due date:
% Done:
0%
Estimated time:
Bugzilla-Id:
1051
Description
An attribute node can be 'copied' but not 'pasted' from the xml editor of one
package to another. This functionality used to work OK.
Updated by Dan Higgins over 21 years ago
This problem is a result of the special display of attribute names along with
the 'attribute' element name in the editor. The code compared node names to
determine if it was OK to paste at the indicated location. Changed to not
include the actual node name in the comparison.
Actions