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

On chrome after 10 tasks, the gantt chart is no more aligned #183

Open
masterlilou opened this issue Apr 19, 2021 · 14 comments
Open

On chrome after 10 tasks, the gantt chart is no more aligned #183

masterlilou opened this issue Apr 19, 2021 · 14 comments

Comments

@masterlilou
Copy link

image

it's working fine on firefow.

Same issue on edge.

I spend 3 hours on this topics but did'nt find any solution.

@masterlilou
Copy link
Author

Same issue on Twproject account

image

@masterlilou
Copy link
Author

A workaround (but it's not working when zooming)

function GanttMaster() {
......
if (isChrome) {
this.rowHeight = 30 + 0.142858505249023*2; // todo get it from css? current cell size => 30.142858505249023
} else this.rowHeight = 30; // for firefox

.......

@ade585
Copy link

ade585 commented Jun 24, 2021

Issue solved, let me known if you want the correction.

@ypresta
Copy link

ypresta commented Aug 16, 2021

I want the correction please!

@ade585
Copy link

ade585 commented Aug 16, 2021

Hi, with last update of IE & Chrome, the issue does not exist anymore.
So, my correction is no more needed 😊

@ypresta
Copy link

ypresta commented Aug 16, 2021

re ade585
I have used the plugin from robicch/jQueryGantt from github.
I have (565) lines as tasks. (lines taken from a database table) to disolay.
As a consequence, the page plugin get frozen which means there is no way to edit add only get to display. Chrome also gets frozen.
Please any information how to correct this.? is it a problem of memory or capacity storage on database for the plugin.
Thank you
YB

@ade585
Copy link

ade585 commented Aug 16, 2021

Hi, no issue detected by creating 565 lines (simple tasks).

Open browser debugger and check js errors, you will see problem root cause.

From my part, I have derived robicch/jQueryGantt source code since a while for me own purpose. For the time being I did'nt publish any release. May be in a near futur 🤞

@ypresta
Copy link

ypresta commented Aug 16, 2021

Re ade585
In opening chrome for robicch jquery gantt I had this Code d'erreur : SBOX_FATAL_MEMORY_EXCEEDED

@ade585
Copy link

ade585 commented Aug 16, 2021

Hum, difficult to help you on such issue.

@ypresta
Copy link

ypresta commented Aug 16, 2021

Re ad585

Have also this js ERROR...
Any idea?
jquery.min.js:2 Uncaught ReferenceError: contextPath is not defined
at initializeHistoryManagement (gantto2:2339)
at HTMLDocument. (gantto2:124)
at j (jquery.min.js:2)
at k (jquery.min.js:2)
initializeHistoryManagement @ gantto2:2339
(anonymous) @ gantto2:124

Thank you
YB

@ade585
Copy link

ade585 commented Aug 16, 2021

ho !!
you are using it through your own server.
No I cannot, I use my own server interface.

@ypresta
Copy link

ypresta commented Aug 16, 2021

This error is on localhost! wamp on local ....
AND WHERE DO WE GET contextPath ....
not on server!
How to correct it !

LoL
Thanks

@ypresta
Copy link

ypresta commented Aug 16, 2021

Re ade585,
You said json file implementation!
I suppose good idea
But how to implement it?
Thanks

@ypresta
Copy link

ypresta commented Aug 18, 2021

Re ade585,
For robicch/jQueryGantt plugin,
How to add tasks from a database table? on json file or else?
when I load a json file there is no way to display data newly loaded?
Have you got any version of this plugin that does this in your works??
Thank you so much

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