mavo icon indicating copy to clipboard operation
mavo copied to clipboard

Problem with mv-initial-items > 1: Expressions are not evaluated after the first item

Open LeaVerou opened this issue 3 years ago • 4 comments

Testcase: https://codepen.io/leaverou/pen/BamZpKG?editors=1100

@DmitrySharabin is this a regression?

LeaVerou avatar Feb 11 '22 14:02 LeaVerou

I've noticed this thing quite a while ago. But as usual, I haven't reported it since I didn't expect mv-initial-items should work with values other than 0. 🤦‍♂️

is this a regression?

I'll bisect to get to know that.

DmitrySharabin avatar Feb 11 '22 16:02 DmitrySharabin

Yup, it's a regression. The first bad commit: 2e119ce2f9b0267cea46bcc527db832d38bae90e

DmitrySharabin avatar Feb 11 '22 16:02 DmitrySharabin

Let's defer this, since as you point out, mv-initial-items > 1 is rare.

LeaVerou avatar Sep 23 '23 16:09 LeaVerou

It seems we face this issue not only when mv-initial-items > 1: none of the expressions are evaluated after the first item.

Testcase: https://codepen.io/dmitrysharabin/pen/BaeEVme

DmitrySharabin avatar Jun 27 '24 12:06 DmitrySharabin