Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Diagonal resizing is broken #37

Closed
maltenuhn opened this issue Jun 2, 2020 · 2 comments · Fixed by #40
Closed

Diagonal resizing is broken #37

maltenuhn opened this issue Jun 2, 2020 · 2 comments · Fixed by #40
Assignees
Labels
Bug Something isn't working Layout

Comments

@maltenuhn
Copy link
Member

maltenuhn commented Jun 2, 2020

Describe the bug
A manually inserted div or span cannot be resized diagonally.

To Reproduce

  1. In code, add a div (or View) into the main view, and fill it withhello world, so that the result is <span>Hello World</span>
  2. Try to resize it diagonally

Result: 9 block shows, but can't resize diagonally
Expected: either 9-block doesn't show (bleurgh) or we can actually resize

@maltenuhn maltenuhn added Bug Something isn't working Layout labels Jun 2, 2020
@enidemi enidemi self-assigned this Jun 2, 2020
@Rheeseyb
Copy link
Contributor

Rheeseyb commented Jun 3, 2020

Crap... I think there's a good chance I broke this with my work around only setting pins that had changed (#32)

@enidemi
Copy link
Contributor

enidemi commented Jun 3, 2020

i think i broke it last week when changing resize to drag from edge only adds the horizontal/vertical prop changed by dragging

@enidemi enidemi linked a pull request Jun 3, 2020 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Something isn't working Layout
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants