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

drag copy doesnot work when target div inside table. version: 0.8.0, 0.8.2 #361

Closed
shahbazov opened this issue Jan 15, 2013 · 3 comments
Closed
Labels

Comments

@shahbazov
Copy link

<table>
            <tbody>
                <tr>
                    <td>
                         <div id="example1"></div>
                    </td>
                </tr>
            </tbody>
 </table>
<script>

var data = [
  {id: 1, name: "Ted", isActive: true, color: "orange"},
  {id: 2, name: "John", isActive: false, color: "black"},
  {id: 3, name: "Al", isActive: true, color: "red"},
  {id: 4, name: "Ben", isActive: false, color: "blue"}
];

settings={
    data: data 
}
var $container = $("#example1");

$container.handsontable(settings);
</script>

note:
this issue is actual starting from version 0.5.0
this issue is absent on version 0.5.0

@warpech
Copy link
Member

warpech commented Feb 21, 2013

Duplicate of #355

@setthase
Copy link

We have a new policy of closing duplicate tickets. Thanks for your input, please follow original #355 for this issue.

warpech added a commit that referenced this issue Jun 18, 2013
…#361, #538, #438, #671, #704) - this makes me realize how many people still use tables to create a layout
@setthase
Copy link

This should be fixed in new version of HOT (0.9.6). Thanks for your report.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants