Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

docs(guide/interpolation): add known issue (do not change the content of interpolated strings) #14825

Closed

Conversation

gkalpak
Copy link
Member

@gkalpak gkalpak commented Jun 25, 2016

What kind of change does this PR introduce? (Bug fix, feature, docs update, ...)
Docs update.

Does this PR introduce a breaking change?
No.

Please check if the PR fulfills these requirements

Other information:
Closes #12813

@Narretz
Copy link
Contributor

Narretz commented Jun 27, 2016

So are known issues things we don't want to fix? To me it sounds like we are aware and maybe gonna fix it.
In the guide I would give the section a more descriptive name or group the section about embedded interpolation together with this one under Known Issues

@Narretz
Copy link
Contributor

Narretz commented Jun 27, 2016

To clarify, known issue sounds like something that can maybe be fixed, but this here is difficult to fix because it's how the framework works. And we don't recommend a workaround we simply say "don't do this"

@gkalpak
Copy link
Member Author

gkalpak commented Jun 27, 2016

For me, known issues are things that are indeed not working as expected, but are either too difficult to fix or would require a considerable breaking change or for whatever reason there is no plan to fix them any time soon.

I am fine documenting this particular one as a limitation (something that is not supported and should not be used).

@Narretz
Copy link
Contributor

Narretz commented Jun 30, 2016

I think we are not making a definitive decision here wheter this is considered a bug or simply expected behavior. So let's leave it as is - only thing is, can you

give the section a more descriptive name and group the section about embedded interpolation together with this one under "Known Issues"

?

@gkalpak gkalpak closed this in a2c1675 Jul 4, 2016
gkalpak added a commit that referenced this pull request Jul 4, 2016
@gkalpak gkalpak deleted the docs-interpolation-known-issue branch July 5, 2016 06:46
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Can't update DOM-node attr while using {{}} expression
3 participants