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.
| Comment | File | Size | Author |
|---|---|---|---|
| #4 | 2896931-remove-height-equalization-script.patch | 3.5 KB | dhanya_girish |
| Screen Shot 2017-07-24 at 5.13.07 PM.png | 228.76 KB | yogeshmpawar |
Comments
Comment #2
yogeshmpawarComment #3
drummI can reproduce this in Safari & Chrome. Looks like the call to
Drupal.homebox.equalizeColumnsHeights()inDrupal.behaviors.homeboxis happening before the content has filled out.Comment #4
dhanya_girish commentedAdds the patch file that removes the height equalisation script, which was causing the issue.
Comment #6
drummThanks, 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.
Comment #7
yogeshmpawarThanks @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.
Comment #9
antims commentedNice!