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
| Field | Original Value | New Value |
|---|---|---|
| Epic Link | IGBF-497 [ 15559 ] |
| 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 |
| Priority | Major [ 3 ] | Trivial [ 5 ] |
| Issue Type | Bug [ 1 ] | Improvement [ 4 ] |
| Sprint | Sprint 24 [ 31 ] | Backlog Grooming Meeting [ 32 ] |
| Sprint | Backlog Grooming Meeting [ 32 ] | Sprint 24 [ 31 ] |
| Rank | Ranked higher |
| Status | Open [ 1 ] | In Progress [ 3 ] |
| Story Points | 0.25 |
| Status | In Progress [ 3 ] | Needs Testing [ 10002 ] |
| Status | Needs Testing [ 10002 ] | Testing In Progress [ 10003 ] |
| Assignee | David Norris [ dcnorris ] | Mason Meyer [ mason ] |
| Resolution | Done [ 10000 ] | |
| Status | Testing In Progress [ 10003 ] | Closed [ 6 ] |
| Workflow | Loraine Lab Workflow [ 16104 ] | Fall 2019 Workflow Update [ 19580 ] |
| 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.