| author | Max Li | 2012-02-23 10:53:02 (EST) |
|---|---|---|
| committer | sfranklin | 2012-03-07 14:20:16 (EST) |
| commit | 478bdb33fb21e7d3c459528be5f877c544a0026a (patch) (side-by-side diff) | |
| tree | 6b6550190da8aaa15fddc95bb4ca78f5d67f7758 | |
| parent | 38eaa30bda8ee5791eb205bf3039c97d4f99a933 (diff) | |
| download | org.eclipse.orion.client-478bdb33fb21e7d3c459528be5f877c544a0026a.zip org.eclipse.orion.client-478bdb33fb21e7d3c459528be5f877c544a0026a.tar.gz org.eclipse.orion.client-478bdb33fb21e7d3c459528be5f877c544a0026a.tar.bz2 | |
Bug 372356 - Can't close notifications with keyboard
| -rw-r--r-- | bundles/org.eclipse.orion.client.core/web/orion/commonHTMLFragments.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bundles/org.eclipse.orion.client.core/web/orion/commonHTMLFragments.js b/bundles/org.eclipse.orion.client.core/web/orion/commonHTMLFragments.js index 777a39c..6c3b0b3 100644 --- a/bundles/org.eclipse.orion.client.core/web/orion/commonHTMLFragments.js +++ b/bundles/org.eclipse.orion.client.core/web/orion/commonHTMLFragments.js @@ -70,7 +70,7 @@ define(['require'], '<div class="layoutRight pageActions" id="pageNavigationActions"></div>' + '<div id="notificationArea" class="layoutLeft layoutBlock slideContainer">' + '<div class="layoutLeft" id="notifications" aria-live="assertive" aria-atomic="true"></div>' + - '<div class="layoutRight"><span tabindex: "0" role: "button" class="layoutRight core-sprite-close imageSprite" id="closeNotifications"></span></div>' + + '<div class="layoutRight"><span tabindex="0" role="button" aria-label="Close notification" class="layoutRight core-sprite-close imageSprite" id="closeNotifications"></span></div>' + '</div>' + '<div id="parameterArea" class="layoutBlock slideParameters slideContainer">' + '<span id="pageParameterArea" class="slide">' + |

