Bug 134386

Summary: bootloader section list tab becomes empty after editing section name
Product: [openSUSE] SUSE Linux 10.1 Reporter: Martin Vidner <mvidner>
Component: YaST2Assignee: Martin Vidner <mvidner>
Status: RESOLVED FIXED QA Contact: Klaus Kämpf <kkaempf>
Severity: Normal    
Priority: P5 - None CC: holgi, kontakt, lslezak
Version: Alpha 3   
Target Milestone: ---   
Hardware: x86-64   
OS: Other   
Whiteboard:
Found By: Other Services Priority:
Business Priority: Blocker: ---
Marketing QA Status: --- IT Deployment: ---
Attachments: y2logs.tgz

Description Martin Vidner 2005-11-18 13:08:13 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.
Comment 1 Martin Vidner 2005-11-18 13:12:42 UTC
Created attachment 57723 [details]
y2logs.tgz

y2logs, taken after demonstrating the problem about 4 times, the last time with debugging enabled
Comment 2 Jiri Srain 2005-12-02 10:32:50 UTC
*** Bug 135649 has been marked as a duplicate of this bug. ***
Comment 3 Jiri Srain 2005-12-15 12:16:15 UTC
Reasigning to new maintainer
Comment 4 Jiri Srain 2005-12-15 12:16:23 UTC
*** Bug 134747 has been marked as a duplicate of this bug. ***
Comment 5 Martin Vidner 2006-01-11 16:19:28 UTC
*** Bug 141018 has been marked as a duplicate of this bug. ***
Comment 6 Martin Vidner 2006-01-12 09:11:05 UTC
The bootloader UI relies on a CWMTab feature that I myself wrongfully removed. I have reintroduced it in yast2-2.13.22.
Comment 7 Martin Vidner 2008-07-10 17:16:54 UTC
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.
Comment 8 Jiri Srain 2008-12-17 12:05:42 UTC
Tab handling in yast2-bootloader has already been debugged and fixed.