Open
Bug 152080
Opened 22 years ago
Updated 2 years ago
One should be able to disable drag and drop (dnd) [needed for kiosk mode]
Categories
(Core :: DOM: Copy & Paste and Drag & Drop, defect)
Tracking
()
NEW
People
(Reporter: burnus, Unassigned)
References
()
Details
The reason one wants to disable d'n'd is that for kiosk mode applications a drag
of an image/link onto the page itself will load that image/page.
On the example page drag the number (upper left, blue) on to the top button
(yellow, "Gesamt.."). Result: Only the image (the number) is shown.
Expected: Nothing would be happen since one has disabled drag'n'drop for the
keyboard less kioskmode (with all but one mousekey disabled).
Reporter | ||
Updated•22 years ago
|
Blocks: 3341
Summary: One should be able to disable drag and drop (dnd) → One should be able to disable drag and drop (dnd) [needed for kiosk mode]
Comment 2•22 years ago
|
||
This should be possible already for embedders to do. There are hooks to
disable. If someone wanted this functionality in mozilla, it could probably be
done with prefs using these apis also. See nsIOverrideDropSite and
nsIOverrideDragSource.
Reporter | ||
Comment 3•21 years ago
|
||
For single pages, one could use window.onDragDrop, I say "could" because this
event is not fired (bug 112288, see also: bug 50582).
Comment 4•21 years ago
|
||
I need to disable drag and drop of folders in Mozilla Mail. I use a laptop and
too often Mozilla Mail copies or moves a folder. You very rarely want to move
folders.
Comment 5•20 years ago
|
||
I would like to be disable dragging on hyperlinks without recompiling the
browser. When using a touch screen, attempting to click on a hyperlink tends to
cause the drag icon to show up instead of causing the click to be executed.
As a workaround, I replaced all the <A HREF> tags with <BUTTON> which do not
have this behaviour. Problem now is that button does not accept multiple lines
of text.
I use Debian Linux.
Updated•18 years ago
|
Assignee: bross2 → nobody
QA Contact: pmac
Comment 6•16 years ago
|
||
I also use a touchscreen and have problems with the hyperlinks!
When i use the plugin "grab and drag" to scroll with my fingers, i often hit a link and drag it instead of scrolling the current page.
There is an option to disable it at pictures: nglayout.enable_drag_images -> false
But it would be great to do this with links!
Thanks!
Floyd
Comment 7•16 years ago
|
||
FOUND SOLUTION!!!
In the plugin "Grab and drag" is an option like "grab everywhere to scroll".
So you can hit everywhere without dragging links and you can scroll such it is in Acrobat-Reader!
The option is in the main-settings-page of the plugin ->behavior ->second line.
Don't shoot me if it isn't word by word and no good English, because I speak German.
Hope this is also helpful, otherwise contact me.
Floyd
Updated•15 years ago
|
QA Contact: drag-drop
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•