Issues with Firefox
In this article
Parallax + blur on scroll
Affected browser(s) | Mac Firefox |
Affected slider type | All |
Official bug report | View |
Status | Awaiting for fix |
Available workaround | No |
Problem description
Slide background images flicker during page scroll, when they're blurred and the parallax effect is used on them.
Zoom problem
Affected browser(s) | Windows Firefox |
Affected slider type | All |
Official bug report | View |
Status | Awaiting for fix |
Available workaround | No |
Problem description
When zoomed to 90% the slider background can't cover the slider properly. the problem only occurs on 90% zoom.
Rendering issue
Affected browser(s) | All Firefox |
Affected slider type | All |
Official bug report | View |
Status | Awaiting for fix |
Available workaround | No |
Problem description
At the Split Slider demo sometimes the menu disappears because of a Firefox rendering issue.
Hovered layer disappears
Affected browser(s) | All Firefox |
Affected slider type | All |
Official bug report | View |
Status | Awaiting for fix |
Available workaround | Remove hoverable element |
Problem description
When you hover over a layer, because of the same rendering issue mentioned before, Firefox will make some elements disappear on hover because of the most basic CSS codes, like:
a:hover { color: blue; }
An available workaround is not to use hoverable elements, like <a> links. Our layers (for example Button layer, Image layer) are using <a> links, so you shouldn't use them. But Row, Col and Slide elements are only using JavaScript links, what you could use.
Blur on page with scrolltop on Mobile
Affected browser(s) | Android Firefox |
Affected slider type | All |
Official bug report | View |
Status | Awaiting for fix |
Available workaround | No |
Problem description
The page becomes jumpy when blurred elements (like the blurred background in case of the Blur fit fill mode) are on the page, during a page scroll top. Only mobile devices are affected