German translation: password wrong text is too long and destroys layout
Bug #1312749 reported by
Jonas Schwabe
This bug affects 7 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Unity |
Fix Released
|
High
|
Jonas Schwabe | ||
7.2 |
Fix Released
|
High
|
Unassigned | ||
unity (Ubuntu) |
Fix Released
|
High
|
Jonas Schwabe | ||
Trusty |
Fix Released
|
Undecided
|
Unassigned |
Bug Description
When I try to log in with a wrong password, the string which informs me about the wrong password is too long (I will attach a "screenshot") it makes the password box enlarge, which makes the right end of it (with the circle, that is spinning while logging in) disappear.
[Test Case]
(1) Log in to Unity
(2) Set the local to German (Use the Language Support panel in System Settings)
(3) Bring up the lockscren (eg. using control-alt-L)
(4) Attempt to unlock but enter an incorrect password
[Regression Potential]
Rendering error message text in the password dialog has been modified. It is possible the text may break incorrectly or the box may be incorrectly sized.
Related branches
lp://qastaging/~brandontschaefer/unity/lp.1312749-fix
- PS Jenkins bot (community): Approve (continuous-integration)
- Stephen M. Webb (community): Approve
-
Diff: 15 lines (+2/-0)1 file modifiedlockscreen/UserPromptView.cpp (+2/-0)
lp://qastaging/~bregma/unity/7.2.1
- Brandon Schaefer (community): Approve
-
Diff: 3275 lines (+2231/-373)31 files modifiedAUTHORS (+6/-1)
CMakeLists.txt (+1/-1)
ChangeLog (+1159/-0)
dash/DashController.cpp (+30/-25)
dash/DashController.h (+3/-5)
dash/DashView.cpp (+2/-2)
dash/ResultRendererTile.cpp (+1/-1)
debian/changelog (+41/-0)
debian/rules (+9/-5)
launcher/LauncherController.cpp (+0/-12)
lockscreen/CMakeLists.txt (+2/-0)
lockscreen/LockScreenAbstractShield.h (+5/-1)
lockscreen/LockScreenAcceleratorController.cpp (+146/-0)
lockscreen/LockScreenAcceleratorController.h (+46/-0)
lockscreen/LockScreenAccelerators.cpp (+528/-0)
lockscreen/LockScreenAccelerators.h (+94/-0)
lockscreen/LockScreenController.cpp (+14/-1)
lockscreen/LockScreenController.h (+4/-1)
lockscreen/LockScreenPanel.cpp (+4/-237)
lockscreen/LockScreenPanel.h (+2/-50)
lockscreen/LockScreenShield.cpp (+23/-6)
lockscreen/LockScreenShield.h (+2/-1)
lockscreen/LockScreenShieldFactory.cpp (+2/-2)
lockscreen/LockScreenShieldFactory.h (+2/-2)
lockscreen/UserPromptView.cpp (+2/-0)
plugins/unityshell/src/unityshell.cpp (+45/-10)
plugins/unityshell/src/unityshell.h (+1/-0)
tests/data/external.gschema.xml (+21/-0)
tests/test_lockscreen_controller.cpp (+3/-2)
unity-shared/DebugDBusInterface.cpp (+24/-4)
unity-shared/PluginAdapter.cpp (+9/-4)
Changed in unity: | |
importance: | Undecided → High |
milestone: | none → 7.2.1 |
status: | New → Triaged |
Changed in unity (Ubuntu): | |
status: | New → In Progress |
importance: | Undecided → High |
Changed in unity: | |
status: | Triaged → In Progress |
assignee: | nobody → Jonas Schwabe (jonas-schwabe) |
Changed in unity (Ubuntu): | |
assignee: | nobody → Jonas Schwabe (jonas-schwabe) |
description: | updated |
Changed in unity: | |
milestone: | 7.2.1 → 7.3.0 |
Changed in unity: | |
status: | In Progress → Fix Committed |
Changed in unity: | |
status: | Fix Committed → Fix Released |
To post a comment you must log in.
I made the StaticCairoText have a maximum width so the text is being displayed in two lines if necessary.