|
| 1 | +--- |
| 2 | +name: Bug report |
| 3 | +about: Create a report to help us improve |
| 4 | +title: "[bug] " |
| 5 | +labels: "" |
| 6 | +assignees: "" |
| 7 | +--- |
| 8 | + |
| 9 | +<!-- |
| 10 | +
|
| 11 | +PLEASE READ BEFORE POSTING YOUR ISSUE! |
| 12 | +
|
| 13 | +If your issue is related to a framework or @types/sortablejs, |
| 14 | +please post an issue on it's relevant repository instead: |
| 15 | +
|
| 16 | +- Angular |
| 17 | + - 2.0+: https://github.com/SortableJS/angular-sortablejs/issues |
| 18 | + - legacy: https://github.com/SortableJS/angular-legacy-sortablejs/issues |
| 19 | +- React |
| 20 | + - ES2015+: https://github.com/SortableJS/react-sortablejs/issues |
| 21 | + - mixin: https://github.com/SortableJS/react-mixin-sortablejs/issues |
| 22 | +- Polymer: https://github.com/SortableJS/polymer-sortablejs/issues |
| 23 | +- Knockout: https://github.com/SortableJS/knockout-sortablejs/issues |
| 24 | +- Meteor: https://github.com/SortableJS/meteor-sortablejs/issues |
| 25 | +
|
| 26 | +
|
| 27 | +If it is a bug found from using one of these, please link to the related issue. |
| 28 | +
|
| 29 | +--> |
| 30 | + |
| 31 | +**Describe the bug** |
| 32 | + |
| 33 | +<!-- A clear and concise description of what the bug is. --> |
| 34 | + |
| 35 | +**To Reproduce** |
| 36 | +Steps to reproduce the behavior: |
| 37 | + |
| 38 | +1. Go to '...' |
| 39 | +2. Click on '....' |
| 40 | +3. Scroll down to '....' |
| 41 | +4. See error |
| 42 | + |
| 43 | +**Expected behavior** |
| 44 | + |
| 45 | +<!-- A clear and concise description of what you expected to happen. --> |
| 46 | + |
| 47 | +**Information** |
| 48 | + |
| 49 | +<!-- This is required. Issues without this critical information will be closed. --> |
| 50 | + |
| 51 | +Versions - Look in your `package.json` for this information: |
| 52 | +sortablejs = ^x.x.x |
| 53 | +@types/sortablejs = ^x.x.x |
| 54 | + |
| 55 | +**Additional context** |
| 56 | +Add any other context about the problem here. |
| 57 | + |
| 58 | +**Reproduction** |
| 59 | +codesandbox: <your_url_here> |
| 60 | + |
| 61 | +<!-- |
| 62 | +
|
| 63 | +Providing a codesandbox really helps us understand your issue. |
| 64 | +Bugs with codesandboxes attached are likely to be resolved more quickly than others. |
| 65 | +
|
| 66 | +Once you've created a public codesandbox, please paste a link in here |
| 67 | +
|
| 68 | +Here are some templates to get you started. |
| 69 | +
|
| 70 | +- Javascript: https://codesandbox.io/s/sortablejs-javascript-jy3tl?file=/src/index.js |
| 71 | +- Typescript: https://codesandbox.io/s/sortablejs-typescript-6it9n?file=/src/index.ts |
| 72 | +
|
| 73 | +--> |
0 commit comments