idaes-pse icon indicating copy to clipboard operation
idaes-pse copied to clipboard

Fix stream brushing when column is hidden and reshown

Open elbashandy opened this issue 3 years ago • 1 comments

Fixes

Closes #907

Summary/Motivation:

Changes proposed in this PR:

Legal Acknowledgement

By contributing to this software project, I agree to the following terms and conditions for my contribution:

  1. I agree my contributions are submitted under the license terms described in the LICENSE.txt file at the top level of this directory.
  2. I represent I am authorized to make the contributions and grant the license. If my employer has rights to intellectual property that includes these contributions, I represent that I have received permission to make contributions and grant the required license on behalf of that employer.

elbashandy avatar Jul 19 '22 22:07 elbashandy

Codecov Report

Merging #917 (a083275) into main (8a80158) will decrease coverage by 0.00%. The diff coverage is n/a.

@@            Coverage Diff             @@
##             main     #917      +/-   ##
==========================================
- Coverage   70.32%   70.32%   -0.01%     
==========================================
  Files         576      576              
  Lines       64619    64619              
  Branches    12138    12138              
==========================================
- Hits        45446    45443       -3     
- Misses      16872    16876       +4     
+ Partials     2301     2300       -1     
Impacted Files Coverage Δ
idaes/ver.py 61.53% <0.00%> (-4.62%) :arrow_down:

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

codecov[bot] avatar Jul 19 '22 23:07 codecov[bot]

Also, it seems little strange to me how when a column is highlighted and unhighlighted the contents of the column jump in and out a bit with the highlighting.

ksbeattie avatar Aug 23 '22 01:08 ksbeattie