This is another one of those weird bugs to try and explain, but...

In Spark, if I go to a page like /node#edit, although I can click into the body field and see CKEditor pop up, the field appears like underneath the footer somehow? so I can't see the bottom of the form.

Screen Shot 2013-01-20 at 1.31.55 AM.png

I can manually scroll down with some effort, but then the save button is hidden and I can no longer click it:

Screen Shot 2013-01-20 at 1.31.55 AM.png

Comments

webchick’s picture

StatusFileSize
new51.73 KB

Fixing second screenshot.

webchick’s picture

Issue summary: View changes

Fixing screenshot.

webchick’s picture

Issue summary: View changes

...

nod_’s picture

Looked a bit, no Idea what's happening there.

Front page of spark distrib is panel with IPE enabled.

wim leers’s picture

1) The "switch to plain text editor" stuff should not exist IMO — it appears to be a setting in the CKEditor module: #659368: "Switch to plain text editor" link.
2) The footer issue is very bizarre; and it's puzzling how I/we never encountered this before. However, the only reason I can think of is a z-index issue. The z-index of the footer must be >300ish, because Edit uses z-indexes in the 300s for things on top of its white overlay.

nod_’s picture

It's the theme. When using Zen it works (only the IPE bar at the bottom that gets in the way but nothing dramatic).

nod_’s picture

Soooo, without overflow:hidden it works much better… layout.css line 39.

nod_’s picture

nod_’s picture

Status: Active » Needs review
nod_’s picture

Status: Needs review » Fixed

updated spark profile to include the patch in the other issue for the sake of closing this one.

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

Anonymous’s picture

Issue summary: View changes

x