Bugzilla – Bug 134386
bootloader section list tab becomes empty after editing section name
Last modified: 2008-12-17 12:05:42 UTC
During the installation I entered the bootloader config and edited the name of the default section. After pressing OK, the section list tab is empty. Switching to the booloader installation tab and back helps it.
Created attachment 57723 [details] y2logs.tgz y2logs, taken after demonstrating the problem about 4 times, the last time with debugging enabled
*** Bug 135649 has been marked as a duplicate of this bug. ***
Reasigning to new maintainer
*** Bug 134747 has been marked as a duplicate of this bug. ***
*** Bug 141018 has been marked as a duplicate of this bug. ***
The bootloader UI relies on a CWMTab feature that I myself wrongfully removed. I have reintroduced it in yast2-2.13.22.
A fix of bug 406138 brings this one from the dead. People who use CWMTab::CurrentTab() *after* CWM::Run returns should replace it by CWMTab::LastTab(). At least bootloader and system_settings are affected. Using CurrentTab while CWM::Run is running is fine.
Tab handling in yast2-bootloader has already been debugged and fixed.