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

Gantt scrollbars #6

Closed
LuisSerrano opened this issue Mar 16, 2011 · 7 comments
Closed

Gantt scrollbars #6

LuisSerrano opened this issue Mar 16, 2011 · 7 comments

Comments

@LuisSerrano
Copy link

I think the gabtt scrollbar dont work correctly, You can fix it ?

I have made ​​an arrangement perhaps a bit simple (Ideally, fix the operation of the bar)

Change the line 94:
From
div style="position:relative;height:<%= t_height + 24 %>px; overflow:auto;"
To
div style="position:relative;height:<%= t_height + 24 %>px; overflow-x:auto;overflow-y:hidden;"

@kulesa
Copy link
Owner

kulesa commented Mar 16, 2011

Luis, I cannot see your changes for the line 94, could you re-post?
And what kind of problem you have with scrollbar?

@kulesa
Copy link
Owner

kulesa commented Mar 16, 2011

(oops, closed this issue by mistake - you can keep commenting here)

@LuisSerrano
Copy link
Author

with the < and the > in the lines of code github don't show

@kulesa
Copy link
Owner

kulesa commented Mar 16, 2011

Fixed vertical scrollbar. Closed by a943699.

@kulesa
Copy link
Owner

kulesa commented Mar 16, 2011

Done, fixed in the last commit.

@LuisSerrano
Copy link
Author

I Think exist a problem ....
If the gantt has more issues.......

@LuisSerrano
Copy link
Author

Or the diagram may continue elongating. I think the fix is correct

This issue was closed.
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