Closed (fixed)
Project:
Drupal core
Version:
11.x-dev
Component:
javascript
Priority:
Major
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
29 Jul 2023 at 13:22 UTC
Updated:
31 Aug 2023 at 21:09 UTC
Jump to comment: Most recent, Most recent file

Comments
Comment #2
lauriiiThis might be something worth writing a test for. Here's a fix for this.
Comment #3
smustgrave commentedFor CC failure.
Anyway to add a test?
Comment #4
gauravvvv commentedFixed custom command failure, keeping NW for tests
After patch
Comment #5
gauravvvv commentedComment #6
lauriiiComment #7
omkar.podey commentedComment #9
omkar.podey commented.
Comment #10
omkar.podey commentedComment #11
smustgrave commentedThank you for working on this but told per etiquette shouldn’t assign tickets to yourself unless a maintainer.
Simple comment that you’re working on it should be good.
Comment #12
omkar.podey commentedComment #13
smustgrave commentedPlease see comment #11 here’s a link too for Drupal etiquette https://www.drupal.org/docs/develop/issues/issue-procedures-and-etiquett...
Thanks
Comment #14
omkar.podey commentedComment #15
omkar.podey commentedthanks, Working on it now.
Comment #16
omkar.podey commentedComment #17
hooroomooComment #18
tim.plunkettComment #19
lauriiiIt looks like the test is passing locally even without the fix.
I'm also wondering if
\Drupal\Tests\views_ui\FunctionalJavascript\DisplayTestis the best class to include this. Maybe\Drupal\Tests\views_ui\FunctionalJavascript\AdminAjaxTestwould be a better fit?Comment #20
omkar.podey commentedComment #21
omkar.podey commentedComment #22
utkarsh_33 commentedTested this locally and the body is scrollable once the dialog is closed.Also it has the test coverage so removing the tags now.Marking it RTBC.
Comment #25
lauriiiCommitted a5cd2d7 and pushed to 11.x. Thanks!