Issue: When I add an image field to any content type (Basic Page, Article or custom type), I am unable to properly save the post. When I hit the "save" button, the page reloads but there is not a system message confirming that the content was created, and the content does not get posted to the site. If I remove the image field from the content type (Basic Page, Article or custom type) this issue goes away. This issue does not occur in Firefox, but it does in Safari and Chrome.

This issue is happening on a new Drupal installation. I have installed a number modules and created 4 different user roles. I am experiencing this issue logged in as any of the roles (including admin). I have permissions properly configured. I have not tried to recreate the issue in a fresh installation.

Comments

timqallen’s picture

This issue went away when I disabled the WYSIWYG and WYSIWYG for @font-your-face modules.

berdir’s picture

Priority: Major » Normal
Status: Active » Postponed (maintainer needs more info)

Sounds like it's a problem with these contrib modules then.

I suggest you move this issue over to one of those modules. Changing priority and status to get it out of the thresholds.

timqallen’s picture

Project: Drupal core » @font-your-face
Version: 7.19 » 7.x-2.6
Component: field system » Code (general)
Priority: Normal » Minor
Status: Postponed (maintainer needs more info) » Active

Moving this issue from Drupal Core to @font-your-face.

sreynen’s picture

Status: Active » Closed (duplicate)

WYSIWYG for @font-your-face isn't really done yet. There's an open issue for it here: #896024: Wysiwyg Integration. I put it in the development version thinking that would make me finish it before the next release, but then there was a critical bug and I had to do another release with it half-done.

All of that to say, if turning it off solves your problem, just leave it off. Marking this as a duplicate of #896024: Wysiwyg Integration, since finishing that should include fixing this.