-
Notifications
You must be signed in to change notification settings - Fork 286
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
Component Tree - dissapears if modal-dialog used and focused using component explorer #1195
Labels
Comments
chancancode
added a commit
that referenced
this issue
May 9, 2020
There is a good chance this may fix issues like #1195. I haven't dug in yet, but ember-source 3.17 has a bug with `{{#each}}` when the same key is used more than once, which was fixed in 3.18.1 via emberjs/ember.js#18941, but the fix was never backported to 3.17 in time. So, we really should upgrade.
chancancode
added a commit
that referenced
this issue
May 9, 2020
There is a good chance this may fix issues like #1195. I haven't dug in yet, but ember-source 3.17 has a bug with `{{#each}}` when the same key is used more than once, which is the kind of thing that could easily break vertical collection and is at least visually consistent with the errors reported by users. It was fixed in 3.18.1 via emberjs/ember.js#18941 but the fix was never made it to 3.17 in time. So, either way, we really should upgrade.
chancancode
added a commit
that referenced
this issue
May 9, 2020
There is a good chance this may fix issues like #1195. I haven't dug in yet, but ember-source 3.17 has a bug with `{{#each}}` when the same key is used more than once, which is the kind of thing that could easily break vertical collection and is at least visually consistent with the errors reported by users. It was fixed in 3.18.1 via emberjs/ember.js#18941 but the fix was never made it to 3.17 in time. So, either way, we really should upgrade.
chancancode
added a commit
that referenced
this issue
May 9, 2020
There is a good chance this may fix issues like #1195. I haven't dug in yet, but ember-source 3.17 has a bug with `{{#each}}` when the same key is used more than once, which is the kind of thing that could easily break vertical collection and is at least visually consistent with the errors reported by users. It was fixed in 3.18.1 via emberjs/ember.js#18941 but the fix was never made it to 3.17 in time. So, either way, we really should upgrade.
patricklx
pushed a commit
to patricklx/ember-inspector
that referenced
this issue
Sep 19, 2022
There is a good chance this may fix issues like emberjs#1195. I haven't dug in yet, but ember-source 3.17 has a bug with `{{#each}}` when the same key is used more than once, which is the kind of thing that could easily break vertical collection and is at least visually consistent with the errors reported by users. It was fixed in 3.18.1 via emberjs/ember.js#18941 but the fix was never made it to 3.17 in time. So, either way, we really should upgrade.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Issue is: part of component tree disappearing after focus on component.
Step 1:
![image](https://user-images.githubusercontent.com/1360552/81428233-a89f7100-9164-11ea-8527-d2b44c785876.png)
Step 2:
![image](https://user-images.githubusercontent.com/1360552/81428294-bf45c800-9164-11ea-80b5-25a6276a1261.png)
select visuble part of component using component selection button (inside EmberModalDialogPositionedContainer)
Step 3:
![image](https://user-images.githubusercontent.com/1360552/81428560-10ee5280-9165-11ea-8c15-e9315a7be8c2.png)
See part of tree disappeared
Test:
http://31.184.253.199/
admin@admin.com / admin
and open http://31.184.253.199/groups/2/series/2/exercise/10/task/10
The text was updated successfully, but these errors were encountered: