My web email page does not work properly with Firefox 4

Parts of the screen do not allow links to be accessed, such as folders, making it very difficult to navigate the site. This was not an issue with the older version of Firefox and is not a problem when I use IE8. The site is Ajax.

If you click on the "down" arrow in the Google search box and then move your cursor to the desired term in search history while still left-clicking on your mouse, and then hold the cursor over the desired search term for a couple of seconds, it works.
Clearly a bug that I hope they will fix.

Similar Messages

  • Hi, My iPhone 4s does not work properly with the sound.

    Hi, My iPhone 4s does not work properly with the sound. It just ring. Any other app it doesn't make sound unless I have my headset or bluetooth. And it make me choose between "DOCK CONECTOR" or my "APPLE TV". Why? Or any sugestion plz

    Hi M3MB3R,
    Thanks for visiting Apple Support Communities.
    You may find the troubleshooting tips in this article helpful:
    iPhone: Sound muffled or low from the speaker or when speaking into the mic
    http://support.apple.com/kb/TS1631
    Cheers,
    Jeremy

  • My iphone 5 does not work properly with Ford Sync,

    Hi, My iphone 5 does not work properly with Ford Sync, everytime I pair the phone, Ford sync navigation system freezes and does not work !
    Can someone help.

    Hi M3MB3R,
    Thanks for visiting Apple Support Communities.
    You may find the troubleshooting tips in this article helpful:
    iPhone: Sound muffled or low from the speaker or when speaking into the mic
    http://support.apple.com/kb/TS1631
    Cheers,
    Jeremy

  • Gasbuddy web site not working properly with firefox, but working fine with explorer

    I've noticed when I load the web site gasbuddy.com, it is not working properly. It does load, just not performing like it should. When I try using gasbuddy.com on explorer 9, it works fine. I've already tried working in safe mode and that didn't solve the problem with gasbudy.com. Any suggestions as to how to fix the problem? I did do some prior investigating, and I'm very cautious about removing my cookies. It seems when I do that procedure, I lose too much info on certain web sites----weather.com, weatherunderground, etc. Just not sure how to remove cookies to solve a problem with out causing other problems? Thank you.

    I'm glad we were able to figure it out. Many sites are designed with stretchy columns that work with either full zoom or text-only zoom, but definitely not all of them.

  • Traceroute does not work properly with IPMP

    I know this question has been asked many times but i didn't find any solution for it. Traceroute does not work with IPMP configured as intended.
    i have following interfaces configured on my system
    nxge2: flags=201000842<BROADCAST,RUNNING,MULTICAST,IPv4,CoS> mtu 1500 index 4
    inet 0.0.0.0 netmask 0
    groupname test
    ether 0:14:4f:c0:1c:a
    nxge2:1: flags=201000843<UP,BROADCAST,RUNNING,MULTICAST,IPv4,CoS> mtu 1500 index 4
    inet 10.63.20.30 netmask fffffe00 broadcast 10.63.21.255
    nxge2:2: flags=201000843<UP,BROADCAST,RUNNING,MULTICAST,IPv4,CoS> mtu 1500 index 4
    inet 10.63.20.29 netmask fffffe00 broadcast 10.63.21.255
    nxge3: flags=201000842<BROADCAST,RUNNING,MULTICAST,IPv4,CoS> mtu 1500 index 5
    inet 0.0.0.0 netmask 0
    groupname test
    ether 0:14:4f:c0:1c:b
    now if i do
    #traceroute 10.63.20.29
    traceroute: Warning: Multiple interfaces found; using 10.63.20.30 @ nxge2:1
    traceroute to 10.63.20.29 (10.63.20.29), 30 hops max, 40 byte packets
    1 10.63.20.29 (10.63.20.29) 0.124 ms 0.036 ms 0.033 ms
    it uses nxge2:1 interface instead of nxge2:2 and if disable the IPMP on nexge2 it works fine as expected
    # traceroute 10.63.20.29
    traceroute: Warning: Multiple interfaces found; using 10.63.20.29 @ nxge2:2
    traceroute to 10.63.20.29 (10.63.20.29), 30 hops max, 40 byte packets
    1 10.63.20.29 (10.63.20.29) 0.120 ms 0.034 ms 0.030 ms
    Why is it so and how can i make it work with IPMP

    Please refer to my reply in this post:
    https://forum-en.msi.com/index.php?topic=252404.0
    If you installed the proper Realtek HD audio driver, you should be able to find this.

  • My Nokia N9 does not work properly with a camera a...

    Hi guys! Some time ago I noticed that when I turn on the camera, a message appears "CAMERA NOT RESPONDING Close application?". Shortly after the camera is turned on. Almost is the same with the maps apllication. The message is "MAPS NOT RESPONDING Close application?", but the difference is that it does not work at all. Has anyone had such problem?

    Thanks aspergerduy! Of course it was the first step which I made, but unfortunately it did not work. Anyhow, I read some discussion in the Forum and finally I fixed the problem. It seems that the problem is well known. Now my N9 works but I don't know how long it will be. Frankly speaking during reading the discussions I didn't expect so many problems incur by this phone set! It is so pity ...

  • My foxtab is not working properly with firefox 10.0.2.What can i do with it?

    I love having my foxtab. They're very convenient.My foxtab is not working properly since two days... it shows me only the background wallpaper with no tabs on them and even the option buttons does not work and help.Tried reinstalling both foxtab and f'irefox but still the same result...what should i do now?

    If you have download recently the latest Adobe, see the solution from '''Wolfcity''' :
    http://forums.mozillazine.org/viewtopic.php?p=11754893#p11754893
    see also : https://addons.mozilla.org/en-us/firefox/addon/foxtab/reviews/339812/
    thank you

  • SQL command (with XPath) does not work properly with JSP

    Hello everyone,
    I try this SQL command on Oracle SQL Developer,
    select filename,
    extract(xml_col, '/Operation/Records/tabDetail/Vehicle_Level/text()') as Vehicle_Level,
    extract(xml_col, '/Operation/Records/tabDetail/Vehicles_Closed/text()') as Vehicles_ID
    from ope
    where upload_datetime in
    (select min(upload_datetime)
    from ope
    where (TO_DATE(TO_CHAR(upload_datetime, 'DD-MM-YYYY'),'DD-MM-YYYY'))
    between TO_DATE('01-01-2008','DD-MM-YYYY') and TO_DATE('01-07-2008','DD-MM-YYYY')
    HAVING (filename like '60-1-%')
    GROUP BY filename);
    It works properly, the result is :
    FILENAME --------------------- VEHICLE_LEVEL --------------------- VEHICLES_ID
    60-1-OPE-1.xml --------------------- 3 --------------------- 60-1-VEH-43
    But when I try this command on JSP, the result is :
    FILENAME --------------------- VEHICLE_LEVEL --------------------- VEHICLES_ID
    60-1-OPE-1.xml --------------------- null --------------------- null
    I don't want "null" value, but I don't know where is wrong. Please help me.
    Thank you very much.
    Orange Jasmin

    If you know that the videos and music have been working before and that the ID3 tags are correct I suggest that you try to reinstall the phone software using Update Service.
    http://www.sonymobile.com/gb/tools/update-service/
    Let me know if these problems remains after reinstall.
     - Community Manager Sony Xperia Support Forum
    If you're new to our forums make sure that you have read our Discussion guidelines.
    If you want to get in touch with the local support team for your country please visit our contact page.

  • Alu Keyboard does not work properly with OS Tiger 10.4.11

    Hi Folks,
    I bought a 'new' second hand wireless Alu Keyboard (apparely latest type). Unfortunately I do not get the hotkeys for media files, like 'play / stop' and 'quick forward - backward' or 'silence' and 'increase and decrease volume' working.
    The system software does not allow me to adjust those keys, e.g. dashboard I could change to F4, where it belongs, but not the other ones.
    I loaded the latest OS Tiger 10.4.11 and also the KeyboardSoftwareUpdate1.2.dmg already.
    Any idea what I do wrong or what else can help?
    Thanks and best regards,
    Stephan
    Message was edited by: mac_cognomen

    Some of the latest keyboard & mouse hardware require OS X 10.5.x+ to be
    running the computer they would be expected to work with, in order to have
    all of their features and functions work correctly.
    Note the product information in Apple Support for the questionable device
    and see if the item info tells what OS is expected to be present for it to work.
    Good luck & happy computing!

  • Downloadhelper and Realplayer download features will not work properly with Firefox 5 with will with Firefox 4 do I switched back.

    Upon installing Firefox 5 then trying Download helper the download feature of Download helper worked but when trying the download and convert feature it led my to other sites to download further programs for which the new site asked me to install Firefox fist (which was already loaded), dead end.
    With Realplayer there was no longer the option to download the video with Firefox 5.
    When I deleted Firefox 5 and reloaded Firefox 4.0 both of the above problems vanished; now everything works fine.

    Upon installing Firefox 5 then trying Download helper the download feature of Download helper worked but when trying the download and convert feature it led my to other sites to download further programs for which the new site asked me to install Firefox fist (which was already loaded), dead end.
    With Realplayer there was no longer the option to download the video with Firefox 5.
    When I deleted Firefox 5 and reloaded Firefox 4.0 both of the above problems vanished; now everything works fine.

  • Mail does not work properly with gmail

    Hi everyone. I am a very recent switcher and the switching process was great and extremely easy, but there has only been one problem that I can't seem to solve. Getting Gmail to work with Apple Mail. I followed all the steps on gmail's website on, how to set up gmail for POP, and how to configure Apple Mail to work with gmail, but I still can't get it to download all my emails. It only downloads some old emails, marks them all as unread, and then doesn't act like I have any other emails(which I do). Under system preferences, I have the account type labeled as POP, the incoming mail server set to pop.gmail.com, my username and password set, and the smtp box set to smtp.gmail.com. Under server settings I have the server port at 587, the ssl box checked and the outgoing mail server as stmp.gmail, like I said before. Under the advanced tab of the accounts section of apple mail preferences, I have the account enable box checked, the include when automatically checking for new mail box checked, and down at the bottom, I have the port set at 995 with the ssl box checked. In gmail, under my forwarding and POP settings, I have it set, under the POP download section to: Enable POP for all mail(even mail that's already been downloaded). Also, the status is set to "POP is enabled for all mail that has arrived since 10/13/05(which was when i first got my gmail account). Like I said before, Apple Mail at first starting downloading all the mail in my gmail account and then stopped after about 1000 to 2000 messages which only got it to about mid-2006 or earlier. Yes, I've run software update recently, too. Does anyone know why it would not dowload the rest of my mail? All help is very greaty appreciated. Thanks.

    I just put my gmail account in Apple Mail and it works fine - even transferring my old gmail messages. Maybe your problem is STORAGE - see this from Mail Help:
    About .Mac Mail
    .Mac Mail works with existing email clients like Mac OS X Mail, Outlook Express, and Netscape Communicator.
    You can also check email when you're away from your own computer. All you need is a computer with an Internet connection and a supported web browser to check your .Mac Mail. To access .Mac Mail on the web using Mac OS X version 10.3 or later, use Safari 1.2 or later or Firefox 1.0.1 or later. If you're using Microsoft Windows XP, use Firefox 1.0.1 or later or Internet Explorer 6 or later.
    Use POP or IMAP protocol to suit your working style and set up automatic email forwarding or replies.
    Your email address is your .Mac member name followed by @mac.com, and the password for accessing email is the same as your member password.
    Note: AOL recently added support for IMAP, so you can now read your AOL mail using Mac OS X Mail. You cannot use AOL's email program to read .Mac Mail messages directly, but you can set up your .Mac Mail account to forward email to your AOL account.
    .Mac comes with 1 gigabyte (GB) of combined email and iDisk storage. .Mac trial members and email-only accounts get 50 megabytes (MB) of storage; Family Pack sub-accounts get 256 MB. You can designate storage space to your .Mac Mail account and your iDisk. For example, if you need more storage space for your email messages, you can set your .Mac Mail storage capacity to 800 MB and reserve 224 MB of storage for your iDisk. You can also increase your combined email and iDisk storage to a total of 2 GB or 4 GB by purchasing more storage. (If you have a trial account, email-only account, or Family Pack sub-account, you cannot increase your storage amount.)
    Your .Mac Mail storage is automatically set to 512 MB unless you change it. You can't assign less than 15 MB of storage to your .Mac Mail account.
    .Mac comes with 10 GB of data transfer per month and a 10 MB maximum message size. You can increase your monthly data transfer limit up to 250 GB per month by adding more storage space to your .Mac account. You can also purchase up to 10 additional email accounts. (Email-only accounts get 50 MB of storage space but no additional .Mac services, and Family Pack sub-accounts get 256 MB of storage space, but cannot purchase additional email accounts.)
    If I had 2000 emails on my computer I would shut it down and never turn it on again.

  • 27xi and web printing is not working properly with Firefox

    I just bought this HP 27xi monitor at Costco and thinking about buying another soon.
    I use Firefox and went to print this page on the web that I have printed before using my HP desktop and smaller HP monitor and had no problems. Last night I try to print up the same page and it is a wide mess. I try using the shrink to fit. I try lowering to below 50% and then the information moves from row to row so it makes no sense.
    I was told by Costo Consierge that I need to try another browser like Internet Explorer to see if that helps. My Firefox is up to date. My MS OS Win & Pro is up to date. My MS Office 2013 is up to date and just recently reinstalled. I have installed the proper driver for this monitor and made sure it was up to date from HP site. My printer is newer HP 8600 and it's drivers are up to date. I checked all my drivers for my CPU and they are all up to date.
    So are there no good drivers for this monitor for Firefox and Win 7 Pro and will I have to revert back to IE?
    This question was solved.
    View Solution.

    I was able to track down someone who pointed me in the right direction. The problem is that Firefox doesn't come with the right drivers for this monitor. So I went to Mozilla and found a plug in that worked.  What you should be looking for is a What You See Is What You Get or WYSIWYG editor. So plug that term in at Mozilla site and up will pop up a few of  these editors. I used the  Xinha one which was the most popular one downloaded.
    https://addons.mozilla.org/en-us/firefox/collections/nfroidure/wysiwyg/
    I don't have to go back to IE now even though Costco concierge recommended I do that. How lame is that? The guy at the Costco store knew more than the tech support crew.
    I love this monitor and plan to buy another and another cpu but would NEVER ever buy direct from HP again with only 20 day return policy. Will be buying a Dell 8700 with Win 7 Pro from Costco since none of the HP machines have 7 Pro on them. Today MS announced they will offer Win8 upgrades for free with Bing strings. They now can only give it away since no one wants it.

  • IOS6: Beats Wireless Does Not Work Properly With Bluetooth

    Half year ago, I spent 400 USD of my hard-earned money on a Beats Wireless headset (v2).... LOVE that headset... great sound when playing music and very good sound quality too when talking on the phone (iPhone 4S).
    However, since "upgrading" to iOS 6, my Beats Wireless headset keeps on stopping when I play music (or skips parts of the music)... it is ANNOYING to say the least!
    It's my understanding that it's a known problem, but WHY does Apple not DO anything about it??? The issue has been there for a long time now, and people who use Bluetooth in their cars have reported issues with using Bluetooth, too! Apple actually puts the lives of those drivers in danger by not fixing the problem!!
    WAKE UP, APPLE!!!
    I am just SO disappointed by Apple and iOS6... I am strongly comtemplating selling my iPhone and NEVER go back to an Apple product again!!!!!

    I concur.  I have the same problem with my Wireless Beats and my iPhone5.  Skipping and disconnecting mid song.  I'm hoping this will get fixed with the next update.  Funny thing is, my other bluetooth devices, jaybird, LG soundbar work fine...  I don't know who to point the finger at because it worked fine prior to upgrading my iPhone4 w/ iOS6.

  • Color Context does not work properly

    Hi,
    I'm using MII 12.1
    ColorContext does not work properly with Lights and Multilights. I did not test other grids.
    For every match it shows black colored lights.
    Is there a way to solve this problem?
    Thanks.

    Cemil,
    There was a bug in the early versions of 12.1 for color contexting.  Color context changes were made in the display template were not being saved.  I would strongly urge you to upgrade to SP5 patch 1.  However, if you want a very crude way to test if your contexting is working the way you want it to:
    1. Export your display template
    2. Find the color context section of the xml and change the settings to the desired color coding
    3. Import your modified display template
    4. Test
    I do not recommend this as a short term or long term solution.  It is a hack and should be recognized as such.  But it will allow to test your configured display template's behavior.
    Regards,
    Mike

  • HP computer will not work properly with an HP printer

    I have the following two items that I am trying to use together:
     - HP 23" TouchSmart Desktop, T6500 2.1GHz 4GB DDR3, 500GB HDD (Windows 7)
     - HP OfficeJet 6500 Multi-Function Printer/Scanner/Fax
    When I try to scan to Adobe Acrobat Professional 9.0, the document goes through the scanner, however the dialog box that I would expect (e.g. "Next Page" or "Done") never shows up.  At this point, the system is unresponsive with respect to Adobe or the printer.
    I suspect that it is waiting for the input from the dialog box that never showed up.  I tried to move the other windows to see if the dialog opened in the background, however I am not able to select any of them (they remain frozen).
    I contacted HP Support, only to have them tell me it must be the driver, and I have an "old" printer.  (I did not realize that a 9 month old printer was considered "old").  I have tried all of the possible drivers that are available (original disk, downloads, other downloads from HP tech support), none of these resolves the problem.
    In any case, they were unable to resolve the problem of having an HP computer work properly with an HP printer.  (The printing function seems to work, just very slowly).
    Has anyone else heard of this?  Is there a resolution?

    Update: I am still looking for a solution to this problem - the scanning portion of the Multi-function OfficeJet 6500 does not work properly with the HP TouchSmart computer.
    I have not been able to find anyone in HP that can tell me when (or if) new drivers will be released for this printer.
    I decided to investigate upgrading to a newer version of printer since HP told me the 9 month old printer I have was "obsolete", only to find that the identical printer is still on sale in many stores.  Hmmm....
    I feel like I am getting the run-around from HP.
    I have since tried several more driver/software combinations, but every time I have the same problem (as described in the previous post).
    If anyone has any ideas or suggestions, I would be most happy to hear them.
    Thank you.

Maybe you are looking for

  • OS 8.6 ADB keyboard mystery-Keyboard not working

    I posted this originally in the hardware section, but now I believe it is an OS 8.6 issue. My OS 8.6 has worked fine for years on my PM9600/233. A few weeks ago when I started it up, the ADB keyboard keys stopped working in the sense that when any on

  • [CS3 JS] Add formatted text

    I'm working on a kind of templating script. This script adds text to the document depending on some input data, so the text can be almost anything. My question is whether there is a convenient way to add formatted text to eg. a given text frame. By f

  • Frequency Control Word (PXI-5402): Rounded up or down?

    A further question wrt PXI-5402 standard function generation. The frequency control word is calculated by dividing the desired output frequency by the sample clock frequency (100MHz for a PXI-5402) and multiplying it by 2^N where 'N' is the width of

  • Connection Settings between Content Server and DMS server

    Dears, I installed DMS server and Content Server,Now I need to do connection settings between these server. Both are installed on seprate servers. So please suggest what are the steps to set connection between these servers. Shivam

  • Online Phone Number of small business

    What happens when a second caller dials the on line number, and I'm talking to the first caller?   Does it roll to another number? How do you handle 3-4 calls at once? Emad