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

[AutoComplete] Fix issue with popover positioning on iOS #7333

Merged
merged 1 commit into from
Jul 4, 2017
Merged

[AutoComplete] Fix issue with popover positioning on iOS #7333

merged 1 commit into from
Jul 4, 2017

Conversation

mattp94
Copy link

@mattp94 mattp94 commented Jul 4, 2017

Popover uses a helper iOSHelpers.js to make specific calculations for iOS. However, it seems to be useless with last Mobile Safari versions. Worse yet, it generates a bug with calculations:

bug-ios-autocomplete

See #5544 for more details.

  • 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).

@oliviertassinari
Copy link
Member

oliviertassinari commented Jul 4, 2017

Are you saying iOS Safari fixed the issue? 😄 Is keeping the support for the older version needed? I guess not.

Copy link
Member

@oliviertassinari oliviertassinari left a comment

Choose a reason for hiding this comment

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

Looks good

@devinivy
Copy link

devinivy commented Jul 4, 2017

Yep– iOS 10.3 was the magic version! It seems to have roughly 3/4 of the iOS share.

djbuckley added a commit to manchesergit/material-ui that referenced this pull request Jul 5, 2017
* call_em_all_-_master/master:
  [Docs] Add v0.18.6 to versions.json
  0.18.6
  [CHANGELOG] Extra information
  [CHANGELOG] Prepapre v0.18.6
  [TextField] Fix unfocused state when disabled (mui#7283)
  [DatePicker] Use pickerHeaderColor muiTheme property for DatePicker header customization (mui#7295)
  [ListItem] Apply paddingRight to automatic expand icon (mui#7313)
  [AutoComplete] Fix issue with popover positioning on iOS (mui#7333)
@oliviertassinari oliviertassinari added the component: autocomplete This is the name of the generic UI component, not the React module! label Apr 29, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug 🐛 Something doesn't work component: autocomplete 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.

3 participants