-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Ctl-X and Ctrl-V allows multiple copies that are treated like complex props #541
Comments
Email from Liz:
|
related to #189 |
The way the code currently works it allows multiple properties to be selected and cut, but only a single property can be copied. If multiple properties are selected copy is disabled. If multiple objects are dropped on the target, it assumes it's because a complex property is copied, which happens a lot with these dual pane operations. The first is the complex property and the rest are qualifiers. So in the use case Liz cites the multiple properties are treated as a complex property and it's qualifiers. We need to just clarify with the modelers what the preferred behavior is and we can likely adjust this. |
This is possible to support but a little complicated by nature of complex operations. When multiples are selected the assumption is the remainder are qualifiers. We need to clarify with modelers whether this requirement is supporting a weak split or other type of dual edit. |
Let's just prevent modelers from selecting multiple simple properties in dual edit and general property panels. |
@bdionne @NCIEVS : What is/are the implementation(s) of this ticket ?
This implemenation is not clear and need clear steps to detail out expected operation(s) for Clipboard Cut Paste w.r.t Dual Edits, w.r.t Simple or Complex Properties and so on .... It is not Ready for QA |
@singhik The cut/paste operations are a little kludgy in protege. We've discussed this on a number of occasions. In the panel which is the target, one has to select the header field before the paste operation will work. I'll check the general props panels used for the dual edits. I thought they are shared with the regular edit but perhaps not. That's an easy fix. You should be able to test this in the general properties tab. Please try that and confirm it works for you on Windows As mentioned above, the fix for this is:
|
@bdionne : Multiple selection of simple properties being not allowed works in 'General' Tabs but does not work for 'Dual Edit' Panel. |
@singhik - yes, thanks. It's been changed in all the dual panes in version nci-edit-tab-1.3.7, this will also address single select in the description panels (see #189) |
Reported by Liz. Command keys don't work on all platforms, and selecting multiple properties fails to add them correctly
The text was updated successfully, but these errors were encountered: