Opened 9 years ago

Closed 9 years ago

#26 closed defect (fixed)

Dialogs are improperly sized leading to clipping on DBCS systems

Reported by: ataylor Owned by: andib
Priority: major Milestone:
Component: engine Version: 3.12
Keywords: Cc: aschn

Description

Dialogs throughout XWLAN are too small and/or provide insufficient space for controls on DBCS systems, which leads to clipping as well as cramped, difficult-to-read windows.

This is caused by the windows and controls being scaled for a font of 9.WarpSans? with the dialog units scaled for the SBCS default of System Proportional. Since DBCS systems normally have a different default dialog font (and thus a smaller dialog unit size), all dialogs and controls are reduced in size and become too small for the content.

The solution (and the correct approach in general) is to always lay out the dialogs using the same font as the default system font. (The font can then be changed to the desired font after layout.)

Attachments (1)

xwlan_tcpip.png (5.3 KB) - added by ataylor 9 years ago.

Download all attachments as: .zip

Change History (8)

Changed 9 years ago by ataylor

Attachment: xwlan_tcpip.png added

comment:1 Changed 9 years ago by aschn

Cc: aschn added

comment:2 Changed 9 years ago by andib

Even on an standard English system with 1024x768 resolution (R60e) the TCP/IP page 2 (DHCP settings) is cropped. Height to small. XWLAN language setting English.

Worth to mention, XWLAN uses different sizes for the notebooks depending on selected language.

Attached how it looks on my main system.

comment:3 Changed 9 years ago by andib

Owner: set to andib
Status: newaccepted

comment:4 Changed 9 years ago by andib

ok, seems trac currently does not allow attaching files. Images will be attached later. Maybe someone can interpret this trac error -

Oops …
Trac hat einen internen Fehler festgestellt:

IndexError: pop from empty list

Wahrscheinlich ist das ein Problem mit der lokalen Installation.
Fehler in Trac gefunden?

Wenn Sie der Meinung sind, dies sollte eigentlich funktionieren, und Sie das Problem reproduzieren können, ziehen Sie in Betracht, dies dem Trac-Team mitzuteilen.

Bevor Sie dies tun, versuchen Sie jedoch bitte zuerst, nach ähnlichen Problemen zu suchen da es recht wahrscheinlich ist, dass dieses Problem schon zuvor berichtet worden ist. Bei Fragen zur Installation und Konfiguration von Trac oder seinen Plugins, suchen Sie bitte die Mailingliste auf, anstatt ein Ticket zu erstellen.

Ansonsten, Sie bitte einen neuen Fehlerbericht, der das Problem beschreibt und erklärt, wie es zu reproduzieren ist.
Python-Zurückverfolgungsinformationen
Letzter Aufruf zuerst:

    Datei "/usr/local/lib/python2.7/site-packages/trac/web/main.py", Zeile 497, in _dispatch_request
    Datei "/usr/local/lib/python2.7/site-packages/trac/web/main.py", Zeile 233, in dispatch
    Datei "/usr/local/lib/python2.7/site-packages/trac/web/chrome.py", Zeile 1015, in render_template
    Datei "/usr/local/lib/python2.7/site-packages/genshi/core.py", Zeile 184, in render
    Datei "/usr/local/lib/python2.7/site-packages/genshi/output.py", Zeile 58, in encode
    Datei "/usr/local/lib/python2.7/site-packages/genshi/output.py", Zeile 350, in __call__
    Datei "/usr/local/lib/python2.7/site-packages/genshi/output.py", Zeile 829, in __call__
    Datei "/usr/local/lib/python2.7/site-packages/genshi/output.py", Zeile 669, in __call__
    Datei "/usr/local/lib/python2.7/site-packages/genshi/output.py", Zeile 774, in __call__


Last edited 9 years ago by andib (previous) (diff)

comment:5 Changed 9 years ago by andib

comment:6 Changed 9 years ago by andib

I've replaced the file linked above. Should now look fine on low resolution displays too.

comment:7 Changed 9 years ago by andib

Resolution: fixed
Status: acceptedclosed
Note: See TracTickets for help on using tickets.