question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Drag Handle and Resize combo

See original GitHub issue

Is it possible to have both resize and dragging with a handle work together? I’ve tried various config combinations and it just ends up losing resize functionality.

Here is what it currently looks like

interact(box)
            .resizable({
                preserveAspectRatio: true,
                edges              : { left: true, right: true, bottom: true, top: true }
            })
            .on('resizemove', function(event) {
                         ...
            })
            .draggable({
                onmove: dragMoveListener
            }) .allowFrom('.box-menu-bar');

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Comments:10 (4 by maintainers)

github_iconTop GitHub Comments

0reactions
ThePlasticcommented, Mar 30, 2017

is drag handle and resize combo now working? EDIT: I tried with the master branch but it seems it still doesn’t work, has anyone tried successfully?

Read more comments on GitHub >

github_iconTop Results From Across the Web

Resizing Drop-Down Combo Boxes - IBM
Procedure. In the Layout Window, click the drop-down combo box you want to resize in the form. Drag a handle of the combo...
Read more >
click, drag, and resize events getting mixed - Stack Overflow
When I finish dragging an element, both the dragstop and click handlers are called. Same with resize and click. Any ideas on how...
Read more >
Allow image resizing with inline drag handles instead of a dialog
When selecting an image, I expect drag handles to show me that an image selection has occurred and that let me resize the...
Read more >
Resize combobox: handle in both sides - Ext.NET Forums
Hi I have noticed that resizing a combo (if enabled) is a a bit tedious if the ... of the combo dropdown or...
Read more >
Move and resize controls independently - Microsoft Support
Drag the layout by using the layout selector at the upper-left corner of the layout. A layout selector on a form in Design...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found