Opened 11 years ago
Closed 11 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)
Change History (8)
by , 11 years ago
| Attachment: | xwlan_tcpip.png added |
|---|
comment:1 by , 11 years ago
| Cc: | added |
|---|
comment:2 by , 11 years ago
comment:3 by , 11 years ago
| Owner: | set to |
|---|---|
| Status: | new → accepted |
comment:4 by , 11 years ago
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__
comment:5 by , 11 years ago
Testversion at
http://members.aon.at/buchinger/Download/wlanstat.exe
Feedback pending.
comment:6 by , 11 years ago
I've replaced the file linked above. Should now look fine on low resolution displays too.
comment:7 by , 11 years ago
| Resolution: | → fixed |
|---|---|
| Status: | accepted → closed |

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.