jquery-match-height icon indicating copy to clipboard operation
jquery-match-height copied to clipboard

byRow calculation incorrect due to hidden elements

Open astanley218 opened this issue 8 years ago • 2 comments

The plugin reveals hidden content in order to calculate the max height but this can change the position of remaining visible elements, potentially breaking the byRow logic. An example can be seen in this fiddle

astanley218 avatar May 18 '17 17:05 astanley218

+1

arturkim avatar Aug 21 '17 20:08 arturkim

The plugin has a feature that will try to match hidden elements if they are selected, because this is a common case. I don't really think there's a solution to this case other than just avoiding selecting elements that are hidden, in this case don't select col3.

liabru avatar Sep 17 '17 15:09 liabru