You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by lo...@apache.org on 2013/11/04 11:59:30 UTC

svn commit: r1538549 - /myfaces/tobago/branches/tobago-1.5.x/tobago-theme/tobago-theme-standard/src/main/resources/org/apache/myfaces/tobago/renderkit/html/standard/standard/script/tobago-menu.js

Author: lofwyr
Date: Mon Nov  4 10:59:29 2013
New Revision: 1538549

URL: http://svn.apache.org/r1538549
Log:
TOBAGO-1339: IE8: Menu may trigger an resize event when the window is maximized

Modified:
    myfaces/tobago/branches/tobago-1.5.x/tobago-theme/tobago-theme-standard/src/main/resources/org/apache/myfaces/tobago/renderkit/html/standard/standard/script/tobago-menu.js

Modified: myfaces/tobago/branches/tobago-1.5.x/tobago-theme/tobago-theme-standard/src/main/resources/org/apache/myfaces/tobago/renderkit/html/standard/standard/script/tobago-menu.js
URL: http://svn.apache.org/viewvc/myfaces/tobago/branches/tobago-1.5.x/tobago-theme/tobago-theme-standard/src/main/resources/org/apache/myfaces/tobago/renderkit/html/standard/standard/script/tobago-menu.js?rev=1538549&r1=1538548&r2=1538549&view=diff
==============================================================================
--- myfaces/tobago/branches/tobago-1.5.x/tobago-theme/tobago-theme-standard/src/main/resources/org/apache/myfaces/tobago/renderkit/html/standard/standard/script/tobago-menu.js (original)
+++ myfaces/tobago/branches/tobago-1.5.x/tobago-theme/tobago-theme-standard/src/main/resources/org/apache/myfaces/tobago/renderkit/html/standard/standard/script/tobago-menu.js Mon Nov  4 10:59:29 2013
@@ -145,7 +145,7 @@ Tobago.Menu.open = function(event) {
       left = Math.max(0, Math.min(left, page.outerWidth() - sub.outerWidth()));
       top = Math.max(0, Math.min(top, page.outerHeight() - sub.outerHeight()));
       if (Tobago.browser.isMsie678) {
-        left = Math.max(0, left - 1); // XXX occurs when the browser window is maximized on the desktop
+        left = Math.max(0, left - 1); // XXX TOBAGO-1339
       }
     } else {
       // is sub menu