Skip to content
This repository was archived by the owner on Sep 1, 2022. It is now read-only.

Updates #123

Merged
merged 2 commits into from
Feb 10, 2016
Merged

Updates #123

merged 2 commits into from
Feb 10, 2016

Conversation

sccolbert
Copy link
Contributor

This fixes a bug where dragging a file over the listing headers or over the empty space below the listing threw an exception. The listing widget was listening for drag/drop events for the entire node, not just the <ul> tag. The drag/drop handlers assume the event was fired over an <li> in that area, which might not be the case.

This is a partial fix. The full fix will involve updating the drag/drop handler to ensure the event is actually over a target item.

@blink1073
Copy link
Contributor

Thanks!

blink1073 added a commit that referenced this pull request Feb 10, 2016
@blink1073 blink1073 merged commit 6c5e212 into jupyter:master Feb 10, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants