After login into Drupal.org when we check https://www.drupal.org/dashboard & bottom of page there is a user interface issue where home box columns overlapping the footer section.
Also screenshot attached with this issue.

Comments

Yogesh Pawar created an issue. See original summary.

yogeshmpawar’s picture

Issue summary: View changes
drumm’s picture

Title: UI Issue breaks the Dashboard page » Column heights not always correct on initial page load
Project: Drupal.org infrastructure » Homebox - Individual user dashboards
Version: » 7.x-2.x-dev
Component: Other » User interface

I can reproduce this in Safari & Chrome. Looks like the call to Drupal.homebox.equalizeColumnsHeights() in Drupal.behaviors.homebox is happening before the content has filled out.

dhanya_girish’s picture

Adds the patch file that removes the height equalisation script, which was causing the issue.

drumm’s picture

Version: 7.x-2.x-dev » 7.x-3.x-dev
Status: Active » Fixed

Thanks, committed & deployed to Drupal.org. I opened up a new branch of the module for this, since I could imagine it being a breaking change for other sites.

yogeshmpawar’s picture

Thanks @drumm for committing this! In the future it would be nice to add credit when someone finds the issue like this. Also see Commit messages - providing history and credit.

Status: Fixed » Closed (fixed)

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

antims’s picture

Nice!