bug-gnu-pspp
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

PSPP-BUG: [bug #58757] gui: Copy and Cut with active value label view st


From: Friedrich Beckmann
Subject: PSPP-BUG: [bug #58757] gui: Copy and Cut with active value label view store different data on clipboard
Date: Sun, 12 Jul 2020 04:48:20 -0400 (EDT)
User-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.1 Safari/605.1.15

URL:
  <https://savannah.gnu.org/bugs/?58757>

                 Summary: gui: Copy and Cut with active value label view store
different data on clipboard
                 Project: PSPP
            Submitted by: beckmanf
            Submitted on: Sun 12 Jul 2020 08:48:18 AM UTC
                Category: Graphical User Interface
                Severity: 5 - Average
                  Status: None
             Assigned to: None
             Open/Closed: Open
                 Release: None
         Discussion Lock: Any
                  Effort: 0.00

    _______________________________________________________

Details:

When the value label view is active in the data view window, then Copy and Cut
store different data on the clipboard.

Copy: The data with value labels is stored on the clipboard
Cut: The raw data is stored on the clipboard

To reproduce:

1. Create variable "a", "b",
2. Create a value label for value "5" = "donald"
3. Switch to data view and enter data for variable a:  "4" <ENTER> "5" <ENTER>
"6" <ENTER>
4. Activate value label view => 5 is shown as "donald"
5. Select var a, cases 1 to 3 with a mouse selection rectangle
6A: Copy the data with <CTRL>c => Clipboard contains "4.00" NL "donald" NL
"5.00" NL
6B: Cut the data with <CTRL>x => Clipboard contains "4.00" NL "5.00" NL "6.00"
NL
7. Click var b case 1
8. Paste the data with <CTRL>v

Case A: Var b, case 2 is empty because the clipboard contains the value label
Case B: Var b, case 2 shows "5.00"

Expected: Copy and Cut should have the same data on the clipboard. When value
label is active, that should be the labeled data.






    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/bugs/?58757>

_______________________________________________
  Message sent via Savannah
  https://savannah.gnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]