Menu problems in IE and Chrome

Okay, the site is www.rainbowmorganhorseassoc.com.
I'm having 2 different issues with 2 different browsers, only it's not me having the issues, it's others. Everything is working fine for me in the same versions of the browsers, so I'm having difficulty figuring this out.
1st - In IE8, the page CSS seems to be overring the spry css, in that the visited links on the spry menu bar are changing color, as do the links in the body. I've never seen this happen before, and it's not happening for me, so I'm clueless and would like a hint. Also the menu is wrapping. See photo below.
2nd - In Chrome 8, the menu bar is wrapping around to 2 lines instead of staying on one line. Never seen this before either. See photo below.
Could it be her monitor setting possibly?
Thank you so much!

I am so glad that you started again, this is the best way to learn, trial and error.
To fix your woes to date, have a look at the following
.thrColFixHdr #header {padding:0;} /*remove the padding from the menubar container*/
ul.MenuBarHorizontal{width:auto;margin:0;} /*remove the fixed width and auto margin*/
ul.MenuBarHorizontal li{width:16.6667%;} /*spread the 6 items over the full width 6*16.6667% = 100%*/
ul.MenuBarHorizontal ul a{text-align:left;} /*Set the the alignment back to left for any menu item links that are in a sub menu*/
To add images to your menu items have a look at the following http://labs.adobe.com/technologies/spry/samples/menubar/MenuBarSample.html, you will find it at the bottom of the page.
I did not realise that SolidWorks still existed, started using it in the mid 1990's, excellent product, easy to use and promotes fast product development. I lost track of it when I went for retirement 10 years ago.
Gramps.

Similar Messages

  • Spry horizontal menu problem in IE and Chrome

    First I'd like to express my frustration with spry. I spend way too much time trying to "band-aid" spry to work in different browers. I'll admit that I'm new to the web game but I seem to spend a large percentage of my time simply trying different "fixes" to something that I don't think should be this much of a problem. Regardless ...
    I've made a pretty simple web page, put a spry horizontal menu on it and it works and displays just like it's supposed to in FF but IE and Chrome both seem to have a problem with it. Currently there are no links attached to it but that's not my problem - getting it to display correctly is. Possibly this issuehas already been addressed but I couldn't find it in the forum. Webpage can be viewed here
    I've put (what I believe to be) the relevant css on the Main Content section of the page. Any help will be much appreciated. Thanks in advance.

    I am so glad that you started again, this is the best way to learn, trial and error.
    To fix your woes to date, have a look at the following
    .thrColFixHdr #header {padding:0;} /*remove the padding from the menubar container*/
    ul.MenuBarHorizontal{width:auto;margin:0;} /*remove the fixed width and auto margin*/
    ul.MenuBarHorizontal li{width:16.6667%;} /*spread the 6 items over the full width 6*16.6667% = 100%*/
    ul.MenuBarHorizontal ul a{text-align:left;} /*Set the the alignment back to left for any menu item links that are in a sub menu*/
    To add images to your menu items have a look at the following http://labs.adobe.com/technologies/spry/samples/menubar/MenuBarSample.html, you will find it at the bottom of the page.
    I did not realise that SolidWorks still existed, started using it in the mid 1990's, excellent product, easy to use and promotes fast product development. I lost track of it when I went for retirement 10 years ago.
    Gramps.

  • I have a basic applet method timing problem with Firefox (and Chrome), not IE nor Opera. Works if JavaScript issues windows.alert() prior, fails otherwise.

    I have an applet method, which is invoked from a JavaScript function, that is triggered by the window.onload event. The problem seems to center in the loading of the applet and its methods.
    If I step through the 3 applet acceptance prompts (I chose to use a down-level Java), the applet method is never invoked, nor is an exception raised. How this happens is beyond my understanding.
    As additional information, the Init(), start(), and "desired" Java methods all use the synchronized keyword. This is an attempt to minimize the exposure to a multi-thread environment.
    If I issue a message from JavaScript (via window.alert()) PRIOR to invoking the method, I can get the desired results in special circumstances:
    1) When the alert is presented, Firefox also prompts, SIMULTANEOUSLY, to block/continue the applet (the first of the 3 applet acceptance prompts). I can accept that these are separate threads.
    2a) If I walk through the 3 applet acceptance prompts FIRST, and then hit the OK button on the alert message SECOND, I get the desired results, my applet method executes, and all is well (other than the fact that I would prefer not to have the alert in place at all).
    2b) If I hit the OK button on the alert message FIRST, and then walk through the 3 applet acceptance prompts SECOND, I get the same results as when the page loads WITHOUT the alert, which is the applet method is never invoked, nor is an exception raised. Weird, huh?
    The above problem only occurs when the browser and the applet's URL are loaded for the first time.
    Subsequent invocations (after the page & applet has been loaded initially) do not have the failing symptoms.
    It is my understanding that IE and Firefox (and Chrome and Opera, for that matter) each use the same implementation of JavaScript provided by Microsoft. Please correct me if this information is inaccurate.
    The failing page and it's applet are proprietary; I cannot provide the Internet URL, nor the Java or JavaScript source, to aid in your analysis.

    I can speak to the source code, but have no access to it.
    The current process/thread that invokes an applet method must check to see that the applet is not currently being loaded by another process/thread. If it is being loaded, the current process/thread should block until the load is complete, THEN attempt to invoke the applet method.
    Please forward my concern to a knowledgable developer. The nature of the problem, once identified, can be addressed in a very straightforward manner.

  • Cookie(?) problem on Firefox AND Chrome in xfce4

    So, this is a weird one:
    Firefox and chrome refuse to let me log-in to the majority of forums.  I enter my login details, get the 'please wait, redirecting...' then it takes me back to the login screen.  This is across multiple, unconnected forums.  opera doesn't seem to have this problem, although I do get 'invalid session, please resubmit form' occasionally when making posts using opera.
    I'm at a bit of a loss as to how to solve this problem.
    Obviously I've tried clearing my cache multiple times in both browsers, clearing down all my cookies and saved passwords / sessions etc  but the problem refuses to go away.  Help!

    Which Firefox/Chrome do you use ? Which site is that you mentioned ? Is there any output if you start these from console? Could you compare the output in terminal when you run opera and firefox e.g.?

  • Problem with validateRegExp (problem with IE and chrome but works for firefox)

    Hi everyone,
    I have a simple af:inputText with an af:validateRegExp in it with pattern "([^$%# ]+([ ]*[^$%# ]+)*)$".
    Now when I enter a very big value in this inputText and finally add a space to it, it gives a proper validation exception in Mozilla FireFox.
    But when I run the same thing in IE/ Chrome the screen hangs and after some time page not responding exception comes. What it is observed in chrome is that after a very long time it gives the proper validation exception even if page not responding error has come earlier. Has anyone faced such kind of problem earlier? Is there any solution for this?
    {code}
    <af:inputText label="Label 1"
                          binding="#{backingBeanScope.backing_datePOC.it1}"
                          id="it1" maximumLength="120">
              <af:validateRegExp pattern="([^$%# ]+([ ]*[^$%# ]+)*)$"/>
            </af:inputText>
    {code}

    Hi Frank,
    Thanks for your reply. I tried checking this pattern in java as well using an validator, in that case the thread got sucked for a bigger length string. So I guess the problem is with expression only. But I dont get one thing, if the problem would have been with expression it shouldnt have worked for smaller length string. But in this case it is working fine with a smaller length string.
    Regards,
    Vipin V B

  • Problem with firefox and chrome

    Hi guys,
    i've a problem with chrome. When i download something with google chrome and at the bottom i press on the file or show all downloads,  i'm redirected to firefox :0
    Tried also to uninstall firefox. No way, nothing happen if i press show all downloads or press on the downloaded file.
    Any advice?
    Thanks guys.

    Perhaps Mate isn't as gnome-like as I thought.  I just found this which looks to be a solution.
    Or, my solution to all xdg-open related problems: replace it.  I've writen a tiny script like below that I replace /usr/bin/xdg-open with so I can stay in control of what it is doing.
    #!/bin/bash
    # replacement for /usr/bin/xdg-open
    for f in $@; do mime=`file -b --mime-type "$f"`; case "$mime" in
    #MIME-TYPE) APPLICATION <END LINE WITH ;;>
    audio/*) mplayer "$f" ;;
    video/*) mplayer "$f" ;;
    */pdf) mupdf "$f" ;;
    esac; done > /dev/null 2>&1 &
      I would not recommend this script if you are not comfortable editting scripts as it does need customizing.  However, the alternate solution is to edit a much longer and much more confusing script.
    Edit: cleaned up my ugly script, as it is a work in progress.
    Last edited by Trilby (2012-05-14 15:46:54)

  • SWF problem in FF and Chrome browsers.

    Hi all,
    I have one problem with my swf file, I have created an swf for calculating speed. In the time of 12Sec. one person can move some distance with some x speed, an another person can move same distance with 2x speed, but finnaly two persons will reach the distance in same time that is 12Sec. I have created one timer for this, will show the time.If I run the swf the timer is working fine, I embeded this swf into html and I checked that html file using IE it is working fine, but if I check it in FF or Chrome the timer is running bit slow and it is effecting my functionality. So, any help on this please.....I attached the screen shorts here.
    I used AS3.0 to create this.
    SWF Output
    Chrome Output
    IE Output
    Thanks in Advance
    Santhosh Kumar M

    Hi kglad,
    here is the code.... please help me to find where I did the mistake...
    ****** START *************
    a_mc.stop();
    b_mc.stop();
    var ax:Number=a_mc.x;
    var bx:Number=b_mc.x;
    var count:Number=0;
    var cnt:Number=0;
    time.text=String(count);
    var b:Boolean;
    if (! b) {
              var endTime:int;
              var startTime=getTimer();
              this.addEventListener(Event.ENTER_FRAME,ff);
    function ff(e:Event):void {
              endTime=getTimer();
              fps_tf.text =String(Math.round(1000/(endTime-startTime)));
              startTime=endTime;
    var board:Sprite=new Sprite();
    addChild(board);
    board.graphics.lineStyle(1,0);
    board.graphics.moveTo(50,105);
    board.graphics.lineTo(450,105);
    board.graphics.beginFill(1);
    board.graphics.drawCircle(50,105,1.5);
    board.graphics.drawCircle(130,105,1.5);
    board.graphics.drawCircle(210,105,1.5);
    board.graphics.drawCircle(290,105,1.5);
    board.graphics.drawCircle(370,105,1.5);
    board.graphics.drawCircle(450,105,1.5);
    board.graphics.endFill();
    persA_txt.text=String(Math.round(a_mc.x-ax));
    persB_txt.text=String(Math.round(b_mc.x-bx));
    var sa:Number=2.75;
    var sb:Number=2.75;
    var tf:Number=0;
    var timer:Timer=new Timer(100,120);
    var ts:Number=0;
    var tms:Number=0;
    pl_btn.addEventListener(MouseEvent.CLICK, pla);
    function pla(event) {
              stage.addEventListener(Event.ENTER_FRAME, onenter);
              a_mc.play();
              b_mc.play();
              timer.start();
              tf=1;
    res_btn.addEventListener(MouseEvent.CLICK, sto);
    function sto(event) {
              stage.removeEventListener(Event.ENTER_FRAME, onenter);
              a_mc.x=ax;
              b_mc.x=bx;
              a_mc.stop();
              b_mc.stop();
              timer.reset();
              persA_txt.text=String(((a_mc.x-ax)/80).toFixed(1));
              persB_txt.text=String(((b_mc.x-bx)/80).toFixed(1));
              time.text=String("0");
              tms=0;
              ts=0;
              tf=2;
    pa_btn.addEventListener(MouseEvent.CLICK, pau);
    function pau(event) {
              stage.removeEventListener(Event.ENTER_FRAME, onenter);
              a_mc.stop();
              b_mc.stop();
              timer.stop();
    timer.addEventListener(TimerEvent.TIMER, doTimer);
    function doTimer(e:TimerEvent):void {
              tms++;
              if (tms==10) {
                        tms=0;
                        ts++;
              time.text=String(ts+"."+tms);
    timer.addEventListener(TimerEvent.TIMER_COMPLETE, ontimercomplete);
    function ontimercomplete(event) {
              a_mc.stop();
              b_mc.stop();
              tf=2;
              stage.removeEventListener(Event.ENTER_FRAME, onenter);
    function onenter(event) {
              a_mc.x=a_mc.x+sb;
              b_mc.x=b_mc.x+2*sa;
              if (b_mc.x<208) {
                        sa=2.75;
              } else {
                        if (a_mc.x<208) {
                                  sa=0;
                                  b_mc.stop();
              if (a_mc.x>=210) {
                        if (b_mc.x<368) {
                                  sa=2.75;
                                  b_mc.play();
                        } else {
                                  if (a_mc.x<368) {
                                            sa=0;
                                            b_mc.stop();
              if (a_mc.x>=368) {
                        sa=2.75/2;
                        b_mc.play();
              persA_txt.text=String(((a_mc.x-ax)/80).toFixed(1));
              persB_txt.text=String(((b_mc.x-bx)/80).toFixed(1));
    ******** END ************
    Thanks
    Santhosh Kumar M

  • Horizontal Menu problem in Firefox and Safari

    I have created a Spry Widget horizontal menu bar in my
    template .dwt. This menubar worked fine at first in IE7, Firefox3,
    and Safari 3 and 4, but now that all pages are in place, it
    displays incorrectly in Firefox and Safari. Specifically, for each
    dropdown menu, only the final item appears. While creating the
    pages, I did not make any changes to the template, so I am not sure
    what caused this error.
    www.davidarbury.com

    You are not using the latest Spry files
    The latest version of the Adobe Spry Framework is 1.6.1, this is the same version that ships with Dreamweaver CS4. If you use Dreamweaver CS3 (uses Spry 1.4), its wise to upgrade your files to the latest version. This can easily be done using the Spry Updater that can be found here.
    Then, if you have a look near the bottom of SpryMenuBarVertical.css you will see that the white background colour has been specified for IE as in
    @media screen, projection
        ul.MenuBarVertical li.MenuBarItemIE
        display: inline;
        f\loat: left;
        background: #FFF;
    Change the value to #CCC and it will have fixed that part of the problem.
    When you upgrade to the later version of Spry, make sure to keep a copy of the CSS file as a reference to modifying the new CSS file.
    Gramps

  • Widget/Parallax Problems with Muse and Chrome?

    For some reason when I publish my site to the business catalyst and it opens in chrome, the parallax images I have on my page dont show up and my youtube widgets (which are inside of a blank composition widget) and my tooltip widget is unresponsive (meaning they appear but are not interactive). I also have a google maps widget but have no issues with it.
    (for business catalyst this problem goes away after I refresh a couple of times but is still consistent when I first open it)
    This same problems also happen when I export my site as HTML and open the HTML file in Chrome. However none of the problems occur when I open the HTML file in Safari or Firefox. Futhermore, if I do preview site in browser and it opens in Chrome, than none of the problems occur.
    Here is my site for reference (I believe it is accessible):
    http://mindblownfilms.businesscatalyst.com/index.html
    For the record I am on the newest version of both Chrome and Muse
    *Also one of the edge animations I have doesnt seem to show up in the business catalyst but shows up when I view the HTML file in all browsers and when I preview the site in chrome.
    Thanks

    I believe you're encountering a bug Google introduced with Chrome 33 <https://code.google.com/p/chromium/issues/detail?id=336476&q=font&cols pec=ID%20Pri%20M%20Iteration%20ReleaseBlock%20Cr%20Status%20Owner%20S u mmary%20OS%20Modified>. It impacts the first paint of a web page containing web fonts. Google is aware of the bug and working on a fix. To confirm this is what you're seeing, does everything draw and function correctly if you reload the page? It appears to for me.

  • Still problems with firefox and chrome on the slideshows.

    Hello, I've been struggling with this problem for several days now. I can't get firefox 3.06 or chrome to load the slideshow created on iweb 3.03. Chrome would not even load the albums.
    Works fine on Safari.
    I reinstalled iweb. Nothing changed.
    Some of my friands could create sites that work fine without any particular patch, but some other people seem to have my problem as well. Any idea anyone?
    Thx for a much needed help.
    Message was edited by: melmdb

    What's the URL of your site so we can examine it first hand?
    OT

  • Firewire, Virtual software and Chrome don't work under Mountain Lion.  Why?

    I upgraded two machines to Mountain Lion:  A Core i7 iMac and a Core2Duo Mac Mini running OS X Server.
    The first thing I noticed was that any virtual machine software icons - Fusion, Parallels and Virtual Box - show up with the circle crossed out, even though each version was the latest installed (came as part of a couple of MacUpdate bundles). 
    Then I noticed on the iMac, all firewire devices were not being seen.  I have a Lacie 4big Quadra hooked up via firewire 800, an LG DVD+R drive on firewire 400 (800 to 400 cable coming out of the Lacie) and an EyeTV 200, which all were working just fine under Lion.  System Profiler shows a "Maximum Speed:  up to 800 Mb/sec", but no devices listed as available.  I did dupe the original Lion installation to an external USB disk but haven't resorted to that yet.  Tried identifying all connected devices at the command line, but haven't had success finding the firewire devices.
    Finally, although the latest Safari is nice and fast, I have been accustomed to working with Google Chrome.  On the iMac, every time I attempt to run Chrome, it comes up crashing and asking if I wanted to report it, which I do.  I even went as far as to delete and reinstall Chrome and I get the same result.  What's up with that?
    Ideas?
    Regards,
        Tony.

    Since posting, I found out there were some updates available from VMWare, Parallels and Oracle (VirtualBox) which now allow them to run properly under Mountain Lion.
    I still have the problem with Firewire and Chrome though...  For Chrome, I have deleted and reinstalled but get the same result.  As for Firewire, I'm almost ready to "reorganize" my wiring from adding another powered hub and hooking some of the devices via USB, or just follow the lines and plugging and unplugging, although moments before the reboot from Lion to Mountain Lion, all firewire devices worked in the configuration described and nothing had since changed...
    Regards,
        Tony.

  • Safari and Chrome causing OS X 10.6.7 to crash frequently (daily) on certain websites

    I'm having problems with Safari and Chrome causing my MacBook Pro to crash almost daily when visiting some websites (e.g. ABCNews.com).  It is happening more frequently after recent upgrade to 10.6.7, but has happened frequently since i bought this laptop.  Not sure if it's an applet thing or not.  Here's my problem details and system configuration output from the problem report:
    Interval Since Last Panic Report:  411938 sec
    Panics Since Last Report:          3
    Anonymous UUID:                    0E5C898A-B8EC-456E-AC10-7E68CF876088
    Tue Apr 26 17:12:27 2011
    panic(cpu 3 caller 0x2aab59): Kernel trap at 0x019db894, type 14=page fault, registers:
    CR0: 0x8001003b, CR2: 0x1cc23000, CR3: 0x00100000, CR4: 0x00000660
    EAX: 0x00000000, EBX: 0x0103fdfa, ECX: 0x1cc23000, EDX: 0x00000568
    CR2: 0x1cc23000, EBP: 0x01a4b838, ESI: 0x00007ff6, EDI: 0x1cc22530
    EFL: 0x00010287, EIP: 0x019db894, CS:  0x00000008, DS:  0x1cc20010
    Error code: 0x00000000
    Backtrace (CPU 3), Frame : Return Address (4 potential args on stack)
    0x1a4b648 : 0x21b510 (0x5d9514 0x1a4b67c 0x223978 0x0)
    0x1a4b698 : 0x2aab59 (0x59aeec 0x19db894 0xe 0x59b0b6)
    0x1a4b778 : 0x2a09b8 (0x1a4b790 0x1a4b8ac 0x1a4b838 0x19db894)
    0x1a4b788 : 0x19db894 (0xe 0x48 0x10 0x19d0010)
    0x1a4b838 : 0x19d8873 (0x1cc2251c 0x7f46793a 0xe 0x70cc)
    0x1a4b8f8 : 0x19d476c (0x1a4b94c 0x1a4b950 0x1a4b954 0x1a4b944)
    0x1a4b978 : 0x31fde0 (0x0 0xde23404 0x2 0x1a4b9dc)
    0x1a4b9f8 : 0x3358c1 (0xde23404 0x2 0x7f467900 0xdaec680)
    0x1a4ba28 : 0x3530ff (0xde23404 0x2 0x7f467900 0xdaec680)
    0x1a4bbc8 : 0x359f00 (0x7f467900 0x1 0x0 0x1a4bc14)
    0x1a4bc48 : 0x35b843 (0x1 0x0 0x0 0x0)
    0x1a4bd68 : 0x35f5e5 (0x1c41d2b8 0x1 0x4b6ed4 0x2a358d)
    0x1a4bd88 : 0x4b7e74 (0x1c41d040 0x0 0x0 0x0)
    0x1a4be48 : 0x49f29d (0x1c41d040 0x0 0x1a4bec4 0x0)
    0x1a4be78 : 0x49d345 (0xda37f80 0x1a4bec4 0x0 0x1a4bf54)
    0x1a4bf18 : 0x49dac1 (0x1a4bf54 0xda37f80 0x13f77400 0x1)
    0x1a4bf78 : 0x4f6075 (0xf7da2a0 0xd658208 0xedfeb64 0x0)
    0x1a4bfc8 : 0x2a144d (0xd658204 0x0 0x10 0xf930fc4)
          Kernel Extensions in backtrace (with dependencies):
             com.cisco.nke.ipsec(2.0.1)@0x19d2000->0x1a40fff
    BSD process name corresponding to current thread: Safari
    Mac OS version:
    10J869
    Kernel version:
    Darwin Kernel Version 10.7.0: Sat Jan 29 15:17:16 PST 2011; root:xnu-1504.9.37~1/RELEASE_I386
    System model name: MacBookPro6,1 (Mac-F22589C8)
    System uptime in nanoseconds: 25547555689859
    unloaded kexts:
    com.apple.iokit.IOUSBMassStorageClass          2.6.5 (addr 0x1a79000, size 0x45056) - last unloaded 20964611105017
    loaded kexts:
    com.paragon-software.filesystems.ntfs          82
    com.Logitech.Control Center.HID Driver          3.3.0
    com.symantec.kext.SymAPComm          11.1.2f17
    com.cisco.nke.ipsec          2.0.1
    com.symantec.kext.ips          3.2f8
    com.symantec.kext.internetSecurity          1.3.2f5
    com.apple.driver.AppleHWSensor          1.9.3d0
    com.apple.filesystems.autofs          2.1.0
    com.apple.driver.AppleMikeyHIDDriver          1.2.0
    com.apple.driver.AGPM          100.12.19
    com.apple.driver.AppleHDA          1.9.9f12
    com.apple.driver.AppleMikeyDriver          1.9.9f12
    com.apple.driver.IOBluetoothSCOAudioDriver          2.4.0f1
    com.apple.driver.AudioAUUC          1.54
    com.apple.driver.AppleUpstreamUserClient          3.5.4
    com.apple.driver.AppleMCCSControl          1.0.17
    com.apple.driver.SMCMotionSensor          3.0.0d4
    com.apple.kext.AppleSMCLMU          1.5.0d3
    com.apple.Dont_Steal_Mac_OS_X          7.0.0
    com.apple.iokit.CHUDUtils          364
    com.apple.iokit.CHUDProf          366
    com.apple.driver.AudioIPCDriver          1.1.6
    com.apple.driver.ACPI_SMC_PlatformPlugin          4.5.0d5
    com.apple.GeForce          6.2.6
    com.apple.driver.AppleGraphicsControl          2.8.68
    com.apple.driver.AppleLPC          1.4.12
    com.apple.driver.AppleIntelHDGraphics          6.2.6
    com.apple.driver.AppleIntelHDGraphicsFB          6.2.6
    com.apple.driver.AppleUSBTCButtons          200.3.2
    com.apple.driver.AppleIRController          303.8
    com.apple.driver.AppleUSBTCKeyboard          200.3.2
    com.apple.iokit.SCSITaskUserClient          2.6.5
    com.apple.BootCache          31
    com.apple.AppleFSCompression.AppleFSCompressionTypeZlib          1.0.0d1
    com.apple.iokit.IOAHCIBlockStorage          1.6.3
    com.apple.driver.AppleUSBHub          4.1.7
    com.apple.driver.AirPortBrcm43224          427.36.9
    com.apple.iokit.AppleBCM5701Ethernet          2.3.9b6
    com.apple.driver.AppleEFINVRAM          1.4.0
    com.apple.driver.AppleSmartBatteryManager          160.0.0
    com.apple.driver.AppleFWOHCI          4.7.1
    com.apple.driver.AppleUSBEHCI          4.1.8
    com.apple.driver.AppleAHCIPort          2.1.5
    com.apple.driver.AppleACPIButtons          1.3.5
    com.apple.driver.AppleRTC          1.3.1
    com.apple.driver.AppleHPET          1.5
    com.apple.driver.AppleSMBIOS          1.6
    com.apple.driver.AppleACPIEC          1.3.5
    com.apple.driver.AppleAPIC          1.4
    com.apple.driver.AppleIntelCPUPowerManagementClient          105.13.0
    com.apple.security.sandbox          1
    com.apple.security.quarantine          0
    com.apple.nke.applicationfirewall          2.1.11
    com.apple.driver.AppleIntelCPUPowerManagement          105.13.0
    com.apple.driver.IOBluetoothHIDDriver          2.4.0f1 - last loaded 20852316721650
    com.apple.driver.DspFuncLib          1.9.9f12
    com.apple.driver.AppleProfileReadCounterAction          17
    com.apple.driver.AppleProfileTimestampAction          10
    com.apple.driver.AppleProfileThreadInfoAction          14
    com.apple.driver.AppleProfileRegisterStateAction          10
    com.apple.driver.AppleProfileKEventAction          10
    com.apple.driver.AppleProfileCallstackAction          20
    com.apple.driver.AppleSMBusController          1.0.8d0
    com.apple.iokit.IOFireWireIP          2.0.3
    com.apple.iokit.IOSurface          74.2
    com.apple.iokit.IOBluetoothSerialManager          2.4.0f1
    com.apple.iokit.IOSerialFamily          10.0.3
    com.apple.iokit.CHUDKernLib          365
    com.apple.iokit.IOAudioFamily          1.8.0fc1
    com.apple.kext.OSvKernDSPLib          1.3
    com.apple.driver.AppleHDAController          1.9.9f12
    com.apple.iokit.IOHDAFamily          1.9.9f12
    com.apple.iokit.AppleProfileFamily          41.4
    com.apple.driver.AppleSMC          3.1.0d3
    com.apple.driver.IOPlatformPluginFamily          4.5.0d5
    com.apple.driver.AppleSMBusPCI          1.0.8d0
    com.apple.nvidia.nv50hal          6.2.6
    com.apple.NVDAResman          6.2.6
    com.apple.iokit.IONDRVSupport          2.2
    com.apple.iokit.IOGraphicsFamily          2.2
    com.apple.driver.BroadcomUSBBluetoothHCIController          2.4.0f1
    com.apple.driver.AppleUSBBluetoothHCIController          2.4.0f1
    com.apple.iokit.IOBluetoothFamily          2.4.0f1
    com.apple.driver.AppleUSBMultitouch          206.6
    com.apple.iokit.IOUSBHIDDriver          4.1.5
    com.apple.driver.AppleUSBMergeNub          4.1.8
    com.apple.driver.AppleUSBComposite          3.9.0
    com.apple.iokit.IOSCSIMultimediaCommandsDevice          2.6.5
    com.apple.iokit.IOBDStorageFamily          1.6
    com.apple.iokit.IODVDStorageFamily          1.6
    com.apple.iokit.IOCDStorageFamily          1.6
    com.apple.driver.XsanFilter          402.1
    com.apple.iokit.IOAHCISerialATAPI          1.2.5
    com.apple.iokit.IOSCSIArchitectureModelFamily          2.6.5
    com.apple.iokit.IOUSBUserClient          4.1.5
    com.apple.iokit.IO80211Family          314.1.1
    com.apple.iokit.IONetworkingFamily          1.10
    com.apple.iokit.IOFireWireFamily          4.2.6
    com.apple.iokit.IOUSBFamily          4.1.8
    com.apple.iokit.IOAHCIFamily          2.0.4
    com.apple.driver.AppleEFIRuntime          1.4.0
    com.apple.iokit.IOHIDFamily          1.6.5
    com.apple.iokit.IOSMBusFamily          1.1
    com.apple.kext.AppleMatch          1.0.0d1
    com.apple.security.TMSafetyNet          6
    com.apple.driver.DiskImages          289
    com.apple.iokit.IOStorageFamily          1.6.2
    com.apple.driver.AppleACPIPlatform          1.3.5
    com.apple.iokit.IOPCIFamily          2.6
    com.apple.iokit.IOACPIFamily          1.3.0
    Model: MacBookPro6,1, BootROM MBP61.0057.B0C, 2 processors, Intel Core i7, 2.66 GHz, 8 GB, SMC 1.57f17
    Graphics: NVIDIA GeForce GT 330M, NVIDIA GeForce GT 330M, PCIe, 512 MB
    Graphics: Intel HD Graphics, Intel HD Graphics, Built-In, 288 MB
    Memory Module: global_name
    AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0x93), Broadcom BCM43xx 1.0 (5.10.131.36.9)
    Bluetooth: Version 2.4.0f1, 2 service, 19 devices, 1 incoming serial ports
    Serial ATA Device: APPLE SSD TS128B, 113 GB
    Serial ATA Device: MATSHITADVD-R   UJ-898
    USB Device: Hub, 0x0424  (SMSC), 0x2514, 0xfd100000
    USB Device: IR Receiver, 0x05ac  (Apple Inc.), 0x8242, 0xfd120000
    USB Device: Built-in iSight, 0x05ac  (Apple Inc.), 0x8507, 0xfd110000
    USB Device: Hub, 0x0424  (SMSC), 0x2514, 0xfa100000
    USB Device: Apple Internal Keyboard / Trackpad, 0x05ac  (Apple Inc.), 0x0236, 0xfa120000
    USB Device: BRCM2070 Hub, 0x0a5c  (Broadcom Corp.), 0x4500, 0xfa110000
    USB Device: Bluetooth USB Host Controller, 0x05ac  (Apple Inc.), 0x8218, 0xfa113000

    I think a similar thing is happening to me on my 2011 MBAir running the latest updates on Yosemite (10.10.1).
    First noticed issues on Chrome with websites like FB, Google Docs, some Apple support pages, Gmail, and other random sites. Chrome would show me the "Aw snap" page. Then tried resolving in Chrome by uninstalling extensions and creating a new profile with no luck. Then when I tested it on Safari, similar websites were crashing, except Safari threw up an error log immediately that looks a lot like the one above. The copied and pasted message is at the end of this post.
    Then when I was editing a movie on iMovie, it started freezing up with no error messages or warning whenever I tried to edit a title manually.
    It seems like a hardware issue, so I rebooted the Mac holding down D (I think) in order to get the hardware checker. Did that, no issues. Also tried repairing permissions.
    If I'm seeing a pattern, I'd say that it was crashing on more complex websites like FB and Google Docs. Many other sites work fine, like this page I'm writing this post in, Google searches, etc.
    I'm absolutely stumped on this one. The next thing I try will be to reinstall OS X, but I won't be able to do that for a while because it takes about 12 hours on my internet connection...
    Any ideas??
    Process:               com.apple.WebKit.WebContent [459]
    Path:                  /System/Library/Frameworks/WebKit.framework/Versions/A/XPCServices/com.apple.We bKit.WebContent.xpc/Contents/MacOS/com.apple.WebKit.WebContent
    Identifier:            com.apple.WebKit.WebContent
    Version:               10600 (10600.1.25)
    Build Info:            WebKit2-7600001025000000~1
    Code Type:             X86-64 (Native)
    Parent Process:        ??? [1]
    Responsible:           Safari [445]
    User ID:               501
    Date/Time:             2014-11-19 12:57:05.477 -1000
    OS Version:            Mac OS X 10.10.1 (14B25)
    Report Version:        11
    Anonymous UUID:        2AF4D066-D406-789E-AF11-7910EE8B255B
    Time Awake Since Boot: 170 seconds
    Crashed Thread:        0  Dispatch queue: com.apple.main-thread
    Exception Type:        EXC_BAD_ACCESS (SIGBUS)
    Exception Codes:       0x000000000000000a, 0x0000000113dbbbee
    VM Regions Near 0x113dbbbee:
        mapped file            0000000113ceb000-0000000113d92000 [  668K] r--/rwx SM=COW  /Library/Fonts/Tahoma.ttf
    --> mapped file            0000000113d92000-0000000113dc1000 [  188K] r--/rwx SM=COW  /Library/Fonts/Microsoft/Verdana.ttf
        JS JIT generated code  000059fbc2800000-000059fbc2801000 [    4K] ---/rwx SM=NUL 
    Application Specific Information:
    Bundle controller class:
    BrowserBundleController
    Process Model:
    Multiple Web Processes
    Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
    0   libFontParser.dylib           0x00007fff8a8eaf65 TnameTable::FindName(unsigned short, unsigned short, unsigned short, unsigned short) const + 81
    1   libFontParser.dylib           0x00007fff8a8eadea TnameTable::GetPostscriptName() const + 64
    2   libFontParser.dylib           0x00007fff8a8eaba3 TSFNTFont::GetPostscriptName() const + 35
    3   libFontParser.dylib           0x00007fff8a8eaa69 TArrayOfFontsWithUniquePostscriptNames::Append(TFont* const&) + 65
    4   libFontParser.dylib           0x00007fff8a8e8983 TFont::CreateFontEntitiesForFile(char const*, bool, TSimpleArray<TFont*>&, bool, short, char const*) + 3181
    5   libFontParser.dylib           0x00007fff8a8e7783 FPFontCreateFontsWithPath + 210
    6   libCGXType.A.dylib             0x00007fff85c25931 create_private_data_with_path + 19
    7   com.apple.CoreGraphics         0x00007fff8764be8f CGFontCreateFontsWithPath + 40
    8   com.apple.CoreGraphics         0x00007fff8764ba95 CGFontCreateFontsWithURL + 377
    9   com.apple.CoreText             0x00007fff897b5b8f CreateFontWithFontURL(__CFURL const*, bool) + 69
    10  com.apple.CoreText             0x00007fff897b5a9d TCGFontCache::CopyFont(__CFURL const*, bool) const + 85
    11  com.apple.CoreText             0x00007fff897b58d4 TBaseFont::CopyNativeFont() const + 86
    12  com.apple.CoreText             0x00007fff897b5844 TBaseFont::CopyGraphicsFont() const + 26
    13  com.apple.CoreText             0x00007fff897c9f1b CTFontCopyGraphicsFont + 97
    14  com.apple.WebCore             0x00007fff91cbd67e WebCore::FontPlatformData::FontPlatformData(NSFont*, float, bool, bool, bool, WebCore::FontOrientation, WebCore::FontWidthVariant) + 110
    15  com.apple.WebCore             0x00007fff91dbc412 WebCore::FontCache::createFontPlatformData(WebCore::FontDescription const&, ***::AtomicString const&) + 434

  • Safari and Chrome keep quitting running under Yosemite

    I'm running Yosemite OS 10.10.1 with Safari 8.0 or Chrome 39 on an iMac.  I walk away for a short while and both have quit when I get back.  I am still connected to the internet and there are no messages on the screen.  What's up with that?  It's been doing this for about a week.

    Problem description:
    Safari and Chrome browsers quit on their own with no error message
    EtreCheck version: 2.1.6 (109)
    Report generated January 26, 2015 at 3:25:47 PM PST
    Download EtreCheck from http://etresoft.com/etrecheck
    Click the [Support] links for help with non-Apple products.
    Click the [Details] links for more information about that line.
    Click the [Adware] links for help removing adware.
    Hardware Information: ℹ️
      iMac (21.5-inch, Late 2012) (Technical Specifications)
      iMac - model: iMac13,1
      1 2.7 GHz Intel Core i5 CPU: 4-core
      8 GB RAM Upgradeable
      BANK 0/DIMM0
      4 GB DDR3 1600 MHz ok
      BANK 1/DIMM0
      4 GB DDR3 1600 MHz ok
      Bluetooth: Good - Handoff/Airdrop2 supported
      Wireless:  en1: 802.11 a/b/g/n
    Video Information: ℹ️
      NVIDIA GeForce GT 640M - VRAM: 512 MB
      iMac 1920 x 1080
    System Software: ℹ️
      OS X 10.10.1 (14B25) - Time since boot: 23:0:32
    Disk Information: ℹ️
      APPLE HDD HTS541010A9E662 disk0 : (1 TB)
      EFI (disk0s1) <not mounted> : 210 MB
      Macintosh HD (disk0s2) / : 999.35 GB (817.11 GB free)
      Recovery HD (disk0s3) <not mounted>  [Recovery]: 650 MB
    USB Information: ℹ️
      Western Digital My Passport 07A8 1 TB
      EFI (disk1s1) <not mounted> : 210 MB
      My Passport (disk1s2) /Volumes/My Passport : 999.83 GB (263.92 GB free)
      Hewlett-Packard PSC 2170 Series
      Tablet PTK-640
      Apple Inc. FaceTime HD Camera (Built-in)
      Apple, Inc. Keyboard Hub
      Apple Inc. Apple Keyboard
      Apple Inc. BRCM20702 Hub
      Apple Inc. Bluetooth USB Host Controller
    Thunderbolt Information: ℹ️
      Apple Inc. thunderbolt_bus
    Gatekeeper: ℹ️
      Mac App Store and identified developers
    Adware: ℹ️
      Geneio [Remove]
    Kernel Extensions: ℹ️
      /System/Library/Extensions
      [not loaded] com.wacom.kext.wacomtablet (6.3.9 - SDK 10.9) [Support]
    Launch Agents: ℹ️
      [not loaded] com.adobe.AAM.Updater-1.0.plist [Support]
      [running] com.wacom.wacomtablet.plist [Support]
    Launch Daemons: ℹ️
      [loaded] com.adobe.fpsaud.plist [Support]
      [invalid?] com.adobe.SwitchBoard.plist [Support]
      [loaded] com.microsoft.office.licensing.helper.plist [Support]
    User Launch Agents: ℹ️
      [loaded] com.adobe.ARM.[...].plist [Support]
      [loaded] com.adobe.ARM.[...].plist [Support]
      [loaded] com.genieo.completer.download.plist Adware! [Remove]
      [loaded] com.genieo.completer.ltvbit.plist [Support]
      [running] com.genieo.completer.update.plist Adware! [Remove]
      [loaded] com.google.keystone.agent.plist [Support]
    User Login Items: ℹ️
      iTunesHelper Application  (/Applications/iTunes.app/Contents/MacOS/iTunesHelper.app)
      AdobeResourceSynchronizer Application Hidden (/Applications/Adobe Reader.app/Contents/Support/AdobeResourceSynchronizer.app)
    Internet Plug-ins: ℹ️
      FlashPlayer-10.6: Version: 16.0.0.296 - SDK 10.6 [Support]
      QuickTime Plugin: Version: 7.7.3
      AdobePDFViewerNPAPI: Version: 11.0.10 - SDK 10.6 [Support]
      AdobePDFViewer: Version: 11.0.10 - SDK 10.6 [Support]
      Flash Player: Version: 16.0.0.296 - SDK 10.6 Mismatch! Adobe recommends 16.0.0.287
      Default Browser: Version: 600 - SDK 10.10
      SharePointBrowserPlugin: Version: 14.4.7 - SDK 10.6 [Support]
      Silverlight: Version: 5.1.30514.0 - SDK 10.6 [Support]
      WacomTabletPlugin: Version: WacomTabletPlugin 2.1.0.6 - SDK 10.9 [Support]
      JavaAppletPlugin: Version: 15.0.0 - SDK 10.10 Check version
    User internet Plug-ins: ℹ️
      WebEx64: Version: 1.0 - SDK 10.6 [Support]
    Safari Extensions: ℹ️
      Omnibar [Installed] Adware! [Remove]
    3rd Party Preference Panes: ℹ️
      Flash Player  [Support]
      WacomTablet  [Support]
    Time Machine: ℹ️
      Skip System Files: NO
      Auto backup: YES
      Volumes being backed up:
      Macintosh HD: Disk size: 999.35 GB Disk used: 182.23 GB
      Destinations:
      My Passport [Local]
      Total size: 999.83 GB
      Total number of backups: 106
      Oldest backup: 2013-07-30 04:14:14 +0000
      Last backup: 2015-01-26 22:42:19 +0000
      Size of backup disk: Adequate
      Backup size 999.83 GB > (Disk used 182.23 GB X 3)
    Top Processes by CPU: ℹ️
          9% mds
          3% WindowServer
          1% taskgated
          0% Microsoft Excel
          0% launchd
    Top Processes by Memory: ℹ️
      395 MB Adobe Illustrator
      301 MB com.apple.WebKit.WebContent
      283 MB thunderbird
      232 MB WindowServer
      189 MB softwareupdated
    Virtual Memory Information: ℹ️
      96 MB Free RAM
      3.73 GB Active RAM
      3.66 GB Inactive RAM
      1.08 GB Wired RAM
      53.77 GB Page-ins
      3 MB Page-outs
    Diagnostics Information: ℹ️
      Jan 25, 2015, 04:25:52 PM Self test - passed
      Jan 25, 2015, 03:00:27 PM /Users/[redacted]/Library/Logs/DiagnosticReports/Inkjet6_2015-01-25-150027_[red acted].crash
      Jan 25, 2015, 03:00:23 PM /Library/Logs/DiagnosticReports/Inkjet6_2015-01-25-150023_[redacted].crash

  • Spry Horizontal Menu Bar width problem in IE and Safari

    Hi Everyone,
    I am working on a template and have used Spry Horizontal Menu for quite a few sites now. This one is giving me problems though on the width of the navigation bar.  It moves the last right menu item to the next row on the left in Safari and IE and Chrome, but looks perfect in Firefox.  I'm using a googlefont for the text. As I have quite a few menu items I have them set to 'auto' width.  Is there a fix to make all the others look like it does in Firefox or do I need to shorten my menu items by changing titles/reducing padding, etc.?
    Working page can be viewed at www.ikanizi.com/index2.html
    Many thanks. 

    Anyone who increases their browser's text size will see the same thing.  For wiggle room, reduce top-level links from 11 to no more than 7.
    Nancy O.

  • Spry Menu not dropping down in Firefox and Chrome

    Hi -
    I am not a professional and having difficulty.  I have inserted a spry menu bar in CS5 and it looks fine in IE, but doesn't drop down (can see a little bit) in firefox and chrome.
    I read a bunch and tried a fix to make the overflow visible, that fixed the problem but my formatting of locations of other areas went wild.
    The site is:  http://www.tucsonrealpros.com
    .....any help is much appreciated...been pulling hair out

    Hi,
    I have tried the site and can see the drop down for Home search, Buyers.
    Can you try to update the chrome and firefox.
    Thanks and regards
    Harshit yadav

Maybe you are looking for

  • ICal misbehaving with iPhone, month view, and events missing

    iCal is giving me problems. April will not display at all in month view, and 1 week's worth of events are completely missing, no matter which view I am in. My iPhone has all of my events and is up-to-date, but even though I've synced it several times

  • Saving a PDF form with Acrobat Reader X

    According to Acrobat Reader X site under "Can I save an Adobe PDF form in Adobe Reader after I have filled it out?", the following answer is given: "Yes, you can fill in and save forms provided the form author has enabled the "local save" capability

  • My ipad mini is stuck on the connect to itunes screen. Will apple replace my iPad if it continues not to work?

    I recieved an iPad mini as gift this past spring (2013). I tried to upate my iPad to the new iOS 7.0.4 software. It seemed work fine, but when it reboted it got stuck on the connect to itunes screen. I've connected my iPad to itunes and it does not r

  • Flash won't load in IE

    I'm not a techie so this may be a simple fix. I've downloaded and installed the latest flash update several times but it still doesn't work. One of the downloads I actually included the toolbar which worked but still no luck with flash. When finished

  • Setting OPTIMIZER_MODE

    How and where do I set the OPTIMIZER_MODE in Oracle 8? null