Opened 2 years ago
Closed 21 months ago
#3561 closed Defect (fixed)
min height code is broken for admin widgets
| Reported by: | cash | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | Elgg 1.8.0 |
| Component: | UI/UX | Version: | Github Master |
| Severity: | minor | Keywords: | |
| Cc: | brett@… | Difficulty: |
Description
If you remove all the widgets in a column, you cannot put any widgets into it because it has no size. Needs a combination of same height code and padding at the bottom.
Change History (2)
comment:1 Changed 2 years ago by cash
comment:2 Changed 21 months ago by Brett Profitt
- Resolution set to fixed
- Status changed from new to closed
Fixes #3561. Only adding the static profile block height to the widget canvas if on the profile page.
Changeset: acc849f41fd05cfa38512a4ad5167ab8d52c905a
Note: See
TracTickets for help on using
tickets.

This is the widget javascript code that I'm talking about.