Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Accessibilty] Make kbn_accessible_click part of autoload/all #13299

Merged

Conversation

tsullivan
Copy link
Member

Plugins that use autoload/all weren't getting the advantage of having the kbn_accessible_click directive. This adds that directive to be loaded, and also removes some unnecessary imports of that directive.

Copy link
Contributor

@cjcenizal cjcenizal left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Awesome! Maybe we should create an accessbility/index.js file to import the kbn_accessible_click.js directive?

@tsullivan
Copy link
Member Author

I tested all the links in Discover, Timelion, and Dashboard and they still function with keyboard accessibility.

@timroes timroes self-requested a review August 3, 2017 06:31
Copy link
Contributor

@timroes timroes left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@tsullivan
Copy link
Member Author

Thank you, reviewers!

@tsullivan tsullivan merged commit 6648335 into elastic:master Aug 3, 2017
@tsullivan tsullivan deleted the fix/a11y-make-accessibleclick-autoload branch August 3, 2017 17:02
tsullivan added a commit to tsullivan/kibana that referenced this pull request Aug 3, 2017
…c#13299)

* [Accessibility] Ensure kbn-accessible-click is part of autoload/all

* remove unecessary kbn_accessible_click imports

* use an index.js file to expose inner directives
tsullivan added a commit to tsullivan/kibana that referenced this pull request Aug 3, 2017
…c#13299)

* [Accessibility] Ensure kbn-accessible-click is part of autoload/all

* remove unecessary kbn_accessible_click imports

* use an index.js file to expose inner directives
tsullivan added a commit to tsullivan/kibana that referenced this pull request Aug 3, 2017
…c#13299)

* [Accessibility] Ensure kbn-accessible-click is part of autoload/all

* remove unecessary kbn_accessible_click imports

* use an index.js file to expose inner directives
@tsullivan
Copy link
Member Author

6.x/6.1.0: 7e0559f
6.0/6.0.0-beta1: b3615e8
5.6/5.6.0: e9528c2

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants