зеркало из https://github.com/mozilla/gecko-dev.git
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:
Родитель
23c417301c
Коммит
30028d7f0e
|
@ -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,<body draggable='true' style='width: 100px; height: 100px;' ondrop='if (window.stopMode) event.stopPropagation(); if (window.cancelMode) event.preventDefault();'></body>"/>
|
||||
src="data:text/html,<html draggable='true'><body draggable='true' style='width: 100px; height: 100px;' ondrop='if (window.stopMode) event.stopPropagation(); if (window.cancelMode) event.preventDefault();'></body></html>"/>
|
||||
|
||||
</window>
|
||||
|
|
Загрузка…
Ссылка в новой задаче