Closed gs-df closed 1 year ago
@gs-df The index number must be confusing the label color configuration option. I think we did recently fix a related issue on the dev branch (maybe in 3.0.201 or 3.0.202) and I suspect this is the same thing. I don't have any installs with 100+ repeater items to test with here but if you get a chance to try the dev branch sometime please let me know if you continue to observe the issue. Thanks.
@gs-df, did you test on the latest dev branch?
@gs-df Closing this now. Post more if it needs re-opening.
Unless there's side effects in Repeater Matrix that I'm not aware of, swapping the code parts for replacing color and #n in InputfieldRepeater___renderRepeaterLabel() should be enough to fix this.
@BitPoet Thanks, I have added your suggestion for this.
@BitPoet I'm closing this now. Thanks for the fix!
Short description of the issue
When i add the 100th Repeater Element the index counts just to 99 and the repeater element background change from green to black. But the repeater still works.
Expected behavior
Continue counting over 100 and green background. (Any reason for black background?)
Screenshots/Links that demonstrate the issue
Suggestion for a possible fix
When i comment this code out, it works like expected Filename: InputfieldRepeater.module Row: 480 - 489
Steps to reproduce the issue
Setup/Environment