Bug 571640. Part 3. In window_browser_drop.xul make the html element draggable so drag and drop works. r=enndeakin

This commit is contained in:
Timothy Nikkel 2010-06-25 16:51:17 -05:00
Родитель 23c417301c
Коммит 30028d7f0e
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -81,6 +81,6 @@ function loaded()
<browser id="chromechild" src="about:blank"/>
<browser id="contentchild" type="content" width="100" height="100"
src="data:text/html,&lt;body draggable='true' style='width: 100px; height: 100px;' ondrop='if (window.stopMode) event.stopPropagation(); if (window.cancelMode) event.preventDefault();'&gt;&lt;/body&gt;"/>
src="data:text/html,&lt;html draggable='true'&gt;&lt;body draggable='true' style='width: 100px; height: 100px;' ondrop='if (window.stopMode) event.stopPropagation(); if (window.cancelMode) event.preventDefault();'&gt;&lt;/body&gt;&lt;/html&gt;"/>
</window>