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

Dragging timelines off the current window. #27

Open
Onisan2000 opened this issue Sep 28, 2011 · 1 comment
Open

Dragging timelines off the current window. #27

Onisan2000 opened this issue Sep 28, 2011 · 1 comment

Comments

@Onisan2000
Copy link

Hi,
I've noticed that you can mouse drag all of the timelines outside of the timeline frame and loose them until you re-load.
also when clicking on a timeline the underlaying popup box can also pop up half in and half hidden on the frame.
Gary

@timeglider
Copy link
Owner

Right: there's no limit right now to how you drag the timeline — it can drag everything completely out of the frame. Still need to work on a UI component that either restricts dragging (ceasing the drag when one is at an outer boundary) or gives one a clue about where the data is, off-frame.

We've fixed the modal pop-up by simply making it show up in the center of the screen, rather than trying a fancy conditional positioning. The problem with that has been that the parent element, extending beyond the visible frame, doesn't trigger jquery ui's position to "flip" or "fit" things, since the modals haven't exceeded the parent elements' boundaries.

I'll leave this open until we have a better way to keep the data constrained in the frame.

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

2 participants