Bug 728858

Summary: Editor navigation should only save if something has changed
Product: [Retired] Zanata Reporter: Sean Flanigan <sflaniga>
Component: Component-UIAssignee: James Ni <jni>
Status: CLOSED CURRENTRELEASE QA Contact: Ding-Yi Chen <dchen>
Severity: unspecified Docs Contact:
Priority: high    
Version: 1.3CC: zanata-bugs
Target Milestone: ---   
Target Release: 1.4.2   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2011-10-28 07:02:20 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On:    
Bug Blocks: 720853, 729533    

Description Sean Flanigan 2011-08-08 07:13:32 UTC
Description of problem:

If I use the keyboard or the mouse to move around the editor table, the table is saving even when nothing has changed.

Version-Release number of selected component (if applicable):
1.4-SNAPSHOT (20110808-1605).

How reproducible:
always

Steps to Reproduce:
1. Click in a target cell, but don't change the text.
2. Click in another row.
  
Actual results:
"Saved change to Translation Unit"

Expected results:
Just select the new cell (and update TM results).

Additional info:

Comment 1 Ding-Yi Chen 2011-08-09 01:00:09 UTC
Test Cases

Precondition:
  Assume:
  1st row is approved
  2nd row is need reviewed
  3rd row is empty
  4th row is approved

  Focus is on 1st row

Steps:
1. Move to Next Cell by keyboard shortcut by 3 times
   "Saved Translation Unit" should not appear.
   The Approval status of all rows should not be changed.

2. Move to Previouos Cell by keyboard shortcut by 3 times
   "Saved Translation Unit" should not appear.
   The Approval status of all rows should not be changed.

3. Click on cell editor in row , 1, 4, 2    
   "Saved Translation Unit" should not appear.
   The Approval status of all rows should not be changed.

Comment 2 James Ni 2011-08-11 07:57:19 UTC
I have modified, please verify it.

Comment 3 Ding-Yi Chen 2011-08-12 02:47:28 UTC
Verified with Zanata version 1.4-SNAPSHOT (20110812-0602).