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.
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.