Docs cleanup needed #42337
Replies: 4 comments 1 reply
-
|
Thanks a lot for your review, @sgilberg. A few months ago, @mdo and I started a private document to track issues ahead of the v6 rollout. I can recognize several of them in your notes, and a few seem new, so this is really helpful. Thanks again for taking the time to share this. I’ll sync with @mdo to decide whether we should start opening individual issues or discussions so we can track everything more precisely and transparently. |
Beta Was this translation helpful? Give feedback.
-
|
@julien-deramond I appreciate your response! It's quite a complex project, so I understand that the question of how best to track such issues may not be super straightforward. I do think, to the extent possible, if the docs examples could be kept up to date with current v6 functionality, that would facilitate better quality feedback from folks like myself who are interested in its release, and limit the number of false positive issue reports. Let me know if I can be of further help in this endeavor. |
Beta Was this translation helpful? Give feedback.
-
|
Hi @julien-deramond I'm amazed at how much of this has been cleaned up so fast! I'm seeing that even the items not-yet-crossed-out above are mostly already fixed. Amazing. FYI, a couple things I still see in play:
|
Beta Was this translation helpful? Give feedback.
-
|
FYI @julien-deramond @mdo for the OTP connected inputs, I figured out why I was still seeing some of the inputs squared off on the right end. It's not inherent to the docs or the styling, but I have a password manager extension which adds a hidden |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi Bootstrap team, I've taken a spin through the v6 docs in progress, and I'm excited about a number of the updates and new features (though admittedly a bit daunted by the migration ahead). I discovered a number of UI issues in the docs, many of which are probably just a matter of needing to update the example code to match the new functionality, but it's possible some indicate underlying issues in components. I had started to try to fix a couple via a PR but quickly realized I wasn't familiar enough with the system and some things (like breakpoints) will need a broader refactor.
ContentProseMinor copy edit under "How it works": "designed for long form content that originates from source Markdown files"- (fixed by Docs: fix 'originals' → 'originates' typo in Prose page #42338)Forms
Chip InputOverview states these are statically sized, but there is a Sizing section below that one (where, despite labeling, all sizes appear the same). Should this section be removed?(fixed by v6: Form cleanup & new--radius-*tokens/classes #42356)Chip used in disabled input can't be dismissed, but it still highlights and changes the cursor to pointer on hover, which seems a little misleading.Components
AlertIn Live Example section, nothing happens when "Show live alert" is pressed(see [v6] "Show live" buttons don't work for Alert and Toast #42340)ProgressSpacing is needed between progress bars in all examples where they are stacked (especially important when showing difference between 1px and 20px height). I see that the v5 docs achieve this via sass adding a 1rem top margin to(fixed by Docs: add gap to Progress examples #42344).bd-example > .progress + .progressand I think the same could be done here.DialogOverlays inside Dialogs example has a Popover that sticks when you open it, and "Show toast" doesn't appear to do anything (see [v6] "Show live" buttons don't work for Alert and Toast #42340). These might be connected to broader issues with these overlays (see below).Slide down and slide up examples seem to be switched? At least they appear to me to be doing the opposite directionOverflow scroll example doesn't scroll as describedSwapping dialogs says "Notice the backdrop stays visible - no flash!" but I'm seeing a flash when navigating from one to the nextDrawerButtons in Footer appear to overlap the bottom edge of the drawerFixed in v6-devPopoverExample popovers can't be dismissed - tried clicking in, around, on the toggle button(see [v6] Popover can't be dismissed #42339)ToastExample not working - "show live toast" does nothing(see [v6] "Show live" buttons don't work for Alert and Toast #42340)Also the preview boxes of most of the examples on this page appear to be blank.Unsure if this was an issue before? Seems fixed.nav-pills(vsnav-tabsornav-underlinewhich are working).CardFixed issues in v6: Card updates, usevar(--spacer)over$spacermore #42354.Examples of cards with centered text still have button aligning left ("header and footer" example, and "Navigation" examples)Cards in "Theme variants" section appear very narrow, hard to read the text in themCard layout -> Masonry section references v4 vs v5, can this section be removed in v6 docs? Or do we want to keep it but update the reference?List groupHorizontal responsive variant classes need to be updated to prefix-style e.g.(tackled in Docs: use correctly breakpoints as prefixes for utility classes, and docs content #42347)sm:list-group-horizontaletc. (This was the one I tried to fix but quickly discovered that the breakpoints in the docs likely need a larger refactor to adopt the new prefix style. There are a number of similarly affected spots when I search the docs code, e.g. responsive tables)InteractionsAccordionFirst example,(fixed by Docs: add missingAccordion Item #1content says "It is shown by default because theopenattribute is present", but it's closed by default. I notice the code below it is missing theopenattribute.openattribute to first Accordion example #42345)HelpersFocus RingClicking focus ring buttons does nothing. Only shows when tabbing via keyboard.(see [v6] Focus ring doesn't appear when clicked #42342)All focus rings look the same (blue), despite different color descriptions.(see [v6] Focus ring always has the primary color #42343)Beta Was this translation helpful? Give feedback.
All reactions