Closed (works as designed)
Project:
Drupal core
Version:
11.x-dev
Component:
Umami demo
Priority:
Minor
Category:
Bug report
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
5 Nov 2020 at 23:03 UTC
Updated:
4 Oct 2023 at 14:44 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
guypaddock commentedComment #3
guypaddock commentedThe attached patch seems to fix the issue for 8.x. I've attached a patch I rolled for 9.x but have not tested it yet (we aren't running 9.x).
Comment #4
guypaddock commentedFixed patch file names (wrong issue # was cited).
Comment #5
guypaddock commentedComment #8
anmolgoyal74 commentedUpdating file in classy theme would also need to update the file hash.
Comment #10
komalk commentedWorking on it!
Comment #11
komalk commentedWorked on the failed test case.
Attached the screenshot for reference.
Comment #12
pranali.lanjewar commentedComment #13
djsagar commentedSame issue on macbook also
Comment #14
djsagar commentedI hope this patch resolve this issue globally.
Comment #15
pranali.lanjewar commentedComment #16
djsagar commentedComment #17
kapilv commentedpatch Does not apply.
Comment #18
kishor_kolekar commentedplease review the patch.
Comment #19
kishor_kolekar commentedWrong inter-diff extension please avoid added a new one.
Comment #21
tanmaykadam commentedPlease review the patch.
Comment #22
tanmaykadam commentedComment #23
mitthukumawat commentedI have tested the patch #22 manually and is applied cleanly in drupal 9.3.x-dev version. This has fixed the issue of dotted underline under an asterisks sign in seven theme.
Adding screenshots for reference.
Comment #24
tanmaykadam commentedFixed asterisks issue and properties order issue.
Please review the Patch
Comment #25
tanmaykadam commentedComment #27
vsujeetkumar commentedFixing the fail tests.
Comment #28
tanmaykadam commentedVerified and tested patch #27.
Patch applied successfully and looks good to me.
Comment #29
tanmaykadam commentedComment #30
alexpottThis needs to be fixed in 9.x.
8.x is only open for security fixes at this point and will not be getting normal bug fixes.
A change like this needs testing in multiple browsers and consideration of the impacts on existing devices.
Comment #33
indrajithkb commentedHI @alexpott added the patch with 9.x. Tested with multiple browsers.
Adding SS:
Chrome:

Firefox:

Moving to NR
Comment #39
rinku jacob 13 commentedReviewed and tested last MR 826! , for drupal version 9.5.x. Adding screenshots for the reference
Comment #40
Aamir M commentedComment #41
Aamir M commentedVerified and tested MR 826 on Drupal 9.5.x-dev. Patch applied successfully and looks good to me.
Testing steps:
1. Go to Appearance and select Seven theme (Scroll down and see theme selection filed)> Save configuration
2. Go to Structure> Content Type
3. Click on Manage fields button in front of the Article
4. Select the Manage display tab
5. Rearrange the filed sequence by drag and drop
6. Observe the unsaved message
7. Apply the patch in the Core folder which is available where the drupal 9.5 folder saved
8. Again follow 1-5 steps and observed. Now the dotted line is removed
Testing Result:
1. After applying the patch the dotted line is removed
Can be moved to RTBC
Comment #42
catchPostponing on #3304285: Remove Seven from core, this should probably move to the contributed project once that issue has been committed.
Comment #43
longwaveThe Seven project has been removed from Drupal core. However, it looks like other core CSS including the starter kit and Umami have the same CSS rules in place, so retargeting this issue to the core CSS component.
Marking needs work as the following CSS would appear to need changing here:
Comment #44
longwaveComment #45
ravi.shankar commentedMade changes as per comment #43, please reivew.
Comment #48
mherchelThe Seven theme has now moved to contrib. Moving this issue over there.
Comment #49
mherchelOops. Seeing @longwave's comment in #43, this is happening in several themes.
Moving back to core and updating issue summary
Comment #50
gauravvvv commentedI can confirm this is still happening in D10 in umami and starterkit_theme.
Patch #45 no longer applies to d10. As Classy in no more part of Drupal core.
I have added a patch with required changes, Adding an after patch screenshot for reference. Please review
Comment #51
Manoj Raj.R commentedThe Patch looks good for umami and starterkit_theme.
Looks good to me.
Can be moved to RTBC.
+1 RTBC
Comment #52
sonam.chaturvedi commentedPatch #50 applied successfully on 10.1.x-dev. Patch fixes the issue.
Screenshot same as #51.
RTBC+1
Comment #53
smustgrave commentedCan the issue summary steps be updated?
Tried testing on drupal 10.1 with an Umani theme and could not replicate.
Comment #54
gauravvvv commentedUse
starterkit_themeorUmamias admin theme & Visit /admin/structure/types/manage/page/displayTry to re-arrange the order then you will see Asterisks in "Unsaved Changes" Messages have Dotted Underline
Comment #55
smustgrave commentedJust tested on a fresh install of umami at the exact url provided. No underline.
Comment #56
gauravvvv commentedI have added a screen-recording for reference. please check if it helps.
I am using Umami as admin theme here.
Comment #57
smustgrave commentedSince this seems to only seems to trigger when umami is used as an admin theme, will lean on the framework manager to decide.
Comment #58
gauravvvv commentedThis is happening with Starterkit theme as well.
Comment #59
nayana_mvr commentedHi, I couldn't verify this issue in Umami or Starterkit theme but I am able to reproduce it in Olivero theme. And the patch #50 doesn't fix the issue in Olivero. Attaching screenshot for reference. Maybe someone else can also verify this.
Comment #60
santosh_verma commentedComment #61
aziza_a commentedAs per comment #59 updating the patch for Olivero theme as well
Comment #62
santosh_verma commentedI have reviewed the patch on comment number #61 working fine attaching the screenshot of that but test cases are getting failed @aziza_a can you please check and fix it.
Comment #63
santosh_verma commentedtest cases are getting failed @aziza_a can you please check and fix it.
Comment #64
aziza_a commentedUpdated as per comment #63
Comment #65
aziza_a commentedComment #66
nayana_mvr commentedVerified the patch #64 on Drupal version 10.1.x with Olivero theme. Patch applied cleanly and can confirm that the issue is fixed for Olivero theme. Screenshot attached for reference.

Comment #67
nayana_mvr commentedComment #68
markconroy commentedThis patch seems to fix the issue, however are we _sure_ we want to fix the issue?
If you check in
/core/themes/stable9/css/core/assets/vendor/normalize-css/normalize.csson lines 80-89, we have this:For me, this seems like we are making a deliberate decision to override normalize.css and remove their suggestion of underlining the title. Honestly, i don't have a problem with this and it certainly seems to look much better with the patch from #64 applied. I guess in our case we are deciding to use an * instead of an underline.
I'm going to RTBC this for now, while we wait for a framework manager to make the final decision.
Comment #69
larowlanFixing tag.
If this only happens when you're using frontend themes as admin themes, my inclination is to mark it as closed works as designed, but will defer to frontend framework managers.
Comment #71
dsandhya commentedI have created this patch for 10.1.x-dev olivero theme and its working fine. Please verify.
Comment #73
markconroy commentedSetting back to 'Needs review' to see if #64 passes, but also so we might get some feedback from a frontend framework manager given our concerns from #68 and #69
Comment #74
nilesh.k commentedHi,
Verified patch #64 on Drupal version 10.1.x with the Olivero theme. The patch applied cleanly, and I can confirm that the issue is fixed for the Olivero theme. I have attached a screenshot for reference.
Comment #75
nilesh.k commentedAdded wrong SS replacing new SS
Comment #76
markconroy commentedGreat, thanks @nilesh.k
Let's move this back to RTBC pending a frontend framework manager review to check the comments in #68 and #69
Comment #77
markconroy commentedComment #78
xjmThanks folks for working on this. It is a bug and I don't think it needs to be wontfix. I also don't think we need the FEFMs to tell us whether such a small bug should be fixed or not. I think what we actually need is an Olivero maintainer's review. :)
Also, we shouldn't RTBC things that aren't actually committable. It's okay to RTBC it with "Needs X manager review" if it is otherwise committable (passing tests, peer-reviewed, has consensus, etc.).
The patch in #71 has real failures and does not need to be retested a thousand times; it needs to update the PostCSS and have the CSS recompiled.
The merge request also appears to be older than most of the patches, and should be closed if it is outdated. We really shouldn't post patches, then merge requests, then more patches. It creates a lot of confusion.
Thanks!
Comment #79
gauravvvv commentedFixed the build error in #64, attached interdiff for same.
Comment #80
xjmThanks @Gauravvvv!
I still need someone to close the merge request if it's irrelevant, or if they don't have permission, to state unequivocally that the MR is defunct (and why we switched back to patches) so that I can close it myself. Thanks!
Comment #81
smustgrave commentedBelieve the MR is probably stale at this point.
But how come #71 was skipped for #64?
Also @larowlan posted
Comment #82
markconroy commentedJust a note for anyone reading this/working on this. The conversation seems to have moved towards talking about Olivero, but this issue/patch is for Olivero and Umami theme and starterkit_theme.
That said, "works as designed" seems the right status for this.
Comment #83
smustgrave commentedBoth @larowlan (Framework manager) and @markcontroy (Umami submaintainer) both seemed to think this is working as designed.
If any strong disagreement please reopen explaining why.