Needs work
Project:
Drupal core
Version:
main
Component:
CSS
Priority:
Minor
Category:
Bug report
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
5 Dec 2017 at 09:15 UTC
Updated:
9 Oct 2024 at 08:42 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
martijn de witComment #3
martijn de witIt seems that not only dialog.css is setting the padding to zero, also the system tray theme css is setting the padding back to zero.
Updated the patch to remove the padding:0; in dialog.css and off-canvas.theme.css.
Comment #5
martijn de witnew patch for 8.5
Comment #6
martijn de witComment #7
andrewmacpherson commentedThanks for tagging this as an acccessibility issue, I wasn't aware it had been filed.
Can you post screenshots of the difference that the patch makes?
Comment #8
martijn de witMaybe this is more a usability issue than an accessibility issue, not sure...


Here is a screenshot with the patch applied. As you can see the handler for resizing is now available. With out the patch the resize option is not accessible with the cursor and the whole resize feature can not be used. In code it is enabled.
Comment #9
martijn de witComment #10
martijn de witComment #11
martijn de witComment #12
martijn de witComment #13
martijn de witComment #14
martijn de witComment #15
andrewmacpherson commentedComment #16
andrewmacpherson commentedNeeds a re-roll because the off-canvas.theme.css moved from the settings tray module to core/misc/dialog/
The patch in #5 is changing the style of off-canvas dialogs in the module CSS, but it's changing the style of ALL dialogs in the Classy theme. That doesn't sound intentional. Note: the Classy theme doesn't yet have any custom styling for the off-canvas dialog, so perhaps we should add an off-canvas.css to Classy?
Comment #17
andrewmacpherson commentedComment #19
visabhishek commentedJust re-rolled the patch.
Comment #20
hoemmawelt commentedI'm a bit confused.
For me, the Ui-Resizable-W handler is accessible, but only in the "ui-dialog-titlebar". There is a simple reason for that. The ui-front element has a z-index with the value "100". The Ui-size thumb has a z-index of „90“. Increasing the value to „100“ (in reziable-min.js) allows the handler to be accessed on the entire off-canvas element .
But maybe I misunderstand the issue?
Comment #21
hoemmawelt commentedComment #22
hoemmawelt commentedComment #27
djsagar commentedJust re-rolled the patch for 9.2.x-dev.
Please review,
Thanks!
Comment #29
gauravvvv commentedPatch attached.
Comment #30
gauravvvv commentedComment #33
sagarchauhan commentedAdded patch to address failed test and also remove padding from Claro theme similar to others.
Comment #34
sagarchauhan commentedComment #38
needs-review-queue-bot commentedThe Needs Review Queue Bot tested this issue. It either no longer applies to Drupal core, or fails the Drupal core commit checks. Therefore, this issue status is now "Needs work".
Apart from a re-roll or rebase, this issue may need more work to address feedback in the issue or MR comments. To progress an issue, incorporate this feedback as part of the process of updating the issue. This helps other contributors to know what is outstanding.
Consult the Drupal Contributor Guide to find step-by-step guides for working with issues.
Comment #39
sahil.goyal commented#33 is not longer applies to the current version 10.1.x as such theme are no longer been available with the D10 rather than the claro with having dialog in. So reroll the patch and attaching reroll_diff.
Comment #40
gauravvvv commentedUpdated attributions
Comment #41
sahil.goyal commentedNeed to built css, facing some issue with yarn, please built css using yarn and update it, Thanx.
Comment #42
akram khanadded updated patch fixed CCF #39 and address #41
Comment #43
akram khanComment #44
smustgrave commentedThe issue summary should be updated as this mentions when classy was a base theme, but since classy has been removed from core how is it triggered now? Is this verified an issue in claro?
With a UI issue before/after screenshots will be needed.
Comment #46
sheetal.pathak commentedHi
As per last comment I have verified this issue in Claro and olivero themes as we don’t have classy theme now in core.
Issue is not reproducing in both themes. Resizing handlers works fine.
Drupal version - 11.x-dev
Themes -Claro , Olivero