ok, if clicked on A+ first.

Comments

attheshow’s picture

Component: Code » Miscellaneous
Category: bug » support
Status: Active » Postponed (maintainer needs more info)

I've never seen this happen on any sites yet. Do you have any other jQuery modules enabled that might be interfering, or are you using a custom theme?

attheshow’s picture

Or can you possibly send a link to the site you're working on so that I can investigate further?

attheshow’s picture

One thing that I can tell right off is that you have some sort of "minification" process going on that is compressing your Javascript files and removing all white space, etc. It's definitely not the default Drupal Javascript compression, because that process does not remove whitespace. Is there any way you can turn off whatever mechanism is causing the "minification" to help troubleshoot this issue?

najibx’s picture

Yes, I do have "JavaScript Aggregator : 6.x-1.x-dev" Compresses the aggregated JavaScript file when Optimize JavaScript is enabled.

1. With "Optimize JavaScript files" Enabled" I unchecked "GZip JavaScript" checkbox.
- Once minified, optionally GZip the aggregated JavaScript file to dramatically decrease its size. Clear cached data

2. I disable "JavaScript Aggregator" With standard "Optimize JavaScript files" Enabled" . Clear cached data

3. "Optimize JavaScript files" Disabled . Clear cached data

4. I disable "Style Switcher" module. Clear cached data

5. All above, but change text size from inside page.

All comeout with same result. Hmm ... thank you very for looking this.

attheshow’s picture

Just went to your site again. I'm still seeing the minified version of the site javascript when I look at the source code of the page.

<script type="text/javascript" src="/sites/default/files/js/b8b5c33a92743e1942adc6b9b806ec4f.jsmin.js"></script>

najibx’s picture

sorry, actually after failed on the steps #4, I enabled everything back to previous state. Anyhow, I have disable "Optimize JavaScript files" and all I have now are ....

<script type="text/javascript" src="/misc/jquery.js?G"></script> 
<script type="text/javascript" src="/misc/drupal.js?G"></script> 
<script type="text/javascript" defer="defer" src="/sites/all/modules/admin_menu/admin_menu.js?G"></script> 
<script type="text/javascript" src="/sites/all/modules/jstools/jstools.js?G"></script> 
<script type="text/javascript" src="/sites/all/modules/collapsiblock/collapsiblock.js?G"></script> 
<script type="text/javascript" src="/sites/all/modules/jstools/jquery.cookie.js?G"></script> 
<script type="text/javascript" src="/sites/all/modules/hovertip/hovertip.js?G"></script> 
<script type="text/javascript" src="/sites/all/modules/photos/photos.js?G"></script> 
<script type="text/javascript" src="/sites/all/modules/styleswitcher/styleswitcher.js?G"></script> 
<script type="text/javascript" src="/sites/all/modules/styleswitcher/jquery.cookie.js?G"></script> 
<script type="text/javascript" src="/sites/all/modules/text_resize/jquery.cookie.js?G"></script> 
<script type="text/javascript" src="/sites/all/modules/text_resize/text_resize.js?G"></script> 
attheshow’s picture

I would try switching the theme stylesheet to a specific font size. Try:

body {font-size: 1em;}

It's currently set at:

body{background:#eff9fb;color:#333;font:75%...

If this does not work, try switching to a different theme. I'm guessing it's either something in your theme's CSS or a conflicting module, but I can only do so much to troubleshoot without this becoming a "major investigation" into your site.

najibx’s picture

Status: Postponed (maintainer needs more info) » Fixed

You're the man ... that's it !
Nothing to do with JS. I would suggest that this info should be included in readme.txt.
Also to be noted ...when using HTML editor, not use any text formating (font size) which this module will
somehow lost control.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.