Bug 1077503
| Summary: | Editor dialog "Saving a 'Fuzzy' translation as 'Translated'" should disallow further page actions until dismissed | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [Retired] Zanata | Reporter: | Ding-Yi Chen <dchen> | ||||
| Component: | Component-UI | Assignee: | Alex Eng <aeng> | ||||
| Status: | CLOSED UPSTREAM | QA Contact: | Zanata-QA Mailling List <zanata-qa> | ||||
| Severity: | medium | Docs Contact: | |||||
| Priority: | unspecified | ||||||
| Version: | 3.3 | CC: | zanata-bugs | ||||
| Target Milestone: | --- | ||||||
| Target Release: | --- | ||||||
| Hardware: | Unspecified | ||||||
| OS: | Unspecified | ||||||
| Whiteboard: | |||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | Environment: | ||||||
| Last Closed: | 2015-07-31 01:21:13 UTC | Type: | Bug | ||||
| Regression: | --- | Mount Type: | --- | ||||
| Documentation: | --- | CRM: | |||||
| Verified Versions: | Category: | --- | |||||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||
| Cloudforms Team: | --- | Target Upstream Version: | |||||
| Embargoed: | |||||||
| Attachments: |
|
||||||
Tested 3.5.0-SNAPSHOT (git-server-3.4.2-201-ge0afdde) This should be a modal dialog, stopping the user from doing anything other than agreeing to the change or going back to the offending target. Migrated; check JIRA for bug status: http://zanata.atlassian.net/browse/ZNTA-449 |
Created attachment 875819 [details] Warning dialog blocking the entry 3, but the warning dialog is triggered by entry 2 Description of problem: After pressing Ctrl-Enter on a Fuzzy entry, a warning dialog "Saving a 'Fuzzy' translation as 'Translated' " will appear. However if user follows the instruction and press alt-up/down/j/k to move to other entry, the warning dialog should go away. Otherwise: 1. The dialog might blocking the sight of other entry, like the the attachment "WarningDialogBlockingView.png" 2. Some user might think Button "Save as Translated" applied to current focused entry, however, the it actually applies to original entry. This behavior might cause confusion. Version-Release number of selected component (if applicable): Zanata 3.4.0-SNAPSHOT (20140318-1453) How reproducible: Always, in both Firefox and Chrome. Steps to Reproduce: 1. Find or Make an Fuzzy entry by pressing "Ctrl-s" near the middle of screen. (In About Fedora/f13/About_Fedora, it is the 2nd entry) 2. Press Ctrl-Enter. Warning dialog should be popped up. 3. Press Alt-Down, the cursor should be moved to next entry. Actual results: The warning dialog block the sight of the next entry as shown in attachment. Using the "About Fedora/f13/About_Fedora" example, clicking on "Saved as Translated" will actually apply to 2nd entry instead of 3rd entry. Expected results: The warning dialog should disappear after Alt-Down is pressed Additional info: