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

sitckyControls act a bit wonky #392

Closed
wizaerd opened this issue Mar 10, 2017 · 3 comments · Fixed by #414
Closed

sitckyControls act a bit wonky #392

wizaerd opened this issue Mar 10, 2017 · 3 comments · Fixed by #414

Comments

@wizaerd
Copy link

wizaerd commented Mar 10, 2017

I'm truly sorry for bothering you yet once more today... But now I'm having an issue with stickyControls really behaving badly. Now granted, I am embedding the formBuilder inside of another client side component, from Telerik, the Splitter. The formBuilder UI is inside of a div which is inside of the splitter. Eventually as I add more and more formfields, eventually the control palette jumps completely out of the splitter panel and the div.

stickycontrols

I don't really think it has anything to do with the splitter, and unfortunately I need to keep using it in order to build this thing out the way my users want it.

@kevinchappell
Copy link
Owner

This is one of the "nuuumerous bugfixes" mentioned in my reply to #391. The fix may not directly address your issue but it does provide an option where instead of just setting stickyControls to true you can provide an object for positioning ie:

stickyControls: {
  enable: true,
  offset: {
    top: 120
  }
}

@wizaerd
Copy link
Author

wizaerd commented Mar 13, 2017

I don't know if it's too late to suggest this, but I'd like to suggest it anyways.... The canvas area be scrollable while the control palette remain stationary so instead of scrolling the whole thing, only the area where controls are being dropped scrolls.

@kevinchappell
Copy link
Owner

@wizaerd this is a good idea but would have to be an option since not many fields will be visible at a time.

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

Successfully merging a pull request may close this issue.

2 participants