add event dialog box displayed only partly on win10
Categories
(Calendar :: Dialogs, defect)
Tracking
(Not tracked)
People
(Reporter: buecher, Unassigned)
Details
Attachments
(1 file)
|
38.80 KB,
image/png
|
Details |
Comment 2•6 years ago
|
||
Klaus do you still see this when using a current version?
yes in most current: if there are several calendars, the drop down arrow of the calendar listbox is outside the displayed dialog area
OS is Win 10 1903
Comment 5•6 years ago
|
||
I can't see any problem here. Could someone provide a screen dump?
as requested a screenshot of the dialog: win 10, 24 inch monitor
Lösc: delete button is cut off (but recognisable - not critical).
calendar selection: dropdown arrow is not displayed - so nobody can know there are other calendars. I know, but would my wife know?
Gegenvorschläge verbi (checkbox at bottom): users not familiar with invitation process might not know what to use it for.
Comment 9•6 years ago
|
||
Thank you.
The text string labels in your German language version are very much longer than my en-GB strings. Additionally, I set my toolbar buttons to use icons only. Maybe that's why I don't see your problem on any of my systems.
To test if localization is part of the issue are you able to check with...
a) an English locale?
b) toolbar buttons set to icons (no text)?
Maybe the default width for the dialogue is hard-coded to a figure that worked for an English-speaking designer.
In my admittedly limited experience, it's hard to get a GUI to respect all the possible variations of text size, text string length, screen size and resolution, plus the challenges of different platforms (OS, desktop environment) etc, etc. I've seen breakages of this type (text not fitting to buttons) just between different flavours of Windows. And what do you do if it simply will not fit? At the very least, you want a scroll bar somewhere to hint that there is more material hiding out of sight.
You may be able to set a minimum width for this dialogue via a userChrome.css file. (I have had to do something similar with the Account Settings dialogue, which was taller than my low-resolution laptop's screen). But it is non-trivial to discover the appropriate property's name and attributes.
e.g.
/* fix for too-tall dialogue where buttons are not visible, being off the bottom */
#accountManager { min-height: 58em !important; }
| Reporter | ||
Comment 10•6 years ago
|
||
The true bug is the dropdown arrow missing on the calendar list. So users cannot see if there is a choice of calendars. There are non IT related users who would not be able to guess.
Left to the calendar dropdown list is Kategorie and Kalender. I guess in the English version it is Category and Calendar. The German is 1 character longer than the English. Localisation should be able to cover that.
Whether hardcoded or not, the dialog should be so wide that the dropdown arrow is shown. It is visible on the category dropdown but not on calendar dropdown.
Updated•5 years ago
|
| Reporter | ||
Comment 12•4 years ago
|
||
looks ok on 78.10.2 with short calendar names. Also resizing is now according to windows standards
Comment 13•4 years ago
|
||
Thanks for the update.
You should close your report when you can no longer reproduce.
Description
•