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

Edge: Buttons seems to have some glitch #35

Closed
andrej-szontagh opened this issue Oct 7, 2018 · 2 comments
Closed

Edge: Buttons seems to have some glitch #35

andrej-szontagh opened this issue Oct 7, 2018 · 2 comments
Assignees
Labels
bug Something isn't working in progress ..

Comments

@andrej-szontagh
Copy link
Owner

Simply, the buttons appear to not switch instantly (like hover links).

Also sometimes when hovering over gallery images and clicking to show the lightbox all gallery buttons are enabled .. visually but dev tools show correct states. It's weird.

@andrej-szontagh andrej-szontagh added the bug Something isn't working label Oct 7, 2018
@andrej-szontagh andrej-szontagh self-assigned this Oct 7, 2018
@andrej-szontagh
Copy link
Owner Author

It seems having something to do with the lightbox. When lightbox is commented out I cannot reproduce the bug. However it looks like the filter is not applied at all on the elements even if the dev tools show everything is how it suppose to be and filter is set. But when changing the "on" filter to extreme contrast it only shows in normal interaction and not when the bug appears so it rather looks like an Edge bug.

@andrej-szontagh
Copy link
Owner Author

The problem seems to be related to position:fixed on elements within another fixed positioned element. So we switched to position:absolute and the problem is gone.

andrej-szontagh added a commit that referenced this issue Oct 8, 2018
#39 - gulp-uglify seems not being able to handle optional function parameters.
#35 - Edge: Buttons seems to have some glitch
#26 - Touch events doesn't work on the whole "\ Contact Me" button it works only on "Contact" part.
#24 - Remove font files from the source directory
#22 - Can click on the "Contact" button when hidden over overlay
#21 - Terms&Condition hover button needs to be switched to press button when scrolling is necessary.
#20 - Cannot use scrollbar directly when overlay is visible
#19 - Fix Terms&Conditions button disappearing, responsive layout / media query update.
#18 - Font weights seems inconsistent across browsers
#16 - Disable content scrolling in certain situations
#15 - Fix jumping scrollbar problem
#13 - Remove all ":hover" CSS (doesn't work on mobile
#11 - Test website on all major browsers on both desktop and mobile versions.
#4  - Open image thru visible overlay.
#3  - E-mail banner doesn't look good on mobile
#2  - Hide irrelevant UI elements when overlay is active.
#1  - Asynchronous "lazy" image loading
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working in progress ..
Projects
None yet
Development

No branches or pull requests

1 participant