- Issue created by @chrisfromredfin
- First commit to issue fork.
- 🇮🇳India narendraR Jaipur, India
Tested manually and observed that the page scrolls on initial load (when navigating to /admin/modules/browse/drupalorg_jsonapi, the page automatically scrolls to the list). This behaviour seems incorrect to me.
- First commit to issue fork.
- 🇮🇳India utkarsh_33
All the tests that are failing are due to the extra wait that we need due to this change.I think this is not a good way.We might need something more robust here.Will try to find a better solution.
Also @omkar-pd if you think you have any better approach inline with what you added it would be great if either you can suggest or push the fix related to what's mentioned in #6. - 🇮🇳India utkarsh_33
I have pushed some changes that fixes tests.Most of the remaining tests can also be fixed in same manner, but i wonder if we really want to make changes in tests like this.I'll ask @phenaproxima about whether we want to do this.In the mean time if @omkar-pd has a better solution, then it's perfect.
- 🇺🇸United States phenaproxima Massachusetts
I do like the proposed resolution, although I think we should remove the bit that scrolls you directly to the projects, as @narendrar pointed out in #6. Let's just remove that outright.
The test changes do make me a bit nervous, though -- we are, if I remember correctly, now bypassing all of these waits. I sorta wonder why this causes the tests to pass.
This is frankly why I'd like to remove
clickWithWait()
and replace it with something better. Not yet sure what that would look like, though. - 🇺🇸United States phenaproxima Massachusetts
I dig this change. I think it increases the amount of polish - nice work.
I gave it a quick manual test on a page with one instance of Project Browser, but didn't test it with multiple instances yet.
The code looks reasonably straightforward but feels a little overcomplicated for what it's doing. It also needs more comments, and there appear to be out-of-scope test changes in there (which, to be honest, were probably introduced by me while I was fixing merge conflicts).
- 🇺🇸United States phenaproxima Massachusetts
Thanks for helping me analyze this, @utkarsh_33. 🙏
I'm not entirely certain here. The current number of flags still feels somewhat...imprecise to me, and we need to keep the Svelte code as clean as we can because it is prone to messiness. :)
I'd like to see what happens if we start removing flags.
- 🇺🇸United States phenaproxima Massachusetts
I realized, while reviewing this again, that one of the major reasons the code feels awkward is because it's taking place in ProjectGrid.svelte, which is totally disconnected from the loading code.
Is there any chance we can move this stuff (mostly) into ProjectBrowser.svelte? It understands when loading is happening, and that, to me, feels like a much more natural place to call
scrollIntoView()
. - 🇺🇸United States phenaproxima Massachusetts
This seems to work mostly as intended, with one problem: while the loading overlay is present, I can still interact with the Categories dropdown if it's open.
I'm thinking the solution here is to ensure that the overlay sits, well, over the dropdown. z-index bug, maybe?
- 🇺🇸United States phenaproxima Massachusetts
Decided to fix the z-index bug myself; wasn't tricky.
This is behaving rightly and looking good, and the code makes perfect sense. I think I'm happy with it.
-
chrisfromredfin →
committed 301774f7 on 2.0.x authored by
omkar-pd →
Issue #3504655 by utkarsh_33, narendrar, omkar-pd, phenaproxima,...
-
chrisfromredfin →
committed 301774f7 on 2.0.x authored by
omkar-pd →
- 🇺🇸United States chrisfromredfin Portland, Maine
I've wanted this for so long; this is such a superior experience in such a subtle way.
Automatically closed - issue fixed for 2 weeks with no activity.