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

gog.com - The "Add to cart" button disappears after moving the mouse upon hover #57125

Closed
webcompat-bot opened this issue Aug 25, 2020 · 2 comments
Labels
browser-firefox engine-gecko The browser uses the Gecko rendering engine os-linux Issues only happening on Linux. priority-normal severity-important A non-core broken piece of functionality, not behaving the way you would expect.
Milestone

Comments

@webcompat-bot
Copy link

webcompat-bot commented Aug 25, 2020

URL: https://gog.com

Browser / Version: Firefox 82.0
Operating System: Linux
Tested Another Browser: Yes Chrome

Problem type: Design is broken
Description: Items not fully visible
Steps to Reproduce:
There are big game tiles, each with "Add to card button". When you hover over it, and then move out the cursor, the whole button dissappears. This happens both with and without WebRender on FF Nightly. This doesn't happen on Chrome - the button is always visible.

View the screenshot Screenshot
View the screenshot Screenshot
Browser Configuration
  • None

From webcompat.com with ❤️

@webcompat-bot webcompat-bot added the action-needsmoderation The moderation has not yet been completed label Aug 25, 2020
@webcompat-bot webcompat-bot added this to the needstriage milestone Aug 25, 2020
@webcompat-bot webcompat-bot added the browser-fixme This requires manual assignment for the browser name label Aug 25, 2020
@webcompat-bot webcompat-bot changed the title In the moderation queue. gog.com - design is broken Aug 26, 2020
@webcompat-bot webcompat-bot added browser-firefox engine-gecko The browser uses the Gecko rendering engine priority-normal and removed action-needsmoderation The moderation has not yet been completed browser-fixme This requires manual assignment for the browser name labels Aug 26, 2020
@softvision-oana-arbuzov
Copy link
Member

softvision-oana-arbuzov commented Aug 26, 2020

Thanks for the report, I was able to reproduce the issue. The button disappears or flickers when the slideshow transition occurs.
AddToCartGone

Affected area:

<button ng-show="!tile.data.isInCart &amp;&amp; '1'" class="
                            big-spot__button
                                                                                     js-product-tile__button" gog-track-event="{ eventCategory: 'bigSpot', eventAction: 'click', eventLabel: 'addToCart' }">
	<div class="big-spot__button-content">
		<svg class="big-spot__add-to-cart-icon">
			<use xlink:href="/svg/cc041adc.svg#button-add-to-cart"></use>
		</svg>
		<div class="big-spot__button-text">
                                Add to cart                            </div>
	</div>
</button>

Tested with:
Browser / Version: Firefox Nightly 82.0a1 (2020-08-25)
Operating System: Windows 10 Pro

Moving to Needsdiagnosis for further investigation.

@softvision-oana-arbuzov softvision-oana-arbuzov changed the title gog.com - design is broken gog.com - "Add to Cart" button disappears on hover Aug 26, 2020
@softvision-oana-arbuzov softvision-oana-arbuzov added severity-important A non-core broken piece of functionality, not behaving the way you would expect. os-linux Issues only happening on Linux. labels Aug 26, 2020
@cipriansv cipriansv changed the title gog.com - "Add to Cart" button disappears on hover gog.com - The "Add to cart" button disappears after moving the mouse upon hover Aug 26, 2020
@ksy36
Copy link
Contributor

ksy36 commented Aug 26, 2020

This is a regression caused by enabling partial pre-render by default in nightly. I've filed https://bugzilla.mozilla.org/show_bug.cgi?id=1661316, so lets close this as a duplicate

@ksy36 ksy36 closed this as completed Aug 26, 2020
@ksy36 ksy36 modified the milestones: needsdiagnosis, duplicate Aug 26, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
browser-firefox engine-gecko The browser uses the Gecko rendering engine os-linux Issues only happening on Linux. priority-normal severity-important A non-core broken piece of functionality, not behaving the way you would expect.
Projects
None yet
Development

No branches or pull requests

3 participants