[GH #6392] Selection box border disappearing / thinning

Tags: #<Tag:0x00007f8b18efbd70> #<Tag:0x00007f8b18efbb68>

Hi,

I have an issue where the selection box border sometimes disappear or is thinner than expected. This happens all the time in cells that are adjacent to frozen columns / rows

image

This is just a normal cell not adjacent to any frozen columns / rows and only happens to certain rows

image

Thank you.

Hi @prakoso.santoso
Thank you for your reporting. This behavior is an effect of our overlays architecture. Fixed/frozen parts covers non-fixed (non-frozen) cells. The current overlays’ covering order is as follow:

  • bottom-left-corner
  • top-left-corner
  • left
  • bottom
  • top
  • rest cells
    We reported that problem on our issue board here: https://github.com/handsontable/handsontable/issues/6392.
    At the moment, unfortunately, we have no workaround.
    If you would like to track work progress, you can subscribe to GitHub notifications for the mentioned issue.
    Thank you for your involvement!

Hi @piotr.laszczkowski,

Thank you, we will wait for a possible fix in the future then.