-
Notifications
You must be signed in to change notification settings - Fork 59
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
FORMS-17591 Broken style of vertical tabs and wizard in editor #1495
base: dev
Are you sure you want to change the base?
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## dev #1495 +/- ##
=========================================
Coverage 82.33% 82.33%
Complexity 963 963
=========================================
Files 107 107
Lines 2485 2485
Branches 339 339
=========================================
Hits 2046 2046
Misses 264 264
Partials 175 175 ☔ View full report in Codecov by Sentry. |
...content/jcr_root/apps/core/fd/components/form/verticaltabs/v1/verticaltabs/verticaltabs.html
Outdated
Show resolved
Hide resolved
.cmp-adaptiveform-wizard__previousNav{ | ||
|
||
} | ||
.cmp-adaptiveform-wizard__previousNav__hidden{ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Shouldn't hidden be a state modifier in BEM (--hidden) if not using data attribute. Btw, why not use the data attribute here?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This BEM already exists, in this PR just enabling to load basic CSS ( like display: none
of inactive tabs) in authoring.
Recently we did some refactoring to avoid loading runtime libraries in authoring, this was missed.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@dmaurya929 Can we change this to modifier, this is incorrect
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes we can change. Wouldn't this will be backward incompatible change. Should I remove or add one more class cmp-adaptiveform-wizard__previousNav--hidden
?
ui.af.apps/src/main/content/jcr_root/apps/core/fd/components/form/wizard/v2/wizard/wizard.html
Outdated
Show resolved
Hide resolved
ui.af.apps/src/main/content/jcr_root/apps/core/fd/components/form/wizard/v1/wizard/wizard.html
Outdated
Show resolved
Hide resolved
...ore/fd/components/form/verticaltabs/v1/verticaltabs/clientlibs/contentframe/css/tabsview.css
Show resolved
Hide resolved
Accessibility Violations Found
|
Accessibility Violations Found
|
Lighthouse scores (mobile)
|
Lighthouse scores (desktop)
|
Accessibility Violations Found
|
1 similar comment
Accessibility Violations Found
|
6803a9a
to
a26fc7a
Compare
Accessibility Violations Found
|
Lighthouse scores (mobile)
|
Lighthouse scores (desktop)
|
Accessibility Violations Found
|
2 similar comments
Accessibility Violations Found
|
Accessibility Violations Found
|
Description
Related Issue
Motivation and Context
How Has This Been Tested?
Screenshots (if appropriate):
Types of changes
Checklist: