Closed (fixed)
Project:
Drupal core
Version:
8.0.x-dev
Component:
field_ui.module
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
27 Jun 2012 at 16:29 UTC
Updated:
29 Jul 2014 at 20:50 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
_Cedric_ commentedNeeds review
Comment #2
robloachMissed a couple.
Comment #3
_Cedric_ commentedLast css fixes, needs review
Comment #4
droplet commented<table id="field-display-overview" class="field-ui-overviewany reason not to use this class ?
Comment #5
albert volkman commentedNot that I can see.
Comment #6
swentel commentedThe refresh button at the bottom of the manage display is still there, that's because the button is not inside the table, so the class doesn't work for that.
See screenshot
Comment #7
drupee commentedHey Guys,
Is this issue already fixed?
I have cloned a recent version of git repo. I neither see any warnings nor any 'Refresh' button.
Can you please elaborate this issue if it is still there?
Comment #8
barrapontoLooks good, issue related by @swentel in #6 is gone as of #1792600: Refactor field_ui so common behavior for fields and display overview screens are extracted. Rerolling to apply cleanly.
Comment #9
xjmCSS changes need manual testing in all browsers and all affected core themes:
Post before-and-after screenshots for one browser/theme.
Comment #10
xjmComment #11
markgifford commentedComment #12
markgifford commentedBefore patch applied:
After patch applied:
No visible difference, all good. Tested in Chrome on Ubuntu btw
Comment #13
markgifford commentedForgot to remove tags and change status after posting screenshots
Comment #14
catchCommitted/pushed to 8.x, thanks!
Comment #15
swentel commentedSo we missed the 'Manage display' screen, seriously people, see #6.
You now see the 'Refresh' button that should be hidden.
Comment #16
swentel commentedHere's the patch.
Comment #17
swentel commentedOk, better approach by using element-invisible.
Comment #18
wuinfo - bill wu commentedRule of css lint: Don't use IDs in selectors.
Comment #19
yched commented#17 works.
Comment #20
webchickCommitted and pushed to 8.x. Thanks!