-
Notifications
You must be signed in to change notification settings - Fork 54
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
Chore merge from d8883d7 to 8e5dada #2162
Conversation
✅ Deploy Preview for boosted ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
✅ Deploy Preview for boosted ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
@louismaximepiton I let you review this PR and in the meantime, I'll fix pa11y errors (see https://github.com/Orange-OpenSource/Orange-Boosted-Bootstrap/actions/runs/5656026746/job/15322504889?pr=2162):
It comes from the regeneration of Note: the errors come from the
Full errors
To understand the error, please go to https://codepen.io/julien-deramond/pen/bGQxKej with Chrome and you'll see that without How to fix these issuesIn order not to block this PR for a long time, I chose to:
The idea would be to merge this PR, create an issue for the overflow part in Boosted, and add a comment in #1711. Those 2 waiting for a feedback upstream before making a decision; if the fix is accepted upstream it'll come back naturally in Boosted, otherwise we'll Boosted mod the fixes. |
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.
We should maybe add something in the migration guide about the aria-disabled
thing ?
Should we change the appearance
attribute for QS too ? twbs/bootstrap@1ab75c8 I don't know how to test it properly. But changing its place doesn't seem to bring new errors so I'm a bit lost on this.
Few things to tackle before merging.
<button type="button" class="btn btn-secondary">Button</button> | ||
<button type="button" class="btn btn-secondary">Button</button> | ||
<div class="btn-group" role="group"> | ||
<div class="btn-group dropstart" role="group"> |
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.
[Bootstrap Side] The markup isn't the one shown in the doc for the dropstart.
eda06c3
to
2307b60
Compare
Upstream this change has been made to prevent an issue. Between the commits and the deps updates, there was a moment where the issues were actually there; and I had to do this commit 53652a4. There was no error with the quantity selector so I think we're good. It's reproducible anymore since the deps have changed again in the recent commits. FYI you only had to run |
This comment was marked as resolved.
This comment was marked as resolved.
Co-authored-by: Louis-Maxime Piton <[email protected]>
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.
LGTM!
twbs/bootstrap@6dc18c6: nothing to do here because this example is hidden in Boosted doc (tracked in [Tracking] Dark mode #2140 to be reintegrated with the dark mode support)twbs/bootstrap@2c7f888:twbs/bootstrap@cdcb503: will regenerate it at the end of this PR if possibletwbs/bootstrap@b3da789: we don't have any Cheatsheet example pages in Boostedtwbs/bootstrap@101ff73: we don't have any Carousel example pages in Boostedtwbs/bootstrap@01dacaf: we don't have any Dashboard example pages in Boostedpackage-lock.json
at this momenttwbs/bootstrap@cc5a8a9: we don't have floating labels in Boostedtwbs/bootstrap@11b3806: nothing to do here since our own bundlewatch values were OKtwbs/bootstrap@8e5dada: we don't have any Buttons example pages in Boosted