Skip to content
This repository was archived by the owner on Mar 13, 2025. It is now read-only.

[$75] Horizontal scrollbar in IE11 for Add To Group modal #621

Closed
callmekatootie opened this issue Jul 30, 2020 · 30 comments · Fixed by #625
Closed

[$75] Horizontal scrollbar in IE11 for Add To Group modal #621

callmekatootie opened this issue Jul 30, 2020 · 30 comments · Fixed by #625

Comments

@callmekatootie
Copy link
Collaborator

Follow up of #155

From the changes in that ticket, we are now seeing a horizontal scrollbar in the Add To Group modal - in IE11 browser.

Expected - we should NOT see the horizontal scrollbar in the Add To Group modal. Virtual scrolling should continue to work as before as so should all other features.

@callmekatootie
Copy link
Collaborator Author

Ticket open for pickup - please pick it up only if you can provide a solution within 2 hours

@phongnt phongnt self-assigned this Jul 30, 2020
@cwdcwd
Copy link
Contributor

cwdcwd commented Jul 30, 2020

Contest https://www.topcoder.com/challenges/30135238 has been created for this ticket.

This is an automated message for lazybaer via Topcoder X

@cwdcwd
Copy link
Contributor

cwdcwd commented Jul 30, 2020

Contest https://www.topcoder.com/challenges/30135238 has been updated - it has been assigned to genycopedison.

This is an automated message for lazybaer via Topcoder X

@callmekatootie
Copy link
Collaborator Author

@phongnt There's an extra gap on the right for the modal:

image

If it helps, the scrollbar need not be to just the OTHER GROUPS, you can also attach the scrollbar to the entire groups modal, (except the header - ADD TO GROUP, which will always be seen)

@phongnt
Copy link
Collaborator

phongnt commented Jul 30, 2020

@phongnt There's an extra gap on the right for the modal:

If it helps, the scrollbar need not be to just the OTHER GROUPS, you can also attach the scrollbar to the entire groups modal, (except the header - ADD TO GROUP, which will always be seen)

@callmekatootie Sorry I don't get your point. Do you mean add scrollbar for MY GROUP?

@phongnt
Copy link
Collaborator

phongnt commented Jul 30, 2020

I got your point now, let me fix it

@callmekatootie
Copy link
Collaborator Author

@phongnt How's it looking - if you are not able to arrive at a solution, we can open it up for others to work on...

@phongnt
Copy link
Collaborator

phongnt commented Jul 30, 2020

Give me 30 min

@phongnt phongnt removed their assignment Jul 30, 2020
@phongnt phongnt assigned phongnt and unassigned phongnt Jul 30, 2020
@narekcat narekcat self-assigned this Jul 30, 2020
@cwdcwd
Copy link
Contributor

cwdcwd commented Jul 30, 2020

Contest https://www.topcoder.com/challenges/30135238 has been updated - it has been assigned to Narekvar90.

This is an automated message for lazybaer via Topcoder X

@narekcat
Copy link
Contributor

@callmekatootie I have fixed this issue. Please see pull request #623.

@cwdcwd
Copy link
Contributor

cwdcwd commented Jul 31, 2020

Contest https://www.topcoder.com/challenges/30135238 has been updated - it has been assigned to kingszlayer.

This is an automated message for lazybaer via Topcoder X

@venkygot
Copy link
Collaborator

@callmekatootie Going thru the trail I'm little confused. What needs to be fixed here? I don't see horizontal scrollbar in IE11. See below.

image

@callmekatootie
Copy link
Collaborator Author

@venkygot Weird. I do not see it anymore either... I see what you are seeing above

Yet, it is not fine - remove the two scrollbars to have just one. Either have a single scrollbar for the entire modal (except the header title and footer buttons) or keep scrollbar for the individual sections (MY GROUPS and OTHER GROUPS) is what we are looking for...

@callmekatootie
Copy link
Collaborator Author

This is what I used to see initially - #155 (comment)

@cagdas001
Copy link
Collaborator

cagdas001 commented Jul 31, 2020

@callmekatootie Since you merged the #622 , there is a commit from it that plays with the min-width of the modal. That's the change that removes horizontal scroll but leaves some gaps as you mentioned at the feedback of this PR #621 (comment)

callmekatootie added a commit that referenced this issue Jul 31, 2020
callmekatootie added a commit that referenced this issue Jul 31, 2020
@callmekatootie
Copy link
Collaborator Author

Reverting the changes - checking if that was indeed it

@cagdas001
Copy link
Collaborator

remove the two scrollbars to have just one. Either have a single scrollbar for the entire modal (except the header title and footer buttons) or keep scrollbar for the individual sections (MY GROUPS and OTHER GROUPS) is what we are looking for...

You're currently not seeing a scrollbar for the My Groups list, because it currently have only 3 items. If it'd have more items (>10), there will be a scrollbar for it as well

https://github.com/topcoder-platform/u-bahn-app/blob/08573f5caaac3440d3548ccd35bb35c2f635ae7f/client/src/components/AddToGroupModal/index.jsx#L245-L249

Two lists are indeed independent & individual virtual lists, so with a single scrollbar for both you'll not have control on individual lists, but on all the modal (btw you also need to merge two lists and serve all items as a single list for this but this is another point)

@callmekatootie
Copy link
Collaborator Author

Fair point - In which case, you can have individual scrollbars for the sections - that is acceptable too

@venkygot
Copy link
Collaborator

@callmekatootie so I need to pull the updated code from develop and proceed? or continue with what I have?

@callmekatootie
Copy link
Collaborator Author

Pull updated code and proceed

@callmekatootie
Copy link
Collaborator Author

@venkygot Any update here - if you are not working on the ticket actively, could you kindly open it up for others to take a chance

@venkygot
Copy link
Collaborator

@callmekatootie will submit PR shortly

@cwdcwd
Copy link
Contributor

cwdcwd commented Aug 1, 2020

This ticket was not processed for payment. If you would like to process it for payment, please reopen it, add the tcx_FixAccepted label, and then close it again

This is an automated message for lazybaer via Topcoder X

1 similar comment
@cwdcwd
Copy link
Contributor

cwdcwd commented Aug 1, 2020

This ticket was not processed for payment. If you would like to process it for payment, please reopen it, add the tcx_FixAccepted label, and then close it again

This is an automated message for lazybaer via Topcoder X

@cwdcwd
Copy link
Contributor

cwdcwd commented Aug 1, 2020

Payment task has been updated: https://software.topcoder.com/review/actions/ViewProjectDetails?pid=30135238

This is an automated message for lazybaer via Topcoder X

@cwdcwd cwdcwd added the tcx_Paid label Aug 1, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

6 participants