Hello, I'm currently working on a character sheet, and got a pretty weird bug. I'm using action buttons inside repeating sections, and noticed one of them was not working. I debugged it as much as I could, eliminated documented bugs (like the use of an underscore inside the action button name), etc... - And noticed that just moving my button closer to the top of the DOM inside the section just made it magically work. This is fine for the first button, as it can be placed closer to the top, but the second one has to be lower on the DOM, and therefore does not work for a reason I cannot even comprehend. I have to note that my sheetworker registers the event if I put this button closer to the top of the DOM, but not if I let it sit right here. Any idea on what's causing this ? I really tried ruling every single documented bug out of the question, and yet it still refuses to work if it's nested too deep inside HTML nodes in my repeating section :/ The button's HTML : (EDIT : It doesn't look like it, but yes, the equal (=) signs are here, they're just, for some reason, rendering black-on-black when the post renders) < div class = "weapon-image" > < button type = "action" name = "act_resetwimg" class = "noneditable" > * </ button > </ div >