Closed (fixed)
Project:
Drupal core
Version:
11.x-dev
Component:
Claro theme
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
2 May 2024 at 04:41 UTC
Updated:
29 Jul 2024 at 20:24 UTC
Jump to comment: Most recent, Most recent file

Comments
Comment #2
gauravvvv commentedComment #3
gauravvvv commentedComment #4
gauravvvv commentedComment #5
gauravvvv commentedComment #7
ahsannazir commentedNot able to reproduce the issue. I have added screenshots for reference.
Can you please add more details
Comment #8
smustgrave commentedBelieve I can see the issue when the page refreshes. On the "Page" tab. Some weird janky shift.
Comment #9
bnjmnmWhat @smustgrave spotted in #8 should probably be addressed - there is a momentary flash of the no-javascript buttons before they are processed into the familiar Views UI. These should probably just be hidden and exposed with a no-js stylesheet. Claro is already adding one here so you can build from that.
The gif in the original issue summary looks like there are additional JavaScript errors as that gif shows clicking the "Add" button reloads the page. If JS is executing properly, that should not happen as the click event is prevented. If there is a JS error, however, the event handler that does this might not be getting added
Comment #11
ahsannazir commentedThanks @bnjmnm for the suggestions. I have added the the no-script css and attached screen capture for reference
Comment #12
kanchan bhogade commentedHi
I've tested MR !8082 on Drupal 11
MR is applied successfully...
The View Page is loading smoothly, without shifting the layout
RTBC+1
Adding recording for reference
Keeping "needs review" for more reviews and code verification
Comment #13
smustgrave commentedIssue summary is still incomplete. Proposed solution is blank and should be filled in.
As a UI change there should be a before/after screenshot or gif in this case if possible.
Comment #14
ahsannazir commentedComment #15
ahsannazir commentedComment #16
smustgrave commentedTested out the solution and appears to not be there anymore. Not going to upload another set of screenshots :)
Comment #17
nod_few minor things
Comment #18
gauravvvv commentedComment #19
smustgrave commentedAdded some additional comments.
Comment #20
ahsannazir commentedComment #21
bnjmnmSee MR
Comment #23
utkarsh_33 commentedRebased and also marking it needs review as all the feedbacks seems to be addressed.
Comment #24
smustgrave commentedVerified changes to MR still address the "shift" when reloading a view page. Believe all feedback has been addressed.
Comment #25
bnjmnmComment #26
utkarsh_33 commentedComment #27
smustgrave commentedBelieve comment is better now, going to take the risk and mark it
Comment #30
nod_Committed e700aa8 and pushed to 11.x. Thanks!