In v1.5

edit an existing view or create a new view the "add" button is above the section it applies to.

In v1.3 the add button was in the correct place.

Suspect that this is due to some css changes made to wetkit_wetboew ?? or wetkit_omega ??

See attached illustration

Workaround: no workaround yet.

Comments

joseph.olstad’s picture

Issue summary: View changes
StatusFileSize
new11.46 KB
joseph.olstad’s picture

Issue summary: View changes
joseph.olstad’s picture

Issue summary: View changes
joseph.olstad’s picture

More testing.

On a fresh install the add buttons in views is in the correct row/location .

So this might only be affecting upgraded sites or in particular our individual site (to be determined)

joseph.olstad’s picture

Status: Active » Postponed
joseph.olstad’s picture

Status: Postponed » Active

Weird, another test and the same problem exists in a vanilla fresh install environment 5 minutes after playing with it.

So it fresh installs are affected by this issue, not just our site.

gdaw’s picture

Component: WetKit Omega » WetKit Ember

actually it's the admin theme responsible for this problem

gdaw’s picture

Problem can be resolved by editing the style.css in ember theme
(profiles/wetkit/themes/ember/styles) and commenting out min-height: 2.3 em;

/* Keep the initial state of the ctools dropbutton in the document flow. */
.ctools-dropbutton-wrapper {
  position: relative;
  /*min-height: 2.3em;*/
}
sylus’s picture

Status: Active » Fixed

Thanks gdaw for the css recommendation. I modified it slightly to be limited to just views-displays and assigned min-height: inherit in wetkit_ember.

  • sylus committed eb8589f on 7.x-1.x
    Update WetKit Ember for Issue #2284345 by joseph.olstad: Fixed views add...

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.