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

После перерисовки верхнеуровневого вида со вложенным боксом внутри бокса оказывается 2 ноды вложенного вида #660

Open
chestozo opened this issue Sep 6, 2018 · 0 comments

Comments

@chestozo
Copy link
Member

chestozo commented Sep 6, 2018

Для примерно такого лейаута:

view1 (node1)
  box1 (node2)
    view2 (node3)

происходит перерисовка и выполняется
view1._updateHTML(node1')

в результате чего получаем внутри box1 две ноды для вида view2

view1 (node1')
  box1 (node2')
    view2 (node3')
    ? node3

node3 оказывается внутри box1 в результате выполнения метода box1._sortViewNodes().

Проблема уходит, если view2 будет каким-то образом инвалидирована.
Но в нашем случае view2 валидна и ns перекладывает старую ноду вида view2 - node3 - в новую ноду бокса box1 - node2'.

chestozo pushed a commit that referenced this issue Oct 23, 2018
- update valid view node if it was rendered and inserted inside parent view node
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

1 participant