[1 mod] Default password field character ••• is small
Bug #615375 reported by
Ricardo Pérez López
This bug affects 11 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Ubuntu Font Family |
Confirmed
|
Medium
|
Unassigned | ||
ubuntu-themes (Ubuntu) |
Triaged
|
Low
|
Unassigned |
Bug Description
A. At a graphical Ubuntu terminal, enter "gksudo whatever" or "pkexec gedit" (without quotes). Or if you aren't on Ubuntu:
B. In a Web browser's address field, enter
data:text/
The bullet chars displayed when you're typing a password on every dialog which asks you for a password (i.e. GDM or gksudo) is too small, definitely smaller than the DejaVu one. IMHO this is an usability issue, because it's hard to see how many characters I typed.
As I said before, this isn't a problem when using DejaVu or Bitstream Vera fonts.
visibility: | private → public |
Changed in ubuntufontbetatesting: | |
status: | New → Triaged |
importance: | Undecided → Medium |
tags: | added: uff-style |
description: | updated |
description: | updated |
summary: |
- The bullet char is small + Default password field character ••• is small |
Changed in ubuntu-themes (Ubuntu): | |
status: | New → Triaged |
importance: | Undecided → Low |
tags: | added: xenial |
To post a comment you must log in.
I haven't yet tracked down which codepoint (glyph) this is; GtkEntry: :PROP_INVISIBLE _CHAR claims that it is initialised to '*' (asterisk) but that's clearly not the case. It is presumably one of:
· (U+00B7 MIDDLE DOT)
• (U+2022 BULLET)
∙ (U+2219 BULLET OPERATOR)
but is probably being overridden somewhere in the gksu/libgksu source code.