View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0002774 | NoesisGUI | Studio | public | 2023-10-26 14:01 | 2023-10-31 22:06 |
| Reporter | fllorens | Assigned To | dfranjic | ||
| Priority | normal | Severity | minor | ||
| Status | resolved | Resolution | fixed | ||
| Target Version | Studio_Alpha | ||||
| Summary | 0002774: Copy paste not working on Navigator panel | ||||
| Description | As seen here https://youtu.be/3C8q3FXvqKM?feature=shared&t=54 copy and paste command don't work properly or at all in the navigator panel. | ||||
| Steps To Reproduce |
| ||||
| Platform | Any | ||||
|
I can't seem to reproduce this. Can you please try to find simplest way to reproduce this issue? Or provide a XAML file in which this bug occurs. |
|
|
Yes, it works properly when they don't have a name. If the user renames them doubleclicking in the navigator panel element's name, and then copy pastes, the bug arises. I'm attaching a xaml where this behavior happens. |
|
|
Try this one CopyPasteBug.xaml (751 bytes)
<Page xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
mc:Ignorable="d"
Background="#FF4D5052">
<Grid>
<Rectangle x:Name="CopyPasteRectangle" Fill="#FFF4F4F5" Stroke="#FF000000" VerticalAlignment="Center" Height="100" Width="100" Margin="0,66.4,359.9,0" HorizontalAlignment="Right"/>
<Grid x:Name="CopyPasteGrid" VerticalAlignment="Center" Height="100" Width="100" Margin="15.2,80.8,0,0" HorizontalAlignment="Center">
<Border BorderThickness="1" Background="#FF00B5FF"/>
</Grid>
</Grid>
</Page> |
|
|
Sorry, I somehow missed the fact that the element must have a name. |
|
| Date Modified | Username | Field | Change |
|---|---|---|---|
| 2023-10-26 14:01 | fllorens | New Issue | |
| 2023-10-26 14:22 | jsantos | Target Version | => Studio_Alpha |
| 2023-10-27 12:23 | dfranjic | Note Added: 0008887 | |
| 2023-10-27 12:45 | fllorens | Steps to Reproduce Updated | |
| 2023-10-27 12:45 | fllorens | Note Added: 0008888 | |
| 2023-10-27 12:45 | fllorens | Note Added: 0008889 | |
| 2023-10-27 12:45 | fllorens | File Added: CopyPasteBug.xaml | |
| 2023-10-30 18:26 | dfranjic | Assigned To | => dfranjic |
| 2023-10-30 18:26 | dfranjic | Status | new => assigned |
| 2023-10-31 22:06 | dfranjic | Status | assigned => resolved |
| 2023-10-31 22:06 | dfranjic | Resolution | open => fixed |
| 2023-10-31 22:06 | dfranjic | Note Added: 0008919 |