Posted by webchick on January 20, 2013 at 9:35am
4 followers
| Project: | Edit |
| Version: | 7.x-1.x-dev |
| Component: | Code |
| Category: | bug report |
| Priority: | major |
| Assigned: | Unassigned |
| Status: | closed (fixed) |
| Issue tags: | Edit D7 Backport |
Issue Summary
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.

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

| Attachment | Size |
|---|---|
| Screen Shot 2013-01-20 at 1.31.55 AM.png | 70.91 KB |
| Screen Shot 2013-01-20 at 1.31.55 AM.png | 70.91 KB |
Comments
#1
Fixing second screenshot.
#2
Looked a bit, no Idea what's happening there.
Front page of spark distrib is panel with IPE enabled.
#3
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.
#4
It's the theme. When using Zen it works (only the IPE bar at the bottom that gets in the way but nothing dramatic).
#5
Soooo, without overflow:hidden it works much better… layout.css line 39.
#6
#1894590: Remove overflow-hidden on #main-wrapper
#7
#8
updated spark profile to include the patch in the other issue for the sake of closing this one.
#9
Automatically closed -- issue fixed for 2 weeks with no activity.