Page MenuHomeFreeBSD

bsdinstall: restore time selection screen
ClosedPublic

Authored by yuripv on Apr 11 2021, 10:36 PM.
Tags
None
Referenced Files
F138294358: D29720.id87280.diff
Sun, Nov 30, 6:31 PM
Unknown Object (File)
Sat, Nov 15, 11:35 PM
Unknown Object (File)
Wed, Nov 12, 2:18 PM
Unknown Object (File)
Oct 29 2025, 7:54 AM
Unknown Object (File)
Oct 29 2025, 7:49 AM
Unknown Object (File)
Oct 29 2025, 5:34 AM
Unknown Object (File)
Oct 29 2025, 5:32 AM
Unknown Object (File)
Oct 26 2025, 4:23 PM
Subscribers
None

Details

Summary

Apparently new dialog does not like the height of 2 for the timebox widget, use 0 (minimum size) instead.

Do the same for calendar widget.

Test Plan

dialog --backtitle 'FreeBSD Installer' --title 'Time & Date' --ok-label 'Set Time' --cancel-label 'Skip' --defaultno --time-format '%H%M.%S' --timebox '' 2 40 -- does not work
dialog --backtitle 'FreeBSD Installer' --title 'Time & Date' --ok-label 'Set Time' --cancel-label 'Skip' --defaultno --time-format '%H%M.%S' --timebox '' 0 40 -- works

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

yuripv created this revision.
This revision is now accepted and ready to land.Apr 19 2021, 8:24 AM