This repository was archived by the owner on Dec 14, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Modify TagHelperOutput.CopyHtmlAttribute to maintain attribute order. #2639
Comments
This was referenced Jul 17, 2015
Closed
NTaylorMullen
added a commit
that referenced
this issue
Aug 17, 2015
- Updated implementation to do a best guess at copying an attribute back into `TagHelperOutput.Attributes`. - Updated existing functional and unit tests to account for maintained attribute order. - Added a set of complex order based unit tests to validate `CopyHtmlAttribute` properly maintains order. #2639
NTaylorMullen
added a commit
that referenced
this issue
Aug 18, 2015
- Updated implementation to do a best guess at copying an attribute back into `TagHelperOutput.Attributes`. - Updated existing functional and unit tests to account for maintained attribute order. - Added a set of complex order based unit tests to validate `CopyHtmlAttribute` properly maintains order. #2639
NTaylorMullen
added a commit
that referenced
this issue
Aug 19, 2015
- Updated implementation to do a best guess at copying an attribute back into `TagHelperOutput.Attributes`. - Updated existing functional and unit tests to account for maintained attribute order. - Added a set of complex order based unit tests to validate `CopyHtmlAttribute` properly maintains order. #2639
NTaylorMullen
added a commit
that referenced
this issue
Aug 19, 2015
- Updated implementation to do a best guess at copying an attribute back into `TagHelperOutput.Attributes`. - Updated existing functional and unit tests to account for maintained attribute order. - Added a set of complex order based unit tests to validate `CopyHtmlAttribute` properly maintains order. #2639
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Once aspnet/Razor#225 is completed attributes will be in-order rather than in a semi-random order. With this change we should ensure that
TagHelperOutput.CopyHtmlAttribute
re-adds attributes toTagHelperOutput
to their "most correct" location.The text was updated successfully, but these errors were encountered: