Closed (fixed)
Project:
Layout Builder Modal
Version:
8.x-1.x-dev
Component:
User interface
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
21 Apr 2021 at 15:54 UTC
Updated:
11 May 2021 at 17:54 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #3
mark_fullmerThanks for the report and the proposed fix, lreynaga!
I can confirm that I can reproduce the issue, and I agree that it should be fixed.
As far as the implementation proposed above and in the merge request, I have two suggestions:
1. The change should go in
details.scssrather thanelements.scss2. I think that the addition of
display: list-item;should work for all browsers, so I'd prefer it to be a general declaration, rather than scoped only to@-moz-document url-prefix(). This should be verified in Chrome, Safari, and Edge, however.Comment #4
lreynaga commentedThank you for the input mark_fullmer.
I have undone the changes previously added and made the adjustment in the
details.scssfile and re-run thenode-sassscript.FWIW, I have verified the change is consistently being pulled in FF, Chrome and Safari, I am having issues while installing Edge on Mac, so I'll let reviewers cover that for me if possible. I'll keep trying to install and report back my findings there, but consistency so far makes me think it will work fine:
Comment #5
lreynaga commentedComment #7
mark_fullmerI checked this in MS Edge and confirmed that while the existing code is not problematic, the addition of
display:list-itemdoesn't introduce any regressions, and I still maintain that it's better to use that consistently across all browsers rather than scoping this to Firefox with@-moz-document url-prefix()Thanks for the fix!
Comment #8
mark_fullmer