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

[Table] Row click on empty cell to not die in IE #7520

Merged
merged 2 commits into from
Jul 24, 2017

Conversation

Brianzchen
Copy link

When selecting a row, if the cell selected is empty, an error will be thrown.

#3444

  • PR has tests / docs demo, and is linted.
  • Commit and PR titles begin with [ComponentName], and are in imperative form: "[Component] Fix leaky abstraction".
  • Description explains the issue / use-case resolved, and auto-closes the related issue(s) (http://tr.im/vFqem).

* [TableBody] Row click on empty cell to not die in IE
@oliviertassinari
Copy link
Member

That's breaking the build. I don't know much about that feature. I couldn't tell if it's the right fix or not. Still, I think that we can try to merge. Need to fix the build through and to make sure it's safe.

@oliviertassinari oliviertassinari added component: table This is the name of the generic UI component, not the React module! PR: needs revision The pull request can't be merged. More details is available on the code review or fails in the CI labels Jul 24, 2017
* [TableBody] Check range count is greater than 0 before checking the 0th index node range
@oliviertassinari oliviertassinari added PR: Review Accepted and removed PR: needs revision The pull request can't be merged. More details is available on the code review or fails in the CI labels Jul 24, 2017
@oliviertassinari oliviertassinari merged commit 78611c3 into mui:master Jul 24, 2017
@oliviertassinari
Copy link
Member

@Brianzchen Thanks

djbuckley added a commit to manchesergit/material-ui that referenced this pull request Jul 28, 2017
* call_em_all_-_master/master:
  [examples] Remove browserify
  Fixes mui#7559 (mui#7560)
  [docs] Update ROADMAP (mui#7543)
  [Table] Row click on empty cell to not die in IE (mui#7520)
  Internal(EnhancedSwitch): fix checked prop (mui#7499)
adam187 added a commit to adam187/material-ui that referenced this pull request Nov 21, 2017
…om-build

* fix/broken-touch-scroll-on-nested-menu-items:
  [Menu] Ignore loosing focus on click away for item with menu items
  [examples] Remove browserify
  Fixes mui#7559 (mui#7560)
  [docs] Update ROADMAP (mui#7543)
  [Table] Row click on empty cell to not die in IE (mui#7520)
  Internal(EnhancedSwitch): fix checked prop (mui#7499)
  fix: comment typo (mui#7523)
  [Docs] Add v0.18.7 to versions.json
  v0.18.7
  [CHANGELOG] Prepare v0.18.7
  [ListItem] Fix triggers onTouchTap when disabled (mui#7486)
  [Popover] Scroll Container issue (mui#7472)
  [Table] Don't set height to tbody (mui#7484)
  docs: fix typo in Avatar readme (mui#7478)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component: table This is the name of the generic UI component, not the React module!
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants