-
Notifications
You must be signed in to change notification settings - Fork 5
[$75] Horizontal scrollbar in IE11 for Add To Group modal #621
Comments
Ticket open for pickup - please pick it up only if you can provide a solution within 2 hours |
Contest https://www.topcoder.com/challenges/30135238 has been created for this ticket. |
Contest https://www.topcoder.com/challenges/30135238 has been updated - it has been assigned to genycopedison. |
@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? |
I got your point now, let me fix it |
@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... |
Give me 30 min |
Contest https://www.topcoder.com/challenges/30135238 has been updated - it has been assigned to Narekvar90. |
@callmekatootie I have fixed this issue. Please see pull request #623. |
Contest https://www.topcoder.com/challenges/30135238 has been updated - it has been assigned to kingszlayer. |
@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. |
@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... |
This is what I used to see initially - #155 (comment) |
@callmekatootie Since you merged the #622 , there is a commit from it that plays with the |
Reverting the changes - checking if that was indeed it |
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 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) |
Fair point - In which case, you can have individual scrollbars for the sections - that is acceptable too |
@callmekatootie so I need to pull the updated code from develop and proceed? or continue with what I have? |
Pull updated code and proceed |
@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 |
@callmekatootie will submit PR shortly |
This ticket was not processed for payment. If you would like to process it for payment, please reopen it, add the |
1 similar comment
This ticket was not processed for payment. If you would like to process it for payment, please reopen it, add the |
Payment task has been updated: https://software.topcoder.com/review/actions/ViewProjectDetails?pid=30135238 |
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.
The text was updated successfully, but these errors were encountered: