Re: Bug: Old field value persists after change, gets used in default macro call
Posted by
DavidJCobb on
Jul 24, 2012; 12:36am
URL: https://support.nabble.com/Bug-Old-field-value-persists-after-change-gets-used-in-default-macro-call-tp7580796p7580811.html
Pedro <Nabble> wrote
Please, look your reply_enhancements_js it seems that your script is searching for the input named "node" and setting its value after the naml create the page. Make sense?
Did you look at the NAML for Reaching Perfection, or the NAML for Testing Perfection?
Reaching Perfection has a band-aid fix that uses JavaScript, so that our members don't have to tolerate the bug while a real fix is worked on.
Testing Perfection still has the problem -- the field's value is changed before a macro is called, yet that macro's output writes the old value.