Bug 332384

Summary: list of online repositories don't show repository description
Product: [openSUSE] openSUSE 10.3 Reporter: Gabriel Moreno <gabrielalexm>
Component: YaST2Assignee: Michael Meeks <mmeeks>
Status: RESOLVED FIXED QA Contact: Jiri Srain <jsrain>
Severity: Normal    
Priority: P5 - None CC: forgotten_h13THG8RK1, jsmeix
Version: Final   
Target Milestone: ---   
Hardware: i686   
OS: openSUSE 10.3   
Whiteboard:
Found By: --- Services Priority:
Business Priority: Blocker: ---
Marketing QA Status: --- IT Deployment: ---
Attachments: y2logs

Description Gabriel Moreno 2007-10-09 22:09:02 UTC
In YaST, enter the list of online repositories by selecting the "Community repositories" option.
The list of repositories appears and if the user selects (not check, but just click on the name) of a repository, the Repository Description is not shown. In order to see the repository description, the user needs to check the repository (as if he/she wanted to use it).
The same description stays in the window even if the user clicks on other repository names
Comment 1 Cyril Hrubis 2007-10-10 18:44:09 UTC
Please attach y2logs. If you are in doubt follow:

http://en.opensuse.org/Bugs/YaST

Thanks!
Comment 2 Gabriel Moreno 2007-10-11 14:13:24 UTC
Created attachment 177724 [details]
y2logs
Comment 3 Lukas Ocilka 2007-10-13 07:28:34 UTC
Launched YaST2 component 'y2base' 'inst_productsources' 'gtk'

I'm afraid this is problem with GTK implementation.

--- cut ---
`MultiSelectionBox(
    `id ("addon_repos"), `opt (`notify, `hstretch),
    _("&List of Repositories"), []
)

...
dialog_ret = UI::UserInput();
...
} else if (dialog_ret == "addon_repos") {
    PrintRepositoryDescription();
}
...
--- cut ---

This works in Qt and ncurses.
Comment 4 Forgotten User h13THG8RK1 2007-10-14 11:59:34 UTC
The problem was fixed on SVN already. Meanwhile, I think double-click will also work.
Comment 5 Forgotten User h13THG8RK1 2007-10-16 15:17:31 UTC
*** Bug 304227 has been marked as a duplicate of this bug. ***