[Bug 295485] New: repository names are cut off
https://bugzilla.novell.com/show_bug.cgi?id=295485 Summary: repository names are cut off Product: openSUSE 10.3 Version: Alpha 6 Platform: Other OS/Version: Other Status: NEW Severity: Normal Priority: P5 - None Component: YaST2 AssignedTo: locilka@novell.com ReportedBy: coolo@novell.com QAContact: jsrain@novell.com Found By: --- The repository names are cut. Is this for ncurses? Attaching screenshot -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=295485#c1 --- Comment #1 from Stephan Kulow <coolo@novell.com> 2007-07-29 02:23:44 MST --- Created an attachment (id=153769) --> (https://bugzilla.novell.com/attachment.cgi?id=153769) screenshot of qemu -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=295485#c2 Lukas Ocilka <locilka@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|locilka@novell.com |sh@novell.com --- Comment #2 from Lukas Ocilka <locilka@novell.com> 2007-07-29 14:35:41 MST --- No, this is feature of YaST-Qt (or maybe just Qt). -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=295485#c3 Stefan Hundhammer <sh@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|sh@novell.com |jsuchome@novell.com --- Comment #3 from Stefan Hundhammer <sh@novell.com> 2007-07-30 04:09:33 MST --- That's not in the C++ YQPackageSelector, it's in the YCP repository selection. -> jsuchome -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=295485#c4 Stefan Hundhammer <sh@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|jsuchome@novell.com |lslezak@novell.com --- Comment #4 from Stefan Hundhammer <sh@novell.com> 2007-07-30 04:10:40 MST --- Oops, sorry, wrong maintainer: lslezak -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=295485#c5 Ladislav Slezak <lslezak@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|lslezak@novell.com |locilka@novell.com --- Comment #5 from Ladislav Slezak <lslezak@novell.com> 2007-08-02 07:37:31 MST --- Back to Lukas... :-) -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=295485#c6 Lukas Ocilka <locilka@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |locilka@novell.com AssignedTo|locilka@novell.com |sh@novell.com --- Comment #6 from Lukas Ocilka <locilka@novell.com> 2007-08-02 07:49:15 MST --- Err, this is a feature/bug of MultiSelectionBox in Qt. It works well in ncurses. I'll attach screenshots. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=295485#c7 --- Comment #7 from Lukas Ocilka <locilka@novell.com> 2007-08-02 07:49:45 MST --- Created an attachment (id=155198) --> (https://bugzilla.novell.com/attachment.cgi?id=155198) ncurses -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=295485#c8 --- Comment #8 from Lukas Ocilka <locilka@novell.com> 2007-08-02 07:50:00 MST --- Created an attachment (id=155199) --> (https://bugzilla.novell.com/attachment.cgi?id=155199) Qt -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=295485#c9 --- Comment #9 from Stefan Hundhammer <sh@novell.com> 2007-08-02 08:00:09 MST --- { // Simple MultiSelectionBox example: // // All items are simple strings, none has an ID, no item preselected. UI::OpenDialog( `VBox( `MultiSelectionBox( "Select pizza toppings:", [ "Cheese with a very damn long description that can get even longer than you think", "Tomatoes", "Mushrooms", "Onions", "Salami", "Ham" ] ), `PushButton("&OK") ) ); UI::UserInput(); UI::CloseDialog(); } -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=295485#c10 --- Comment #10 from Stefan Hundhammer <sh@novell.com> 2007-08-02 08:01:56 MST --- Created an attachment (id=155205) --> (https://bugzilla.novell.com/attachment.cgi?id=155205) screen shot of MultiSelectionBox with long text if it allegedly doesn't work in general, why does it work with the simplest UI example we have (MultiSelectionBox1.ycp with longer text)? -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=295485#c11 Stefan Hundhammer <sh@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|sh@novell.com |lslezak@novell.com --- Comment #11 from Stefan Hundhammer <sh@novell.com> 2007-08-02 08:03:13 MST --- Please check the YCP code. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=295485#c12 --- Comment #12 from Stanislav Visnovsky <visnov@novell.com> 2007-08-02 08:16:17 MST --- Created an attachment (id=155206) --> (https://bugzilla.novell.com/attachment.cgi?id=155206) Simple UI testcase to show the problem The wrong behavior is introduced by using UI::ChangeWidget -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=295485#c13 Stanislav Visnovsky <visnov@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|lslezak@novell.com |sh@novell.com --- Comment #13 from Stanislav Visnovsky <visnov@novell.com> 2007-08-02 08:16:53 MST --- Stefan, please, check again. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=295485#c14 Stefan Hundhammer <sh@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED --- Comment #14 from Stefan Hundhammer <sh@novell.com> 2007-08-03 04:35:11 MST --- Some experiments with a modified MultiSelectionBox-replace-items1.ycp example show that it is indeed a Qt specific problem: The first UI::ChangeWidget() call to a MultiSelectionBox with wider content than before cuts off some characters. Subsequent calls do what is expected. It's really a bug in QListView, but there seems to be a simple workaround: Calling QListView::header()->setStretchEnabled( true ) fixes the problem (although according to the Qt documentation this should not be necessary; QListView::addColumn( xy ) should do the same thing). -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=295485#c15 --- Comment #15 from Stefan Hundhammer <sh@novell.com> 2007-08-03 04:37:28 MST --- Created an attachment (id=155433) --> (https://bugzilla.novell.com/attachment.cgi?id=155433) Test case Toggle the "Vegetarian" check box in this example to see the effect. Only the first toggle cuts off any text, any subsequent toggle will set the correct width. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
participants (1)
-
bugzilla_noreply@novell.com