Closed (fixed)
Project:
Drupal core
Version:
8.1.x-dev
Component:
views_ui.module
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
13 Jul 2014 at 21:14 UTC
Updated:
11 Mar 2016 at 04:24 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
elijah lynnComment #3
elijah lynnAhh, this patch #2301953: Update 'element-invisible' and 'element-hidden' to valid Drupal 8 CSS classes just got applied causing it to fail. Re-rolled.
Comment #4
elijah lynnComment #5
linl commentedAdding js tag.
Comment #6
droplet commentedI think it's more than "dropdowns"
http://cgit.drupalcode.org/drupal/tree/core/modules/views_ui/js/views-ad...
"titleRow" and some other expressions.
Comment #7
elijah lynnYeah, there are a bunch more in that file but I wasn't sure if I should make separate issues for each one?
Comment #8
droplet commentedthat's fine to clean up in same issue, we did a lot of these cleanups before: #1415788: Javascript winter clean-up
Comment #9
nod_Comment #10
camoa commentedThis should move the cleanup further.
I think that will do it as a clean up, there is some repeated code but it is not repeated functionality.
Comment #11
camoa commentedComment #13
droplet commentedComment #14
Alka Kumari commentedComment #15
kostyashupenkoRe-roll of patch #10
Comment #16
andypoststill needs proper re-roll
Comment #17
kostyashupenkoNot sure that we still need re-roll, because there was an auto merge. Better to make a patch
Comment #18
gvsoIf we remove
dropdowns = this.operator,drow dropdowns = dropdowns.add(fakeOperator);will produce an error.Comment #19
eleleka commentedRerolled patch #10
There is some confusion in line numbers
Comment #20
droplet commentedPlease also check the code and do manual tests during reroll.
Comment #21
hog commentedEdited last path, as it not worked correctly. Added styles for filter sort table header for pretty display. Patch work ok now as i see, but i find new error after add new group:
Uncaught TypeError: Cannot read property 'width' of undefined. In function Drupal.dialog~resetSize
Comment #22
droplet commentedWe shouldn't do multiple changes in one issue. Please open an issue for CSS part.
is it caused by this patch ?
Comment #23
kostyashupenkoComment #24
hog commented@droplet, js bug is in 8.0.x branch also.
About multiple changes i separate it now.
Comment #25
hog commentedComment #26
zeeshan_khan commentedLooks good to me ;)
Thanks @HOG
Comment #27
hog commentedFiled follow-up issue for CSS #2675522: Styling for Views UI rearrange filters
Comment #28
hog commentedHow to test:
Comment #30
catchCommitted/pushed to 8.1.x, thanks!
This is just clean-up so not eligible for 8.0.x.