Bug 22488 - Abbruch des Installer wenn Übersetzungstext zu lang
Abbruch des Installer wenn Übersetzungstext zu lang
Status: RESOLVED DUPLICATE of bug 30547
Product: UCS
Classification: Unclassified
Component: UCS Installer
UCS 2.4
Other Linux
: P5 normal (vote)
: ---
Assigned To: Bugzilla Mailingliste
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2011-05-11 15:38 CEST by Felix Botner
Modified: 2013-04-03 05:55 CEST (History)
1 user (show)

See Also:
What kind of report is it?: ---
What type of bug is this?: ---
Who will be affected by this bug?: ---
How will those affected feel about the bug?: ---
User Pain:
Enterprise Customer affected?:
School Customer affected?:
ISV affected?:
Waiting Support:
Flags outvoted (downgraded) after PO Review:
Ticket number:
Bug group (optional):
Max CVSS v3 score:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Felix Botner univentionstaff 2011-05-11 15:38:18 CEST
Das hat hauptsächlich mit installer/objects.py:class textline zu tun. Dort gibt es einen Fehler bei

self.width=len(text)
def draw(self):
self.pad.refresh(0,0,self.pos_y,self.pos_x,self.pos_y+self.height,self.pos_x+self.width)

weil wohl das ncurses PAD (durch den zu langen Text) zu groß wird.

Leider bekommt man auch keinen Traceback (der Installer bricht einfach) da dieser wohl in main.py "abgefangen" aber nicht behandelt wird.

Dies ist für die Internationalisierung des Installers sehr unschön.
Comment 1 Stefan Gohmann univentionstaff 2013-04-03 05:55:04 CEST
Should be fixed with Bug #30547.

*** This bug has been marked as a duplicate of bug 30547 ***