Html content getting disappeared in chrome - javascript

I have a project which was built with javascript, fabricjs and jquery
Here's the link of the working project: http://vintagelogos.clickysoft.com/design-editor/?product=12&product_cms=29
When you change any option in the dropdown of "Drumhead Size" you'll notice that the whole section is getting disappeared, but when you resize the window, it will turn back to normal section.
Note:
This is working well in Firefox or IE and it was working fine in chrome as well.
But now I don't know why I am facing this issue.
Please Help

Removing position: absolute; from div#LumiseDesign div#lumise-left .lumise-tab-body-wrp should fix this.

Related

Latest chrome update causing bug in website layout, need help to solve the issue

A website template of mine was working fine in the previous version of chrome.
But after the new update of chrome, my template is not working properly, and it works properly in every other browser....
Link to the page is:
http://nas.musemaster.net/tayn/#resume
Link to image (the error):
http://nomansamejo.com/layout.png
The scroll is not working properly in the chrome, something white appears on the content, and only redraw some of the elements...

Chrome Inspect Element is not showing all Javascript

The current project I am working on builds a page's javascript code based on some conditions. All the code works but when I go to the Developer Tools to see it, it is not showing. Or more like it is truncated and 3 dots added at the end.
It seems to be a change with the recent update. It is extremely annoying to not be able to see everything. Does anyone know how to make it show everything? If it helps, I'm working on a mac. Thanks.
Chrome Version 42.0.2311.152 (64-bit)
If you right click on the <script> tag and select "Edit as HTML", you'll be able to access the whole script, without the hyphenation.

Superslides CSS issue in Chrome - need CSS guru

I have the superslides jQuery plugin installed here - http://coolon.businesscatalyst.com/
But the text container in Chrome only displays the text on the first slide. But works fine in FF and Safari.
Here is a link to the Superslides plugin in action with the text container working fine in Chrome - http://nicinabox.com/superslides/
I've tried everything and can't get it to display. Any thoughts!?
It seems the problem is that your images have
webkit-backface-visibility: hidden;
Just remove it.
i was facing the same issue but than i replaced the jquery.superslides from the one i downloaded from http://archive.nicinabox.com/superslides/ and it got resolved. The bug has been fixed now in the updated version of it.

Javascript slider not showing in IE9

We have an automatic slider on this website, http://www.realcapfinancial.com and it has been working on all browsers. IE9 doesnt seem to work. It comes up with and error, no object line 298... character 2 etc. I forget what it says but I can't check it again since I'm at work using a mac.
Any help is perfect, thank you
The element with id calcclick is only added after the Resources tab is click. However, this element is already adressed (on line 298) on page load.

Javascript for flash menu not loading in IE9 but fine in all other browsers

I have a flash menu on a site. The menu works fine in all browsers EXCEPT IE9. It looks like this javascript file is not loading:
<script type="text/javascript" src="scripts/ActiveContentDropDownWide.js"></script>
In IE9 it just displays BUTTON1, BUTTON2 etc but in all other browsers it displays the complete menu. This is what happens when the ActiveContentDropDownWide.js script is removed which is why it seems to be a problem with that script and IE9. But I could be wrong?
Any ideas would be greatly appreciated.
Try doing a Fiddler capture with IE9 and FF. Then, compare the 2 captures using Fiddler's Diff feature.
It is seems to me that the menu is hiding behind the content
maybe it is z-index problem if the flash menu inside a div ,give it high z-index number or google for ie9 z-index problem.
The javascript file that powers some of the menu needed to be updated with a new version that supports IE9. Once I updated it, the menu worked fine in IE9. Thanks.

Categories