- 🇺🇸United States smustgrave
If this is suppose to use nesting shouldn't
[dir="rtl"] .claro-autocomplete__message {
.js .form-autocomplete {
be nested?
- Status changed to Needs review
about 2 years ago 7:33am 1 February 2023 - 🇮🇳India gauravvvv Delhi, India
Updated few selectors and improved nesting. Please review
- Status changed to RTBC
about 2 years ago 3:12pm 1 February 2023 - 🇺🇸United States smustgrave
Nesting appears to be correct.
Checking that the .css file is unchanged, to show nothing actually changed, and only change
+.js[dir="rtl"] .form-autocomplete { + background-image: url("data:image/svg+xml,%3csvg width='40' height='20' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12 1c4.54-.173 8.188 4.787 6.687 9.068-1.176 4.384-6.993 6.417-10.637 3.7-.326-.39-.565.276-.846.442l-3.74 3.739-1.413-1.414 4.35-4.35C3.59 8.717 5.25 2.938 9.462 1.475A7.003 7.003 0 0112 1zm0 2c-3.242-.123-5.849 3.42-4.777 6.477.842 3.132 4.994 4.58 7.6 2.65 2.745-1.73 2.9-6.125.285-8.044A5.006 5.006 0 0012 3z' fill='%23868686'/%3e%3c/svg%3e"); + background-position: 0 50%; +}
Seems to just have moved which I don't see as an issue.
- Status changed to Needs work
about 2 years ago 11:25am 8 February 2023 - 🇺🇸United States bnjmnm Ann Arbor, MI
+++ b/core/themes/claro/css/components/autocomplete-loading.module.pcss.css @@ -61,7 +68,9 @@ +[dir="rtl"] { + & .claro-autocomplete__message { + right: auto; + left: 0; + }
One of the requests of this issue is to use logical properties where possible. This RTL styling can be removed entirely by changing the LTR version to use inset-inline-end instead of right https://developer.mozilla.org/en-US/docs/Web/CSS/inset-inline
- Status changed to Needs review
about 2 years ago 4:40am 9 February 2023 - Status changed to Needs work
about 2 years ago 5:08pm 9 February 2023 - 🇺🇸United States smustgrave
There are still other references to [dir="rtl"] should they not be removed?
And this was previously tagged for a follow up if that can be addressed? Think there was something in the #frontend channel but not sure.
- Status changed to Needs review
about 2 years ago 11:57am 21 February 2023 - 🇮🇳India gauravvvv Delhi, India
There are still other references to [dir="rtl"] should they not be removed?
here RTL is adding a new icon, so I don't think so we should remove it.
I have added a patch with some more css refactor. Added before and after patch screenshot. Please review[dir="rtl"] { & .form-autocomplete { background-image: url(../../images/icons/868686/magnifier-rtl.svg);
- 🇺🇸United States smustgrave
Don't think the follow up is needed anymore.
Thanks.
The last submitted patch, 25: 3294001-25.patch, failed testing. View results →
- First commit to issue fork.
- @thakursachin05 opened merge request.
- Status changed to RTBC
almost 2 years ago 3:41am 24 April 2023 - last update
almost 2 years ago 29,302 pass - last update
almost 2 years ago 29,300 pass - last update
almost 2 years ago 29,366 pass - last update
almost 2 years ago 29,366 pass - last update
almost 2 years ago 29,367 pass - last update
almost 2 years ago 29,374 pass - last update
almost 2 years ago 29,379 pass - last update
almost 2 years ago 29,380 pass - last update
almost 2 years ago 29,380 pass - last update
almost 2 years ago 29,388 pass - last update
almost 2 years ago 29,388 pass 32:31 29:39 Running- last update
almost 2 years ago 29,388 pass 47:32 46:21 Running- Open on Drupal.org →Environment: PHP 8.1 & MySQL 5.7last update
almost 2 years ago Waiting for branch to pass - last update
over 1 year ago 29,392 pass, 1 fail The last submitted patch, 25: 3294001-25.patch, failed testing. View results →
- Status changed to Needs review
over 1 year ago 6:53am 6 June 2023 - last update
over 1 year ago Patch Failed to Apply - last update
over 1 year ago 29,417 pass - Status changed to RTBC
over 1 year ago 2:31pm 6 June 2023 - last update
over 1 year ago Patch Failed to Apply - last update
over 1 year ago Patch Failed to Apply - last update
over 1 year ago Patch Failed to Apply - last update
over 1 year ago Patch Failed to Apply - last update
over 1 year ago Patch Failed to Apply - last update
over 1 year ago Patch Failed to Apply - last update
over 1 year ago Patch Failed to Apply - Status changed to Needs work
over 1 year ago 4:45am 19 June 2023 The Needs Review Queue Bot → tested this issue. It no longer applies to Drupal core. Therefore, this issue status is now "Needs work".
This does not mean that the patch needs to be re-rolled or the MR rebased. Read the Issue Summary, the issue tags and the latest discussion here to determine what needs to be done.
Consult the Drupal Contributor Guide → to find step-by-step guides for working with issues.
- last update
over 1 year ago 29,563 pass - First commit to issue fork.
- Merge request !5833Refactor Claro's autocomplete-loading.module stylesheet → (Closed) created by shmy
- Status changed to Needs review
about 1 year ago 5:49am 16 December 2023 - Status changed to Needs work
about 1 year ago 4:12pm 21 December 2023 - 🇺🇸United States smustgrave
Need to know what was changed in #35, no interdiff was provided or comment
#25 was previously RTBC not #35.
- Status changed to Needs review
about 1 year ago 4:40am 26 December 2023 - 🇮🇳India gauravvvv Delhi, India
Patch #25 still applies; there is no need for new patches. I have added an interdiff between Patch #25 and #35. In Patch #35, logical properties that are not needed here are being removed.
- 🇺🇸United States smustgrave
smustgrave → changed the visibility of the branch 10.1.x to hidden.
- 🇺🇸United States smustgrave
smustgrave → changed the visibility of the branch 11.x to hidden.
- Status changed to RTBC
about 1 year ago 5:42pm 28 December 2023 - 🇺🇸United States smustgrave
Agreed, hiding the MRs and patches after 25. If there is something wrong with it then it should be noted.
- last update
about 1 year ago 29,722 pass - last update
about 1 year ago 29,722 pass - last update
about 1 year ago 29,722 pass - last update
about 1 year ago 29,722 pass - last update
about 1 year ago 29,722 pass - last update
about 1 year ago 29,722 pass - Status changed to Fixed
about 1 year ago 11:17am 19 February 2024 Automatically closed - issue fixed for 2 weeks with no activity.