Jewel : setting FooterBar 's BarRow height is ignored by layout
Open
- Dominant language
- ActionScript
- Stars
- 380
- Forks
- 120
- PR merge metrics
- No merged PRs in 30d
Description
Hi,
Based on TDJ, setting an height for FooterBar in mxml make an issue on layout :
```
...
```
the quick fix is to set the height in css like this :
```
.has-footerbar {
padding-bottom: 200px !important;
}
```
Contributor guide
No contributing guide indexed for this repository
Research direction
Reproduce the MXML example using FooterBar, BarRow, and ApplicationMainContent, then trace the layout handling for the footer height. Done means a BarRow height of 200 is reflected in the layout without requiring the .has-footerbar CSS padding workaround.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- css
- Domain
- frontend
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100