web-bugs icon indicating copy to clipboard operation
web-bugs copied to clipboard

www.seznam.cz - Cookies consent popup options are not visible

Open webcompat-bot opened this issue 2 years ago • 3 comments

URL: https://www.seznam.cz/nastaveni-souhlasu/

Browser / Version: Firefox Mobile 105.0 Operating System: Android 12 Tested Another Browser: No

Problem type: Site is not usable Description: Buttons or links not working Steps to Reproduce: Confirmation button cannot be "clicked" because is behind adress bar (bottom position)

View the screenshot Screenshot
Browser Configuration
  • gfx.webrender.all: false
  • gfx.webrender.blob-images: true
  • gfx.webrender.enabled: false
  • image.mem.shared: true
  • buildID: 20220730092553
  • channel: nightly
  • hasTouchScreen: true
  • mixed active content blocked: false
  • mixed passive content blocked: false
  • tracking content blocked: false

View console log messages

From webcompat.com with ❤️

webcompat-bot avatar Aug 05 '22 21:08 webcompat-bot

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

Steps to reproduce:

  1. Navigate to https://www.seznam.cz/nastaveni-souhlasu/
  2. Scroll down the page.
  3. Tap "Nastavit personalizaci" button.
  4. After the popup loads, scroll down.
  5. Observe available options.

Expected results: The options are visible.

Actual results: The options are not visible.

Note:

  1. The issue is not reproducible on Chrome.
  2. The issue is reproducible on Firefox regardless of the ETP status.

Tested with: Browser / Version: Firefox Nightly 105.0a1 (🦎 105.0a1-20220807070028), Firefox Release 103.2.0 (🦎 103.0.2-20220802163236) Operating System: Google Pixel 5 (Android 12) - 1080 x 2340 pixels, 19.5:9 ratio (~432 ppi density), Samsung Galaxy S8 (Android 9) - 1440 x 2960 pixels, 18.5:9 ratio (~570 ppi density)

Moving to Needsdiagnosis for further investigation.

[qa_32/2022]

softvision-oana-arbuzov avatar Aug 08 '22 13:08 softvision-oana-arbuzov

Looks like the difference here is that height: -webkit-fill-available gets applied in Chrome, but since it's a webkit specific rule and is not honored in Firefox, the height of popup defaults to 100vh, which ends up overflowing the viewport. If I remove height: -webkit-fill-available in Chrome, the behavior starts matching Firefox.

Screen Shot 2022-08-12 at 3 11 11 PM

We should contact the site to see if they could change this. Setting height: 100% to .scmp-layer will fix the issue. Maybe we can add an intervention here since this is an important site.

ksy36 avatar Aug 12 '22 19:08 ksy36

The issue is no longer reproducible with the INTERVENTION turned OFF. If the INTERVENTION is turned ON, the issue reproduces.

Link to follow: https://o.seznam.cz/ochrana-udaju/personalizace-obsahu-a-reklamy/personalizovana-reklama/

We appreciate your report. I was not able to reproduce the issue.

Tested with:

Browser / Version: Firefox Nightly 107.0a1 (2015907627-🦎107.0a1-20221002093240🦎) Operating System: Samsung A51 (Android 11) -1080 × 2400 pixels 20:9 aspect ratio (~405 ppi density) Operating System: Google Pixel 3 (Android 12) -1080 x 2160 pixels, 18:9 ratio (~443 ppi density)

I've created a Bugzilla task for this : https://bugzilla.mozilla.org/show_bug.cgi?id=1793601

Closing this as FIXED.

[inv_40/2022]

softvision-raul-bucata avatar Oct 04 '22 12:10 softvision-raul-bucata