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

Mask directive doesn't handle drag & drop #6710

Closed
damyanpetev opened this issue Feb 13, 2020 · 0 comments · Fixed by #6455
Closed

Mask directive doesn't handle drag & drop #6710

damyanpetev opened this issue Feb 13, 2020 · 0 comments · Fixed by #6455
Assignees
Labels
🐛 bug Any issue that describes a bug 📈 enhancement mask-editor severity: low version: 9.1.x ✅ status: resolved Applies to issues that have pending PRs resolving them, or PRs that have already merged.

Comments

@damyanpetev
Copy link
Member

Description

When you drag and drop text over a mask editor the text is allowed to exceed the limits of the mask and is not parsed as a value.

  • igniteui-angular version: 9
  • browser: N/A

Steps to reproduce

  1. Open https://www.infragistics.com/products/ignite-ui-angular/angular/components/mask.html#mask-demo
  2. Select the text from the first input
  3. Drag and drop it to the mask editor below

Result

The text is allowed go outside of the mask limits and you can 'delete' parts of the mask and literals:
mask-drag-drop

Expected result

The dropped text should be treated as paste and applied over the mask. Ideally, when dragging, the mask should appear with the browser cursor to allow to determine the drop location.

@jackofdiamond5 jackofdiamond5 mentioned this issue Feb 14, 2020
14 tasks
@Lipata Lipata added the ✅ status: resolved Applies to issues that have pending PRs resolving them, or PRs that have already merged. label Feb 14, 2020
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 📈 enhancement mask-editor severity: low version: 9.1.x ✅ status: resolved Applies to issues that have pending PRs resolving them, or PRs that have already merged.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants