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

Update Javascript libraries like Jqplot for more compatibility #17

Open
malaki12003 opened this issue Sep 4, 2014 · 6 comments
Open

Comments

@malaki12003
Copy link

I am using AppFuss and like to include the Dashboard. I found there is some conflicts regarding JavaScript libraries. For example, In the last release, Jqplot 6.8.0 is used that leads many problems in rendering with new version of jquery. I updated this dependency to 6.16 and resolve some. Please upgrade all JavaScript dependencies.

@decebals
Copy link
Owner

decebals commented Sep 4, 2014

Can you supply a Pull Request? Thanks.

@decebals
Copy link
Owner

decebals commented Sep 4, 2014

Your problem is replicable on demo application or can you supply a quick start application that to highlight the bug? Do you use wicket 6 version (master) or wicket 7 version (branch wicket-7)?
I will try to investigate this problem but I need more information.

@malaki12003
Copy link
Author

At first I used the previous version (6) and encountered that any charts don't work properly in Appfuse (wicket version). So, I got your code and attempted to update some dependencies that resolved some issues but still remain some others. I thought may be If I would employ wicket 7, my dashboard perhaps get better but it didn't. for more information I've setup my app on redhat cloud at
http://demo-myportalapp.rhcloud.com/home. please log in by admin/admin and let me know how I can solve thee problem.

@malaki12003
Copy link
Author

I finally solve the problem as following: Bootstrap adds something like:

  • {
    box-sizing: border-box;
    }
    This causes a bad rendering in dashboard. So, I add in my css the following style:
    .dragbox > * {
    box-sizing: content-box !important;
    }

Dear Decebals, please apply my solution on the binaries in the maven repository.

@decebals
Copy link
Owner

decebals commented Sep 4, 2014

I committed on github some modifications on dashboard.css. Can you verify that everything is ok for you? Thanks

@malaki12003
Copy link
Author

Sure .... I will test and come back soon ...

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