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

ek.ua - Unable to view all options in "Filter" menu #51358

Closed
webcompat-bot opened this issue Apr 9, 2020 · 3 comments
Closed

ek.ua - Unable to view all options in "Filter" menu #51358

webcompat-bot opened this issue Apr 9, 2020 · 3 comments
Labels
browser-fenix engine-gecko The browser uses the Gecko rendering engine priority-normal severity-critical The site or core functionality is unusable, or you would probably open another browser to use it.
Milestone

Comments

@webcompat-bot
Copy link

webcompat-bot commented Apr 9, 2020

URL: https://ek.ua/list/122/

Browser / Version: Firefox Mobile 76.0
Operating System: Android
Tested Another Browser: Yes Chrome

Problem type: Design is broken
Description: Items not fully visible
Steps to Reproduce:
Right block with filters not scrollable to end
not working in all version of mobile firefox

Browser Configuration
  • None

From webcompat.com with ❤️

@webcompat-bot webcompat-bot added the action-needsmoderation The moderation has not yet been completed label Apr 9, 2020
@webcompat-bot webcompat-bot added this to the needstriage milestone Apr 9, 2020
@webcompat-bot webcompat-bot added the browser-fixme This requires manual assignment for the browser name label Apr 9, 2020
@webcompat-bot webcompat-bot changed the title In the moderation queue. ek.ua - design is broken Apr 10, 2020
@webcompat-bot webcompat-bot added browser-fenix engine-gecko The browser uses the Gecko rendering engine and removed action-needsmoderation The moderation has not yet been completed browser-fixme This requires manual assignment for the browser name labels Apr 10, 2020
@softvision-oana-arbuzov
Copy link
Member

Thanks for the report, I was able to reproduce the issue.
image

Steps to reproduce:

  1. Navigate to
  2. Tap "Подбор по параметрам" button (top blue bar).
  3. Scroll down the list of options and observe behavior.
    Expected results:
    All options are visible.

Expected results:
Last options are not visible.

Affected area:

<div class="h2 h2-open" id="preset_t_podbor_year&quot;" jclose="presetpodbor_year" jtype="click">
	<em>По году выпуска</em>
</div>

Note:

  1. Not reproducible on Chrome.
  2. Reproducible on Firefox regardless if TP is enabled or not.
  3. Reproducible also in RDM.

Tested with:
Browser / Version: Firefox Preview Nightly 200405 (🦎 76.0a1-20200403063228), Firefox Release 68.7.0
Operating System: Huawei P20 Lite (Android 8.0.0) - 1080 x 2280 pixels, 19:9 ratio (~432 ppi density), Samsung Galaxy S6 Edge (Android 7.0) - 1440 x 2560 pixels (~577 ppi pixel density)

Moving to Needsdiagnosis for further investigation.

@softvision-oana-arbuzov softvision-oana-arbuzov changed the title ek.ua - design is broken ek.ua - Unable to view all options in "Filter" menu Apr 10, 2020
@softvision-oana-arbuzov softvision-oana-arbuzov added priority-normal severity-critical The site or core functionality is unusable, or you would probably open another browser to use it. labels Apr 10, 2020
@miketaylr
Copy link
Member

miketaylr commented Apr 10, 2020

I don't know why (it's not working), but the it seems like the page is relying on the 140px bottom padding in this rule to create space between the fixed position button and the last list item:

#right-menu .filter_scroll {
 display:block;
 -webkit-overflow-scrolling:touch;
 overflow:hidden;
 overflow-y:auto;
 position:absolute;
 left:0;
 width:100%;
 height:100%;
 padding:10px 20px 140px
}

@miketaylr
Copy link
Member

Took me a while to find it, but this is https://bugzilla.mozilla.org/show_bug.cgi?id=748518

@miketaylr miketaylr modified the milestones: needsdiagnosis, duplicate Apr 10, 2020
@karlcow karlcow closed this as completed May 6, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
browser-fenix engine-gecko The browser uses the Gecko rendering engine priority-normal severity-critical The site or core functionality is unusable, or you would probably open another browser to use it.
Projects
None yet
Development

No branches or pull requests

4 participants