Closed (fixed)
Project:
Drupal core
Version:
8.0.x-dev
Component:
views_ui.module
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
20 Dec 2014 at 08:40 UTC
Updated:
26 Jan 2015 at 14:34 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
Vidushi Mehta commentedComment #2
moonpeak commentedYes, this is an issue visible on drupal 8 core. Views Exposed filters UI is breaking.
Comment #3
idebr commentedI applied the css that comes with views/views.exposed_form to the Views UI preview. For the css to apply correctly, i had to make some selectors for the arguments textfield more strict.
Screenshot after:

Comment #4
jibranCan we have RTL screenshot?
Comment #5
idebr commentedScreenshot after (rtl):
Comment #6
jibranThanks
Comment #7
Vidushi Mehta commentedI have reviewed the #3 patch.And its resolving the Exposed Filter issue.
Comment #9
lewisnymanIn #2333719: Abstract Views Exposed Form styling out into a reusable class We are making the exposed filter CSS reusable so it can be reapplied to multiple situations. If we postpone this issue until that one is commited then all we would need to do is add that class to the preview form. How does that sound?
Comment #10
idebr commented@LewisNyman This patch fixes a current regression in the Views UI so I'd prefer it take priority over a task to make css in the Views UI more abstract.
The only overlap from this patch with #2333719: Abstract Views Exposed Form styling out into a reusable class is addition of the views.exposed-form library, you could leave the removal of the library for a followup and postpone the followup on this issue?
I have rerolled the patch against the latest
HEAD.Screenshot before:
Screenshot after:
Screenshot after (rtl):
Comment #11
lewisnyman@idebr Sounds good to me. I'll review this when I have more time this week unless someone beats me to it.
Comment #12
idebr commentedI believe this can go back to RTBC per #6 and #7 and the last change was a reroll, but please correct me if I am wrong.
Comment #13
idebr commentedAdded a beta evaluation.
Comment #14
alexpottCommitted b54a2c9 and pushed to 8.0.x. Thanks!
Thanks for adding the beta evaluation to the summary.