[Bug 302409] New: Error reported by Pkg::LastError() can be too long to fit in a popup
https://bugzilla.novell.com/show_bug.cgi?id=302409#c302380 Summary: Error reported by Pkg::LastError() can be too long to fit in a popup Product: openSUSE 10.3 Version: Beta 1 Platform: Other OS/Version: Other Status: ASSIGNED Severity: Normal Priority: P5 - None Component: YaST2 AssignedTo: lslezak@novell.com ReportedBy: lslezak@novell.com QAContact: jsrain@novell.com Found By: --- The same bug was originally reported for opensuse updater (bug #302380) but yast has a similar problem but not that severe - a new popup is displayed for each exception so the dialog won't be so big as in opensuse updater. See https://bugzilla.novell.com/attachment.cgi?id=158888 for opensuse updater screen shot. -- 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=302409#c1 Lukas Ocilka <locilka@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |locilka@novell.com Status|ASSIGNED |NEEDINFO Info Provider| |lslezak@novell.com --- Comment #1 from Lukas Ocilka <locilka@novell.com> 2007-09-10 08:21:35 MST --- We might want to use `RichText instead on `Label for, let's say, text with more than 10-15 lines? It's possible to be implemented even for 10.3. What do you think of that? -- 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=302409#c2 Ladislav Slezak <lslezak@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |RESOLVED Info Provider|lslezak@novell.com | Resolution| |LATER --- Comment #2 from Ladislav Slezak <lslezak@novell.com> 2007-09-10 08:57:03 MST --- The problem is that popup is displayed by YCP clients, they can show whatever they want or even ignore the error. Some of them use Report::LongWarning/Error() or Popup::AnyQuestionRichText() which uses `RichText so it's OK. Report::Error() or Popup::YesNo() might be problematic. PkgLastError() returns complete error message with history because it was easy to implement to 10.3. After 10.3, Pkg::LastError() should return just the last problem, history should be available in Pkg::LastErrorDetails(). And there should be a new function available which would hide all implementation details, something like Report::PkgError(string header) which would display the header, the error message and "Show details" checkbox to show the history. -- 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=302409 User lslezak@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=302409#c3 Ladislav Slezak <lslezak@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |REOPENED Resolution|LATER | --- Comment #3 from Ladislav Slezak <lslezak@novell.com> 2008-09-01 07:49:15 MDT --- Reopening LATER bugs (LATER will be changed to WONTFIX on September 2). -- 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=302409 Ladislav Slezak <lslezak@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Priority|P5 - None |P4 - Low -- 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