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

After clone on linux and run index.html from chrome or browser DnD not working #26599

Closed
satinder007 opened this issue Jun 2, 2016 · 3 comments
Labels
web-libraries Issues impacting dart:html, etc., libraries

Comments

@satinder007
Copy link

Hi , I am like that functionality but after cloning in linux and then running index.html from browser drag and drop not working . pointer is showing means element dragging but not dropping . Please help for that .

@floitschG
Copy link
Contributor

Could you please provide some more information:

  • on which platform do you run into this issue? Dartium, dart2js, ...?
  • which version of the Dart-SDK are you using?
  • do you have some example code that exhibits the problem? (Ideally a full a repro which could be on github).
    thanks.

@satinder007
Copy link
Author

Yes you can clone it from git hub :

git clone https://github.com/dart-lang/dart-samples

then go into :
dart-samples/html5/web/dnd/basics

there have index.html and I run it simply from chrome but dropping not
working .

On Thu, Jun 2, 2016 at 6:14 PM, Florian Loitsch notifications@github.com
wrote:

Could you please provide some more information:

  • on which platform do you run into this issue? Dartium, dart2js, ...?
  • which version of the Dart-SDK are you using?
  • do you have some example code that exhibits the problem? (Ideally a
    full a repro which could be on github). thanks.


You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
#26599 (comment),
or mute the thread
https://github.com/notifications/unsubscribe/ASy7rlqx6EwTr3zk_pW8XTCrQEt8beVqks5qHtAigaJpZM4Isfmv
.

@alan-knight
Copy link
Contributor

The problem is that the sample attempts to just set the innerHtml to the result, it's enclosed in a meta tag, and the sanitizer disallows it. dart-archive/dart-samples#101

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
web-libraries Issues impacting dart:html, etc., libraries
Projects
None yet
Development

No branches or pull requests

3 participants