Closed (cannot reproduce)
Project:
Homebox - Individual user dashboards
Version:
7.x-2.x-dev
Component:
User interface
Priority:
Major
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
21 Feb 2011 at 15:50 UTC
Updated:
21 Feb 2023 at 18:28 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
brianV commentedBumping 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.
Comment #2
zarkokrneta commentedMy workaround for this problem was to hide (in css) collapse button when block is maximized.
Comment #3
rv0 commentedwhy the change to 6.x?
I can confirm the issue.
Comment #4
duynguyen commentedWe need to add a class to detect "maximize box" on Drupal.homebox.pageChanged
Comment #5
drummCan one of the existing classes be used, or maybe even
!$('#homebox-minimize-to-save:visible').length?Comment #6
anybody