Problem/Motivation

In #2080217: Polish entity toolbar visually we visually tweaked the Quick edit toolbar, it looks like we have lost some of that styling along the way. It looks like there is a box around the buttons? This box dilutes the intended visual styling by introducing another "box" element. I wonder if this was introduced on purpose or accidentally, and what we could do to resolve this problem.

Earlier agreed upon style:

Current style:

Proposed resolution

Remove the box around it, even if its only visually.

Remaining tasks

User interface changes

API changes

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

Wim Leers’s picture

Issue tags: +CKEditor in core, +Spark

Haven't seen that yet, but that would definitely be a regression. Most likely suspect: #2039163: Update CKEditor library to 4.4.

LewisNyman’s picture

Issue tags: +CSS, +frontend
Wim Leers’s picture

Title: A visual box around » Unwanted box around CKEditor, i.e. our CSS overrides no longer work (presumably since CKEditor 4.4 upgrade)
yvesvanlaer’s picture

Status: Active » Needs review
Issue tags: +Amsterdam2014
FileSize
984 bytes

Hey all

The reason why the ckeditor got this unwanted border is because of a change in class names.
The code was already correct but it just got a wrong class name.

You'll find a patch attached.

criscom’s picture

Testing...

Wim Leers’s picture

Status: Needs review » Reviewed & tested by the community
Related issues: +#1874640: Rename edit module to quickedit

Hah! Silly me! I introduced this in #1874640: Rename edit module to quickedit. My bad. Thank you!

criscom’s picture

The border is no longer there. What I noticed is that once the page title is changed the quick edit UI doesn't reflect that change.

Part of the original title was "pge". This was changed to "page" but the quick edit UI still shows "pge".
I will open a separate issue for this.

Wim Leers’s picture

#7: Yes, thanks, that's indeed a separate issue.

Status: Reviewed & tested by the community » Needs work

The last submitted patch, 4: 2270251-4-Unwanted-box-around-CKEditor.patch, failed testing.

Outi’s picture

FileSize
15.68 KB

It looks good for me (besides the title problem criscom reported).

Wim Leers’s picture

Status: Needs work » Reviewed & tested by the community

Was RTBC; testbot was just broken for a short while. Back to RTBC.

alexpott’s picture

Status: Reviewed & tested by the community » Fixed

Committed 51e37ae and pushed to 8.0.x. Thanks!

  • alexpott committed 51e37ae on 8.0.x
    Issue #2270251 by yvesvanlaer | Bojhan: Unwanted box around CKEditor, i....

Status: Fixed » Closed (fixed)

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