Details
-
Type: Improvement
-
Status: Closed (View Workflow)
-
Priority: Trivial
-
Resolution: Done
-
Affects Version/s: None
-
Fix Version/s: None
-
Labels:None
-
Story Points:0.25
-
Epic Link:
-
Sprint:Sprint 24
Description
While checking out the Color By... feature I noticed inconsistencies of when the feature worked and when it wouldn't work.
It turns out that the feature works fine but the problem was that I was copying text from the Selection Info table and when doing this a new line character was being added to the end.
We should fix this so that the new line character gets trimmed from the end when copying from this table.
Attachments
Activity
Mason Meyer (Inactive)
created issue -
Mason Meyer (Inactive)
made changes -
Field | Original Value | New Value |
---|---|---|
Epic Link | IGBF-497 [ 15559 ] |
Mason Meyer (Inactive)
made changes -
Summary | Copying text from Selection Info table is adding a new line character at the end | Copying text from Selection Info table adds a new line character to the end of the string |
David Norris (Inactive)
made changes -
Priority | Major [ 3 ] | Trivial [ 5 ] |
David Norris (Inactive)
made changes -
Issue Type | Bug [ 1 ] | Improvement [ 4 ] |
David Norris (Inactive)
made changes -
Sprint | Sprint 24 [ 31 ] | Backlog Grooming Meeting [ 32 ] |
David Norris (Inactive)
made changes -
Sprint | Backlog Grooming Meeting [ 32 ] | Sprint 24 [ 31 ] |
David Norris (Inactive)
made changes -
Rank | Ranked higher |
David Norris (Inactive)
made changes -
Status | Open [ 1 ] | In Progress [ 3 ] |
David Norris (Inactive)
made changes -
Story Points | 0.25 |
David Norris (Inactive)
made changes -
Status | In Progress [ 3 ] | Needs Testing [ 10002 ] |
Mason Meyer (Inactive)
made changes -
Status | Needs Testing [ 10002 ] | Testing In Progress [ 10003 ] |
Mason Meyer (Inactive)
made changes -
Assignee | David Norris [ dcnorris ] | Mason Meyer [ mason ] |
Mason Meyer (Inactive)
made changes -
Resolution | Done [ 10000 ] | |
Status | Testing In Progress [ 10003 ] | Closed [ 6 ] |
Ann Loraine
made changes -
Workflow | Loraine Lab Workflow [ 16104 ] | Fall 2019 Workflow Update [ 19580 ] |
Ann Loraine
made changes -
Workflow | Fall 2019 Workflow Update [ 19580 ] | Revised Fall 2019 Workflow Update [ 21699 ] |
We want to preserve the inclusion of the new line delimiter in the clipboard for a number of reasons. Imagine copying more than 1 cell from the table: without the delimiter you will get a single line of text. Instead, I am trimming out the newline character in the operators text input. This resolves the issue, but its important to note I am preserving the new line delimiter.