Skip to main content

All Questions

Tagged with
0 votes
1 answer
30 views

Issue with Resizing Shapes by Dragging Handles in JavaScript

I'm working on a JavaScript application where I'm implementing functionality to resize shapes by dragging their handles. I've encountered an issue with the resizing functionality. Also, when resizing ...
Dinesh Basnet's user avatar
0 votes
1 answer
205 views

Microsoft Edge Visual Search prevents dragging image

Since Microsoft Edge Version 120 something for Visual Search has changed which breaks dragging a image within my Angular Web App. The img Element has the property draggable="true". If ...
JIT Solution's user avatar
0 votes
1 answer
180 views

Multiple Moveable Resizable Windows with HTML / CSS

I am attempt to make multiple moveable resizable windows using only HTML / CSS. Based on this post from CSS-Tricks I have made two windows and they can both be moved. However, the second window ...
G. Putnam's user avatar
  • 1,322
0 votes
1 answer
324 views

Ability to move table rows up/down (drag and drop)

My table has five columns. I would like to add the ability to drag rows up or down. That is, when the user hovers over a row and then hovers over a button (in the first column), I would like the user ...
Paul's user avatar
  • 125
0 votes
0 answers
155 views

drag and drop in vuejs using an icon

I am working on drag and drop feature in my vue.js,here is my parent component: <script setup lang="ts"> import { ref, onMounted, defineAsyncComponent } from 'vue' import AddCourseCard ...
rudeTool's user avatar
  • 598
0 votes
0 answers
31 views

Dragged element text is sticked to cursor as "hologram"/"shadow"

I'm trying to make an element draggable. It contains text and as soon as I drag the element outside the element boundaries, this weird clone of the text forms that is only slightly visible and bound ...
Jonas's user avatar
  • 45
0 votes
1 answer
646 views

how to change cursor while dragging in dragstart or dragover in Javascript?

I'm trying to change the cursor while im over the drop zone , I saw these questions but didn't help : Q1 , Q2 and Q3 , Here is what i tried . first I tried change it in dragstart and dragover by using ...
the_yaz2000's user avatar
0 votes
0 answers
67 views

Drag and Drop Behavior Inconsistent between Images in Safari

In this video, I'll be demonstrating an inconsistent drag-and-drop behavior that I've observed specifically in Safari. As you'll see, when dragging the motor.png for the second time, the element is ...
Aygün Özdemir's user avatar
0 votes
0 answers
80 views

Drag and drop issue with Chrome

I am trying to implement a drag-and-drop using JavaScript. It works perfectly in Firefox, but the drop does not work well in Chrome. The dragged file cannot be dropped easily on the defined area. Here'...
Reza's user avatar
  • 1
1 vote
0 answers
79 views

Issue with Drag-and-Drop Reset in JavaScript

const grid = document.querySelector('.grid'); const leftDiv = document.querySelector('.left-side') const rightDiv = document.querySelector('.right-side'); const btn = document.querySelector('.btn'); ...
lukas95's user avatar
  • 13
2 votes
1 answer
452 views

Drag and drop elements between two drop zones in R shiny

I am trying to use shiny to drag and drop elements from one column to another in a dynamic document. However, I could not identify a way: to have the A, B, C elements in one of the boxes (drop zones) ...
leparc's user avatar
  • 164
0 votes
1 answer
70 views

How to remove the shadow of the draggable item in Angular

How can I eliminate the shadow that appears beneath the backdrop when dragging an item within the Bootstrap modal dialog? As depicted in the accompanying picture, I am attempting to drag the "...
Ghasem Khalili's user avatar
1 vote
1 answer
45 views

Dragula hide list bullets while dragging

I am trying to create a sortable list of images using Dragula. In this list i dont want the bullets to be visible. The problem I am experiencing is that as I drag an element, the bullet for that ...
Eolo's user avatar
  • 69
1 vote
1 answer
146 views

Javascript/CSS - Clip image to container while dragging/panning and scaling/zooming

I want to be able to drag and zoom an image, but hide the overflow beyond the limits of the images container. Here is the basic setup: <div class="region-device-images-modal"> <...
Nate's user avatar
  • 105
1 vote
1 answer
135 views

Drag and Drop Template using JavaScript

After Dragging a block from left container to right container, it gets removed from left container. How to prevent from removing from left container and should drag and drop multiple times the same? I ...
Cullen's user avatar
  • 25

15 30 50 per page
1
2
3 4 5
34