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:
3 Oct 2014 at 13:56 UTC
Updated:
16 Feb 2015 at 12:24 UTC
Jump to comment: Most recent, Most recent file

Comments
Comment #1
lewisnymanComment #2
euphoric_mv commentedDoes "views-progress-indicator" need to be here, so just to hide it with CSS or needs to be removed from HTML?
Comment #3
dawehnerWell, the progress indicator is not pointless, so removing it, is a bad idea.
I would rather suggest to make it actually visible.
Comment #4
tadityar commentedWhen I checked for the RTL view the progress indicator was "of 2 2" instead of "2 of 2" is this inside the scope of this issue? Or should I make a new issue about that and tag it with the multilingual initiative tag?
Screenshot:
Comment #5
mukeysh commentedI have added patch for this.
After applying patch:

Comment #6
tadityar commentedSetting to Needs Review for testing.
Comment #7
dawehnerThis looks nice IMHO.
Can we also get a RTL review?
Comment #8
tadityar commentedScreenshot of the RTL-view. Since this looks nice and the text doesn't overlap at any width I'm setting this to RTBC. Maybe the issue on #4 should be in a new issue.
Comment #9
tadityar commentedoh lol wait sorry I forgot that core uses 3-letter color code when possible so I'm changing the patch to #fff this shouldn't change the interface though.
Comment #10
lewisnymanThis is a quick fix, in the future we can implement a proper design. Thanks for the screenshots and the patches.
Comment #12
tadityar commentedRandom test failures, it's being fixed here #2411703: Random fail in Drupal\user\Tests\UserAdminTest so let's wait for that to land.
Comment #13
lewisnymanComment #15
alexpottCSS changes are not subject to beta evaluation. Committed 3eea697 and pushed to 8.0.x. Thanks!