Tested on Chrome v 55.0 with multiple blocks via front end quick edit. All display as per screenshot - partial editor visible, non usable.
Didn't cross browser test.

quickedit issue screenshot

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

ok_lyndsey created an issue. See original summary.

daniel.nitsche’s picture

Looks like a problem in the agov_base theme. There is a generic class called ".icon" which is interfering with quickedit.

https://github.com/previousnext/agov_base/blob/72ff3d37a192c703a28d4e4b3...

Example quickedit html:

<div class="quickedit-toolbar quickedit-toolbar-entity clearfix icon icon-pencil">
  <div class="quickedit-toolgroup ops">
    <button type="submit" class="action-save quickedit-button icon" aria-hidden="true">Save</button>
    <button type="button" class="action-cancel quickedit-button icon icon-close icon-only">Close</button>
  </div>
  <div class="quickedit-toolbar-label">test</div>
</div>
rikki_iki’s picture

Assigned: Unassigned » rikki_iki

Working on this now

kim.pepper’s picture

Status: Active » Needs review
kim.pepper’s picture

Status: Needs review » Fixed

Fixed! Thanks Rikki

Status: Fixed » Closed (fixed)

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