From 0e3d4bcdbd0da07c2ea1ac19a13180897fb808f5 Mon Sep 17 00:00:00 2001 From: Dan BROOKS Date: Sat, 10 Dec 2016 16:46:31 -0800 Subject: [PATCH] fix(Edit Album): TabIndex to positive for keyboard tab order [#68] --- plugins/editAlbum/views/gallery.jsx | 3 ++- plugins/editAlbum/views/page.jsx | 23 ++++++++++++----------- 2 files changed, 14 insertions(+), 12 deletions(-) diff --git a/plugins/editAlbum/views/gallery.jsx b/plugins/editAlbum/views/gallery.jsx index 96bd92db8..f915e4e9c 100644 --- a/plugins/editAlbum/views/gallery.jsx +++ b/plugins/editAlbum/views/gallery.jsx @@ -1,6 +1,7 @@ /* global GetGalleryNames */ const React = require('react'); +// eslint-disable jsx-a11y/tabindex-no-positive class GalleryDropdown extends React.Component { constructor(props) { super(props); @@ -28,7 +29,7 @@ class GalleryDropdown extends React.Component { return (
Gallery - {this.galleryOptions} diff --git a/plugins/editAlbum/views/page.jsx b/plugins/editAlbum/views/page.jsx index 0778201e2..830739509 100644 --- a/plugins/editAlbum/views/page.jsx +++ b/plugins/editAlbum/views/page.jsx @@ -1,5 +1,6 @@ const React = require('react'); +// eslint-disable jsx-a11y/tabindex-no-positive function Page(props) { return ( @@ -17,14 +18,14 @@ function Page(props) {
Album -
Sort by - @@ -45,47 +46,47 @@ function Page(props) {

- +

- +

- +

- +

- - +

- - + +

- +