Skip to content
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

textArea with incremental text child does not work #5

Open
haraldsteinlechner opened this issue Sep 13, 2017 · 1 comment
Open

textArea with incremental text child does not work #5

haraldsteinlechner opened this issue Sep 13, 2017 · 1 comment

Comments

@haraldsteinlechner
Copy link
Member

...

@krauthaufen
Copy link
Member

texts are currently shown using span nodes...
The main problem here is that the text needs to be 'identifyable' in the output, so the span gets an id and is known to have only text content.

Maybe we should simply inline text in its parent whenever possible. This can only be done when the parent only has a single text child (statically). The only way to do that is via checking IsConstant on the parent's child-list and requires relatively sophisticated tweaks in the update code...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants