Giter VIP home page Giter VIP logo

Comments (4)

bokuweb avatar bokuweb commented on May 29, 2024

Hi, thanks for your report.

With the latest version that behaviour is broken

Which version did you use ??
Is below issue related this problem??

#179

from re-resizable.

petrovalex avatar petrovalex commented on May 29, 2024

Was trying 4.3.1. I do not think they are related. Looks like some of the newly received props are getting ignored. So in render method I have something like that:

`const handles = {
top: false,
right: false,
bottom: false,
left: false,
topRight: false,
bottomRight: false,
bottomLeft: false,
topLeft: false
};

let resizableProps = {
enable: handles
};

if (shouldResize) {
resizableProps = {
enable: {
...resizableProps.enable,
bottomRight: true
},
defaultSize: {width: 350, height: 90},
minWidth: 170,
minHeight: 95,
style: {zIndex: 1000}
};
}
<Resizable {...resizableProps}>...</Resizable>`

The initial value of shouldResize = false;
When 'shouldResize' becomes true defaultSize prop is getting ignored, component rendered with
following style: width: auto,height:auto,min-width:170px,min-height:95px,z-index:1000. Then, if I resize component with a mouse, width and height are set to exact values in px, but when shouldResize changes back to false the style becomes: width: 130px,height:40px (values are just for example). So some styles are removed but width and height are not reset to auto. That how it was working in "react-resizable-box": "2.1.0" and that is desired behaviour for me.

from re-resizable.

SomethingSexy avatar SomethingSexy commented on May 29, 2024

I think I am having a similar issue where I want to have a set height on creation, but it is setting the height to auto. Once a resize happens, the height gets set to a value in pixels.

from re-resizable.

bokuweb avatar bokuweb commented on May 29, 2024

@petrovalex @SomethingSexy Thanks for your report. would you please provide reproduced project with codesandbox?
https://codesandbox.io/s/xp9p7272m4

from re-resizable.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.