Closed issa-tseng closed 7 years ago
Despite the above, it appears that input.outerHTML
does yield the expected result. It's just the attribute itself that doesn't read correctly.
Okay, I dug more. Sorry about live-blogging this. Looks like removeAttribute
doesn't update _attrsByQName
which hasAttribute
checks. Or something. I'll try to submit a PR if I figure this out.
I'm on domino version
1.0.27
:Originally, I was using jQuery
.prop('checked', someBoolean)
with domino which also failed, but this bare case doesn't work either.I'm happy to take a look and submit a PR if you have a pointer on where to start.