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

Only disable tabs for "disablable" elements #5230

Merged
merged 3 commits into from
May 15, 2018
Merged

Conversation

dfreedm
Copy link
Member

@dfreedm dfreedm commented May 10, 2018

Fixes #5190

Copy link
Contributor

@TimvdLippe TimvdLippe left a comment

Choose a reason for hiding this comment

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

1 small question, other than that LGTM

@@ -113,6 +113,19 @@
'select': true
};

/** @type {!Object<boolean>} */
Copy link
Contributor

Choose a reason for hiding this comment

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

Maybe add a link to MDN/standard to the list where this is specified?

Note where the disabled attribute is defined for certain elements
Copy link
Member

@kevinpschaaf kevinpschaaf left a comment

Choose a reason for hiding this comment

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

LGTM

@kevinpschaaf
Copy link
Member

Once you're ready, let's make sure to merge this into master also.

IE 11 blocks dispatch of all events on elements with `disabled`
attribute.
dfreedm added a commit that referenced this pull request May 15, 2018
Related to #5190
Port of #5230 to 3.x
@dfreedm dfreedm merged commit 0df1e4c into 2.x May 15, 2018
@dfreedm dfreedm deleted the 2.x-tap-fix-disabled branch May 15, 2018 00:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants