-
-
Notifications
You must be signed in to change notification settings - Fork 381
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Setting node name seems to work only partially #497
Comments
Hello @arekdygas , Thank you for reporting. We will look at it. Best Regards, Jon Sponsorship Performance Libraries Runtime Evaluation |
Hello @arekdygas , Sorry for the long delay. This issue has been fixed in the v1.11.47 Let me know if everything now works as expected. Best Regards, Jon |
Hello @JonathanMagnan , Looking at the code changes, it's probably fixed, but my test failed again, because you uploaded version 46 as 47 to nuget ;) Best regards, |
Hello @arekdygas , 100% my mistake! The v1.11.48 has been released with the right assembly version and with the fix this time ;) Best Regards, Jon |
Fixed now - thanks! :) Best regards, |
1. Description
When I execute the following code:
node.Name
is correctly displayed asp
, but there's stilldiv
in OuterHtml. But after uncommenting the line with attribute removal, this works correctly.I suspect this has something to do with setting
_changed
flag, which is not called on Name setter.2. Exception
--
3. Fiddle or Project
https://dotnetfiddle.net/6s8zO7
4. Any further technical details
The text was updated successfully, but these errors were encountered: