Issue #2529Opened January 24, 2020by vellmur1 reactions

[Bug] Can't select/remove/edit gjs-row component if gjs-cell removed first.

Question

Can't choose/select/remove gjs-row after removing gjs-cell separately. Row that is left without cell exists on wrapper but can't be highlighted and selected.

Example:

<img src="https://raw.githubusercontent.com/VelMrnk/Images/master/ezgif.com-video-to-gif-3.gif"></img>

Answers (2)

vellmurFebruary 3, 20201 reactions

Hi @VelMrnk this is not a bug, as the row is empty and doesn't have its own height, you can't see it (indeed is still selectable from Layers). If you want to change this behavior it's enough to update the component CSS (eg. using the min-height or :empty pseudo-class)

Hi @artf , thanks for response. You are correct, this is css problem, because height doesn't exists. But also, adding of min-height doesn't help for firefox browser. And this is happens because of display:table rule.

So I added css code:

.gjs-row:empty { min-height:60px; display: block ;}

And now it works as it must. Thanks.

artfFebruary 3, 20200 reactions

Hi @VelMrnk this is not a bug, as the row is empty and doesn't have its own height, you can't see it (indeed is still selectable from Layers). If you want to change this behavior it's enough to update the component CSS (eg. using the min-height or :empty pseudo-class)

Related Questions and Answers

Continue research with similar issue discussions.

Paid Plugins That Match This Issue

Curated by issue keywords and label relevance to help you ship faster.

View all plugins

Loading paid plugin recommendations...

Browse Plugin Categories

Jump directly to plugin category pages on the marketplace.