This is related to: http://drupal.org/node/1068324

When I maximize a block, auto-save does not happen.
While that block is maximized, if I select the collapse button (which triggers an auto-save), then on page reload all other blocks will be missing. The block will no longer be maximized, but it will still be collapsed.

The only way to get the fields back is to "restore to defaults".
Any custom changes from the defaults will then be lost.

Comments

brianV’s picture

Priority: Normal » Major

Bumping to a 'major' issue. I am not sure how to avoid this in the code, though. Suggestions and / or patches are welcome; in the meantime, I would suggest either disabling autosave, or removing the 'maximize' setting from homebox blocks.

zarkokrneta’s picture

Version: 7.x-2.0-beta3 » 6.x-3.x-dev

My workaround for this problem was to hide (in css) collapse button when block is maximized.

rv0’s picture

Version: 6.x-3.x-dev » 7.x-2.x-dev

why the change to 6.x?

I can confirm the issue.

duynguyen’s picture

Issue summary: View changes
StatusFileSize
new1.15 KB

We need to add a class to detect "maximize box" on Drupal.homebox.pageChanged

drumm’s picture

Can one of the existing classes be used, or maybe even !$('#homebox-minimize-to-save:visible').length?

anybody’s picture

Status: Active » Closed (cannot reproduce)