taitems / jQuery.Gantt

jQuery Gantt Chart
http://taitems.github.io/jQuery.Gantt/
MIT License
953 stars 304 forks source link

header width problem #210

Closed hacsko-adam closed 7 years ago

hacsko-adam commented 7 years ago

I checked the gantt in Firefox 49.0.2, Chrome 54 and Internet Explorer 11. In firefox and Chrome the header cells not fit to the width. asd I checked in inspecter and I( find out the browsers change border-width from 1px to 0.8px and I can't find out why and how could keep on 1px

Could anyone help me?

ps: No problem on IE

usmonster commented 7 years ago

Hi @adamka93, thanks for using the plugin! Are you using Bootstrap? It might be related to #32 / #102, in which case you might want to try the workaround described in those issues (see 2666f30).

If that fixes it, please feel free to close this issue. :)

hacsko-adam commented 7 years ago

thank you for quick reply @usmonster, I dont use bootstrap or any other css framework. None of them solved my problem. Even your demo is rendered with the issue in my browser: demogantt

usmonster commented 7 years ago

Hi @adamka93. Sorry for the delay. Can you please make a JSFiddle for your issue? I can't reproduce it.

Is your browser zoomed? Have you tried with no browser extensions/add-ons enabled? Have you tried on a different computer? Can you also please tell me if you still have the issue when you go to http://rawgit.com/taitems/jQuery.Gantt/master/index.html ?

In any case, the fix for #51 (coming soon) might also fix your issue, so you can follow that as well.

In the meantime, I will close this issue and reopen once you've provided more feedback. Thanks for reporting this!