Closed
Bug 1017560
Opened 11 years ago
Closed 11 years ago
Choosing the same language will modify the state of Show Translation button
Categories
(Firefox :: Translations, defect)
Tracking
()
VERIFIED
FIXED
Firefox 33
People
(Reporter: bmaris, Assigned: florian)
References
Details
(Whiteboard: p=1 s=33.1 [qa!])
Attachments
(1 file)
3.89 KB,
patch
|
Felipe
:
review+
Gavin
:
approval-mozilla-aurora+
|
Details | Diff | Splinter Review |
Steps to reproduce:
1. Start Firefox.
2. Load https://www.mozilla.org/fr/contribute/.
3. Click 'Translate' on the Translate infobar.
4. Click Show Original.
5. In the first dropdown field/or the second, select again the same language as the one it already is.
Expected results: Show Translation button does not switch to Show Original.
Actual results: Show Translation button switches to Show Original.
Notes:
1. Reproducible on Windows, Linux and Mac OS X
2. Screencast showing the issue - https://db.tt/7Zfw68Ea
Assignee | ||
Updated•11 years ago
|
Flags: firefox-backlog+
Assignee | ||
Updated•11 years ago
|
Whiteboard: p=1 [qa+]
Assignee | ||
Comment 1•11 years ago
|
||
This patch changes the code using _handleButtonHiding in the infobar to make it less fragile (it will now use the state saved in the TranslationUI object, rather than having hard coded parameter values after some operations).
Updated•11 years ago
|
Attachment #8437667 -
Flags: review?(felipc) → review+
Assignee | ||
Comment 2•11 years ago
|
||
Marco, please add this to the current iteration.
Flags: needinfo?(mmucci)
Assignee | ||
Comment 3•11 years ago
|
||
Comment 4•11 years ago
|
||
Added to Iteration 33.1
Flags: needinfo?(mmucci)
Whiteboard: p=1 [qa+] → p=1 s=33.1 [qa+]
Comment 5•11 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Target Milestone: --- → Firefox 33
Reporter | ||
Comment 6•11 years ago
|
||
Verified as fixed using latest Nightly on Windows 7 64bit, Ubuntu 14.04 32bit, Ubuntu 13.04 64bit and Mac OS X 10.9.2.
Status: RESOLVED → VERIFIED
Whiteboard: p=1 s=33.1 [qa+] → p=1 s=33.1 [qa!]
Comment 7•11 years ago
|
||
Comment on attachment 8437667 [details] [diff] [review]
Patch
[Approval Request Comment]
Bug caused by (feature/regressing bug #): This bug is part of the automatic translation feature, which we want to A/B test with a subset of Aurora 32 users.
User impact if declined: Infobar can be in a wrong state if the user chooses the same language in the language dropdowns
Testing completed (on m-c, etc.): landed on m-c
Risk to taking this patch (and alternatives if risky): minimal
String or IDL/UUID changes made by this patch: none
Attachment #8437667 -
Flags: approval-mozilla-aurora?
Updated•11 years ago
|
Attachment #8437667 -
Flags: approval-mozilla-aurora? → approval-mozilla-aurora+
Assignee | ||
Comment 8•11 years ago
|
||
status-firefox32:
--- → fixed
Updated•11 years ago
|
status-firefox33:
--- → fixed
Reporter | ||
Comment 9•11 years ago
|
||
Verified as fixed on Windows 7 64bit, Ubuntu 14.04 32bit and Mac OS X 10.9.3 using latest Aurora.
You need to log in
before you can comment on or make changes to this bug.
Description
•