You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by we...@apache.org on 2008/03/18 15:01:59 UTC

svn commit: r638366 - /myfaces/tobago/trunk/theme/standard/src/main/resources/org/apache/myfaces/tobago/renderkit/html/standard/standard/script/tobago-sheet.js

Author: weber
Date: Tue Mar 18 07:01:56 2008
New Revision: 638366

URL: http://svn.apache.org/viewvc?rev=638366&view=rev
Log:
(TOBAGO-638) Sheet paging to certain Page/Row sometimes fail
<http://issues.apache.org/jira/browse/TOBAGO-638>

Modified:
    myfaces/tobago/trunk/theme/standard/src/main/resources/org/apache/myfaces/tobago/renderkit/html/standard/standard/script/tobago-sheet.js

Modified: myfaces/tobago/trunk/theme/standard/src/main/resources/org/apache/myfaces/tobago/renderkit/html/standard/standard/script/tobago-sheet.js
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/theme/standard/src/main/resources/org/apache/myfaces/tobago/renderkit/html/standard/standard/script/tobago-sheet.js?rev=638366&r1=638365&r2=638366&view=diff
==============================================================================
--- myfaces/tobago/trunk/theme/standard/src/main/resources/org/apache/myfaces/tobago/renderkit/html/standard/standard/script/tobago-sheet.js (original)
+++ myfaces/tobago/trunk/theme/standard/src/main/resources/org/apache/myfaces/tobago/renderkit/html/standard/standard/script/tobago-sheet.js Tue Mar 18 07:01:56 2008
@@ -321,6 +321,7 @@
       if (keyCode == 13) {
         if (input.value != input.nextSibling.innerHTML) {
           this.reloadWithAction(input.actionId);
+          Tobago.stopEventPropagation(event);          
         }
         else {
           this.textInput = input;