-
Enhancement
-
Resolution: Fixed
-
P3
-
7u40
-
None
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8132169 | 7u40 | Sandra Lions-piron | P3 | Closed | Fixed |
In some cases, using copy/paste is not easy.
Let's take a use case:
- Drop an Accordion
- Delete the AnchorPanes created in the TitledPanes
- In the first TitledPane, drop a ScrollPane, then a GridPane in it
Now, one want to copy/paste the content of the first TitledPane in the second TitledPane :
- Select the ScrollPane from the first TitledPane, the Copy
- Select the second TitledPane, then Paste : it is not possible (Paste dimmed). This appear as a bug.
Investigating this, I've found one need to isolate the second TitledPane to be able to Paste in it. This behavior is not obvious at all...
Let's take a use case:
- Drop an Accordion
- Delete the AnchorPanes created in the TitledPanes
- In the first TitledPane, drop a ScrollPane, then a GridPane in it
Now, one want to copy/paste the content of the first TitledPane in the second TitledPane :
- Select the ScrollPane from the first TitledPane, the Copy
- Select the second TitledPane, then Paste : it is not possible (Paste dimmed). This appear as a bug.
Investigating this, I've found one need to isolate the second TitledPane to be able to Paste in it. This behavior is not obvious at all...
- backported by
-
JDK-8132169 Copy/paste usability issue
-
- Closed
-