| Project: | YUI Menu |
| Version: | 5.x-2.4 |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Issue Summary
Hey guys, first time posting here, just recently getting into Drupal, and am liking it so far, but I am running into a problem with my YUI Menu in IE6. I am using the YUI Module within Drupal to drive a menu. You can see the page at www.outlier-test-1.com it's the top menu with three items. The problem is that the menu crashes in IE6 (only) when you hover over one of the buttons that leads to a menu dropdown. I have narrowed it down to the scripts that are causing this problem, and they are all ones needed by the YUI menu to run. Has anyone else run into a similar problem?
Here are the scripts within my code that cause the crash:
<script type="text/javascript" src="/misc/jquery.js"></script>
<script type="text/javascript" src="/misc/drupal.js"></script>
<script type="text/javascript" src="/sites/all/modules/jquery_update/compat.js"></script>
<script type="text/javascript" src="/sites/all/modules/panels/js/panels.js"></script>
<script type="text/javascript">if (Drupal.jsEnabled) { $(document).ready(function() { $('body').addClass('yui-skin-sam'); } ); };</script>I've also determined that these scripts all work in conjunction, and that no one script causes the crash, its when they all are running together. However, they all need to be running together in order for the menu to work properly.