Needs work
Project:
Scheduled Transitions
Version:
2.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
8 Aug 2019 at 13:55 UTC
Updated:
14 Dec 2023 at 15:34 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
idebr commentedAttached patch associates the existing 'Execute transition' text with the dropdown using
aria-labelledbyattribute.Comment #3
idebr commentedComment #4
rp7 commentedIs there a specific reason why this is just not a regular form label? (same Q for "on date" text)
Comment #5
idebr commentedThe addition of Claro as a Drupal Core administration theme introduces a new challenge for displaying the form elements. It turns out using default form API elements results in improved visual coherence:
Before:
After:
Attached is a new approach, so no interdiff.
Comment #6
idebr commentedComment #7
lendudeProbably the same reason that causes the miss alignment in HEAD, makes #6 look not great in Seven. Don't thinks it's worse than HEAD, just different 'not great'.
Really like how it looks in Claro though. And much cleaner then the #markup with the HTML tags in the translatable string.
Comment #8
dpiThis is a change from the previous design language where text and form fields were intermixed to appear like an english sentence more than a bunch of form fields on approximately the same horizontal line.
I agree how it looks in Claro is a reasonable direction forward.
We need to ensure this looks fine on both core themes, so NW.
Also, we should make sure the form looks reasonable with a highly used contrib admin theme, such as Adminimal / Thunder / Material Admin.
Comment #9
lendudeJust a reroll for now
Comment #10
lendudeAnother reroll for 2.x
Comment #11
snehal-chibde commentedhello, we have a duplicate issue created https://www.drupal.org/project/drupal/issues/3383638 under core issues.
I was working on this issue and applied patch #10 and it is still looking off for admin themes like gin, Thunder ( as it was mentioned to check in #8)
It was not fully perfect so after applying patch #10 this is how it looked (see the before screenshots)
Here is my patch to fix the issue in these admin themes and the after screenshots for the same.
Comment #12
Harish1688 commentedHi,
Based on your last comments, I tested the patches mentioned in #10 and #11 to resolve the issue. However, I found that the patch in #10 did not resolve the issue for all possible admin themes, as mentioned in comment #8 (Adminimal / Thunder / Claro).
attached the images for reference.
#11 patch not working.
Needs Work
comment #10 patch after:



1. Adminimal
2. Thunder
3. Claro
Comment #13
Harish1688 commentedHi,
Tested the patch from #10, #11, both are not working mention in comment #11. so created a patch (3073556-13.patch) to resolved the issue
Needs review.
patch after (3073556-13.patch) :-

1. Adminimal
2. Thunder

3. Claro

Comment #14
Harish1688 commentedComment #17
shweta__sharma commentedComment #18
shweta__sharma commentedIgnore #17 mistakenly changed the status.