Bug Report — Generate All Schedule E Reports: Tax Year Label Obscured
Found during: Manual testing of Reports page (/reports)
Steps to Reproduce
- Navigate to Reports page
- Click "Generate All Schedule E Reports"
- Observe: the "Tax Year" floating label on the dropdown is partially clipped/obscured by the dialog header
Current Behavior
The "Tax Year" label is cut off at the top — the text is visibly clipped where it meets the dialog card header ("Generate All Schedule E Reports"). Same class of issue as #273 (inline vendor dialog).
Expected Behavior
The "Tax Year" label should be fully visible and not overlap with or be clipped by the dialog header.
Likely Cause
Insufficient padding/margin between the dialog title and the first form field. The Material mat-form-field outline label floats upward into the header area. Same root cause pattern as the inline vendor creation dialog (#273).
Note
This is the same spacing issue seen in the inline vendor creation dialog (#273). May be worth a shared fix if both dialogs use a common dialog component or style.
Labels: bug, frontend, reports
Bug Report — Generate All Schedule E Reports: Tax Year Label Obscured
Found during: Manual testing of Reports page (
/reports)Steps to Reproduce
Current Behavior
The "Tax Year" label is cut off at the top — the text is visibly clipped where it meets the dialog card header ("Generate All Schedule E Reports"). Same class of issue as #273 (inline vendor dialog).
Expected Behavior
The "Tax Year" label should be fully visible and not overlap with or be clipped by the dialog header.
Likely Cause
Insufficient padding/margin between the dialog title and the first form field. The Material
mat-form-fieldoutline label floats upward into the header area. Same root cause pattern as the inline vendor creation dialog (#273).Note
This is the same spacing issue seen in the inline vendor creation dialog (#273). May be worth a shared fix if both dialogs use a common dialog component or style.
Labels: bug, frontend, reports