You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Off-canvas revealOn option is infered from its class (.reveal-on-medium == revealOn: 'medium',), but the .reveal-on class is not set when revealOn alone is given, while it is required for the off-canvas to be visible.
How to reproduce this bug:
Create an Off-canvas with [data-revealed="true"] and [data-reveal-on=...]
Look, and see......
What should happen:
The Off Canvas is visible.
What happened instead:
The Off Canvas takes the place but is not visible.
ncoden
changed the title
[Off Canvas] Off canvas is visible with revealOn option passed without .reveal-on classes
[Off Canvas] Off canvas not visible with revealOn option passed without .reveal-on classes
Jan 17, 2018
ncoden
added a commit
to ncoden/foundation-sites
that referenced
this issue
Jan 17, 2018
…n-option-10867 for v6.5.0
ee3399b Revert "fix: prevent side-effect from .stack-for in media-object"
594cf65 fix: fix off-canvas option `revealOn` when used without classes foundation#1086723da69d test: add visual test for off-canvas revealOn option
5255360 fix: fix merge fail in off-canvas
a2d431a fix: fix Off-canvas `revealOn` option when used with `revealClass` option
05697a0 fix: fix regexp check for revealClass option in Off-Canvas
72f7e40 feat: expose RegExpEscape
13202d0 test: add tests for `RegExpEscape`
Signed-off-by: Nicolas Coden <nicolas@ncoden.fr>
The Off-canvas
revealOn
option is infered from its class (.reveal-on-medium
==revealOn: 'medium',
), but the.reveal-on
class is not set whenrevealOn
alone is given, while it is required for the off-canvas to be visible.How to reproduce this bug:
[data-revealed="true"]
and[data-reveal-on=...]
What should happen:
The Off Canvas is visible.
What happened instead:
The Off Canvas takes the place but is not visible.
Foundation Version(s) you are using:
Foundation v6.4.3
Test case link:
https://codepen.io/ncoden/pen/Rxevga
The text was updated successfully, but these errors were encountered: