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

Resizing Board Makes Notes Lose Position Relative to Sections #17

Closed
fire opened this issue Jun 7, 2011 · 4 comments
Closed

Resizing Board Makes Notes Lose Position Relative to Sections #17

fire opened this issue Jun 7, 2011 · 4 comments

Comments

@fire
Copy link

fire commented Jun 7, 2011

I checked the demo on Chrome. When I resize the board width-wise the notes stay where they are. This effectively loses the position of the notes.

I thought of two ways to fix this. Either move the notes based on a scale value (simple) or record which "section" the note is in and keep the note with the section.

@aliasaria
Copy link
Owner

yes you're right -- i like the scale idea best, as there is no real notion of section. this is a bit of work, but can be done!

@yhslai
Copy link
Contributor

yhslai commented Jun 13, 2011

I have done this feature.

My implement is to nail cards to left borders of their section.
There are two reason to do so:

  1. In the same section, distance between cards remains when people resize board.
  2. The cards on line are still on line.

@aliasaria
Copy link
Owner

Awesome -- I will take look.

@aliasaria
Copy link
Owner

fixed thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants