Roll20 uses cookies to improve your experience on our site. Cookies enable you to enjoy certain features, social sharing functionality, and tailor message and display ads to your interests on our site and others. They also help us understand how our site is being used. By continuing to use our site, you consent to our use of cookies. Update your cookie preferences .
×

Attribute names ending in "max" are reuturing an empty value

1776036673
vÍnce
Pro
Sheet Author
Seems that roll20 chat is no longer able to read attribute values for attribute names that end in "max". ie "attr_testmax" (Note: attributes names that end with "_max" work as expected.) test HTML; <input name="attr_testmax" type="text" value="1" /> <input name="attr_test" type="text" value="1" /> <input name="attr_test_max" type="text" value="1" /> <input name="attr_testing2max" type="text" value="1" /> <input name="attr_testing3max" type="text" value="1" /> test macro; test: @{selected|test} test_max: @{selected|test_max} test|max: @{selected|test|max} test|MAX: @{selected|test|MAX} testmax: @{selected|testmax} testing2max: @{selected|testing2max} testing3max: @{selected|testing3max} results in chat; test: 1 test_max: 1 test|max: 1 test|MAX: 1 testmax: testing2max: testing3max: Thoughts?
1776038056
Gauss
Forum Champion
Hi vince,  This is probably related to the |max, |Max, _max, and _Max issues from a month ago.
1776038559
vÍnce
Pro
Sheet Author
Gauss said: Hi vince,  This is probably related to the |max, |Max, _max, and _Max issues from a month ago. The issue that was "fixed". ;-)
1776052203
vÍnce
Pro
Sheet Author
ticket: [#458703] submitted