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

fix(filtering): chips creation while typing in JP on Edge #3615

Merged
merged 10 commits into from
Jan 16, 2019

Conversation

SAndreeva
Copy link
Contributor

@SAndreeva SAndreeva commented Jan 15, 2019

Closes #3599

Additional information (check all that apply):

  • Bug fix
  • New functionality
  • Documentation
  • Demos
  • CI/CD

Checklist:

  • All relevant tags have been applied to this PR

NOTE:

Please check #3504 again to make sure we have not regresses it.

@SAndreeva SAndreeva added 🐛 bug Any issue that describes a bug ❌ status: awaiting-test PRs awaiting manual verification grid: filter-ui 🌐 browser: edge Issues specific to the MS Edge browser version: 7.2.x labels Jan 15, 2019
@sstoyanovIG sstoyanovIG added 💥 status: in-test PRs currently being tested ✅ status: verified Applies to PRs that have passed manual verification and removed ❌ status: awaiting-test PRs awaiting manual verification 💥 status: in-test PRs currently being tested labels Jan 16, 2019
@@ -286,7 +286,9 @@ export class IgxGridFilteringRowComponent implements AfterViewInit {
public onInput(eventArgs) {
// The 'iskeyPressed' flag is needed for a case in IE, because the input event is fired on focus and for some reason,
// when you have a japanese character as a placeholder, on init the value here is empty string .
if (this.isKeyPressed) {
if (isEdge()) {
Copy link
Contributor

Choose a reason for hiding this comment

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

You can combine the two if clauses as their blocks are the same.

@kdinev kdinev merged commit a58a2af into master Jan 16, 2019
@kdinev kdinev deleted the SAndreeva/fix-bug-3599-m branch January 16, 2019 16:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🐛 bug Any issue that describes a bug 🌐 browser: edge Issues specific to the MS Edge browser grid: filter-ui version: 7.2.x ✅ status: verified Applies to PRs that have passed manual verification
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Filtering row: no chip is created while typing Japanese characters on Edge
4 participants