Gmail mail window doesn't display properly

I have windows 7. When I open g-mail, the mail window shrinks and only displays who the e-mail is from and the time received. The other features and columns etc on the g-mail page are properly displayed. I don't have this problem in windows explorer.

The Reset Firefox feature can fix many issues by restoring Firefox to its factory default state while saving your essential information.
Note: ''This will cause you to lose any Extensions, Open websites, and some Preferences.''
To Reset Firefox do the following:
#Go to Firefox > Help > Troubleshooting Information.
#Click the "Reset Firefox" button.
#Firefox will close and reset. After Firefox is done, it will show a window with the information that is imported. Click Finish.
#Firefox will open with all factory defaults applied.
Further information can be found in the [[Reset Firefox – easily fix most problems]] article.
Did this fix your problems? Please report back to us!

Similar Messages

  • Externally loaded swf in second window doesn't display properly?

    I have a bitmap based flash game (bitmapdata generated screen) that I'm trying to load in to a secondary nativewindow generated from a main flash (not AJAX/HTML)  based AIR app that's a graphical menu.  I.E. you click on a selection in the menu, and it pops open a secondary nativewindow with the flash game running in it.  The problem is, the game itself gets mangled in the secondary window when it loads in.  Keyboard input goes away, the bitmap doesn't draw properly (it streaks like its not drawing the background image each frame), most of the game objects its supposed to draw in to the bitmap are missing, etc. 
    When I make the game itself in to its own AIR app and run it direct, it works just fine.  So I'm puzzled.  Is there some kind of special coding considerations in the as3 side that I'm missing with the original game?  I.E. if a flash based AIR app launches another nativewindow and loads a swf in to that, does it share some kind of variable set, display list, etc. with the calling window?  Something else?  Any help would be appreciated.

    There are a few differences between (A.) letting the AIR runtime load content into the initial window and (B.) loading content into a new NativeWindow.
    1. In case A, the stage property is available in the class constructor for the main sprite. In case B, this is not the case. You may have to use an ADDED_TO_STAGE event handler to do some class initialization.
    2. In case A, the initial scale is based on the metadata present in the SWF -- this results in the behavior you would expect. In case B, there is no SWF to base the scale on when the window is created, so a default scale is used -- this is rarely results in behavior you would expect (unless the window happens to be created with a size of 72x72 pixels).
    If you aren't setting the stage to noScale, then this could account for some of the visual issues. (See http://www.adobe.com/devnet/air/flex/quickstart/launching_windows.html for an explanation of the scaling issues.) The easiest thing to do is to set the Stage scaleMode to noScale and the align property to the top left setting. I'm guessing your drawing code isn't expecting the scaling so things are getting put in the wrong place.
    3. In case A, the content is automatically put in the application sandbox. In case B, it depends on the URL.
    As for the Keyboard input, this may depend on how you are loading the SWF and from where. This could be related to #3 above, although I would expect to see security errors. How are you adding your keyboard event handlers?

  • Navigator Window Doesn't display properly

    Hello,
    Suddenly the Navigator Window on the Left of JDeveloper doesn't show properly.Usually the window has 2 subwindows : the top which displays WorkSPace-Projects-classes and bottom which shows the members and methods for each class. Now my top window doesn't show at all. It is like it has been minimized and i cannot restore it. The bottom window occupies all the space.
    When i place the cursor on top of the upper border of the bottom window (just under the green X icon) the cursor changes to a shape that shows that there is another window there but i cannot drag the border down and display again the top navigator window.
    What can i do about that ? ?

    I have seen this problem before but I have not been able to reproduce it.
    The workaround is to:
    - Open the 'Welcome' workspace (Help|Welcome Workspace)
    - Close JDeveloper
    - Launch JDeveloper
    - Open your workspace
    Hope this helps.
    Please let us know if you are still running into problems.
    Regards,
    Arun

  • My Finder window doesn't display properly after drag & drop

    When I do a drag/drop - maybe to add a mail attachment or insert a picture into Powerpoint - the Finder window changes/freezes in that it I can no longer scroll up or left - any ideas what might be going wrong?
    Thanks in advance.

    Please read this whole message before doing anything.
    This procedure is a diagnostic test. It won’t solve your problem. Don’t be disappointed when you find that nothing has changed after you complete it.
    Third-party system modifications are a common cause of usability problems. By a “system modification,” I mean software that affects the operation of other software — potentially for the worse. The following procedure will help identify which such modifications you've installed. Don’t be alarmed by the complexity of these instructions — they’re easy to carry out and won’t change anything on your Mac. 
    These steps are to be taken while booted in “normal” mode, not in safe mode. If you’re now running in safe mode, reboot as usual before continuing. 
    Below are instructions to enter some UNIX shell commands. The commands are harmless, but they must be entered exactly as given in order to work. If you have doubts about the safety of the procedure suggested here, search this site for other discussions in which it’s been followed without any report of ill effects. 
    Some of the commands will line-wrap or scroll in your browser, but each one is really just a single line, all of which must be selected. You can accomplish this easily by triple-clicking anywhere in the line. The whole line will highlight, and you can then copy it. The headings “Step 1” and so on are not part of the commands. 
    Note: If you have more than one user account, Step 2 must be taken as an administrator. Ordinarily that would be the user created automatically when you booted the system for the first time. The other steps should be taken as the user who has the problem, if different. Most personal Macs have only one user, and in that case this paragraph doesn’t apply. 
    Launch the Terminal application in any of the following ways: 
    ☞ Enter the first few letters of its name into a Spotlight search. Select it in the results (it should be at the top.) 
    ☞ In the Finder, select Go ▹ Utilities from the menu bar, or press the key combination shift-command-U. The application is in the folder that opens. 
    ☞ Open LaunchPad. Click Utilities, then Terminal in the icon grid. 
    When you launch Terminal, a text window will open with a line already in it, ending either in a dollar sign (“$”) or a percent sign (“%”). If you get the percent sign, enter “sh” and press return. You should then get a new line ending in a dollar sign. 
    Step 1 
    Triple-click the line of text below on this page to select it:
    kextstat -kl | awk '!/com\.apple/{printf "%s %s\n", $6, $7}' | open -ef 
    Copy the selected text to the Clipboard by pressing the key combination command-C. Then click anywhere in the Terminal window and paste (command-V). A TextEdit window will open with the output of the command. If the command produced no output, the window will be empty. Post the contents of the TextEdit window (not the Terminal window), if any — the text, please, not a screenshot. You can then close the TextEdit window. The title of the window doesn't matter, and you don't need to post that. No typing is involved in this step.
    Step 2 
    Repeat with this line:
    { sudo launchctl list | sed 1d | awk '!/0x|com\.(apple|openssh|vix\.cron)|org\.(amav|apac|cups|isc|ntp|postf|x)/{print $3}'; echo; sudo defaults read com.apple.loginwindow LoginHook; echo; sudo crontab -l; } 2> /dev/null | open -ef 
    This time you'll be prompted for your login password, which you do have to type. Nothing will be displayed when you type it. Type it carefully and then press return. You may get a one-time warning to be careful. Heed that warning, but don't post it. If you see a message that your username "is not in the sudoers file," then you're not logged in as an administrator. 
    Note: If you don’t have a login password, you’ll need to set one before taking this step. If that’s not possible, skip to the next step. 
    Step 3
    { launchctl list | sed 1d | awk '!/0x|com\.apple|org\.(x|openbsd)/{print $3}'; echo; crontab -l 2> /dev/null; } | open -ef 
    Step 4
    ls -A /e*/{cr,la,mach}* {,/}L*/{Ad,Compon,Ex,Fram,In,Keyb,La,Mail/Bu,P*P,Priv,Qu,Scripti,Servi,Spo,Sta}* L*/Fonts .la* 2> /dev/null | open -ef  
    Important: If you formerly synchronized with a MobileMe account, your me.com email address may appear in the output of the above command. If so, anonymize it before posting. 
    Step 5
    osascript -e 'tell application "System Events" to get name of every login item' | open -ef 
    Remember, steps 1-5 are all copy-and-paste — no typing, except your password. Also remember to post the output. 
    You can then quit Terminal.

  • Mail signature doesn't display properly

    I've been having an issue with my signature in Mail.app. When I compose and view my message in Mail, my signature appears correctly, however recipients of my emails have reported to me that a couple of the lines of my signature appear with an increased font size (so if I have 5 lines of signature text, 3 will be size 12, which is what I want, and 2 will be size 14). I can see this happening for myself when people reply to my emails - the signature that appeared correct when I composed my email comes back entirely distorted.
    Does anyone have any ideas what is causing this, or how it can be fixed? FWIW, I'm using Verdana size 12.
    TIA

    Yes, the code seems to jump from
    "><font class=3D"Apple-style-span" face=3D"Verdana" =
    size=3D"3"><span class=3D"Apple-style-span" style=3D"font-size: 11px"
    to
    "style=3D"font-size: medium; = font-family: 'Lucida Grande'"
    at the spot where the signature changes size. Verdana 11 is what it should be (I changed it from 12 to 11 since my OP to see if it would help). The problem also is that the change in font/size is completely random - it changes at different parts of the signature, and sometimes not at all.

  • Site doesn't display properly when viewed in Windows 8.1 and IE11

    Web site doesn't display properly when viewed in Windows 8.1 and IE11. Site html and css validates no errors at W3C. Any ideas?

    The following is what I see in IE11 on a Windows 8.1 system, no difference using Firefox, Chrome or Safari on the same system.

  • Index page CS4 doesn't display properly for google chrome users

    index page CS4/ Dreamweaver doesn't display properly for google chrome users, shows as a blue page /  version of Chrome is 17.0.963.56 m. version of flash is 11.1.102.62.  Operating system is Version 6.1 (Build 7601, Service Pack 1).  Javascript version 1.7.  Quicktime is not installed. 

    www.pianofortemusicschool.com

  • My downloads-window doesn't function properly anymore, often it just stays blank, and the one in my taskbar doesn't turn green at all. Can you tell me how to fi

    My downloads-window doesn't function properly anymore. It just stays white whenever I am downloading something. Only after downloading the same file once or twice more, it shows the progress of my download. The window in the taskbar -that should progressively turn green- doesn't show anything at all anymore. How can I fix this?

    Note that there should only be a prefs.js file (Windows hides the .js file extension) and not a numbered prefs-##.js file.<br />
    The presence of a numbered file indicates there there has been a problem with creating/updating prefs.js at some time and you can remove the numbered prefs-1.js file.<br />
    If the main prefs.js doesn't have a current time stamp then you will have to delete that file as well and redo all customization settings in Options.
    Make sure that you do not run Firefox in (permanent) Private Browsing mode.
    *https://support.mozilla.org/kb/Private+Browsing
    *Tools > Options > Privacy: Use custom settings for history
    *Deselect: [ ] "Always use private browsing mode"
    Start Firefox in <u>[[Safe Mode|Safe Mode]]</u> to check if one of the extensions (Firefox/Tools > Add-ons > Extensions) or if hardware acceleration is causing the problem (switch to the DEFAULT theme: Firefox/Tools > Add-ons > Appearance).
    *Do NOT click the Reset button on the Safe mode start window or otherwise make changes.
    *https://support.mozilla.org/kb/Safe+Mode

  • Mail merge fields not displaying properly - Dollar signs and percentages

    Hi folks,
    I don't know much about mail merging, so I have a question.  I have most things working on my merge, but need help with a couple of minor items (I hope).  I have an Excel 2010 spreadsheet that we use for merging to a Word 2010 document. 
    It has various fields such as name, address, city, etc.  It also has a field for a dollar amount formatted to two decimal places and showing the $ sign in Excel (ex. $67,000.00), but when it gets merged into the Word document, it displays as 67000. 
    It doesn't pull the $ nor the decimal point and cents.
    I also have the same thing with a percentage (Ex. 6.00%), displays in the Word document as .006. 
    I think I have everything else working, but can't figure out how to format these items in the Word document to display properly.  Any advice?
    Mike

    If you insert the fields
    { MERGEFIELD Total_NB_Premium_away_from_Plan }
    and
    { MERGEFIELD Total_Premium_of_Team_Sales_Target }
    directly in your mail merge main document, outside an IF field, not nested in an { = } field, with no formatting switches, what results do you see?
    Word will only apply a numeric format to things that it decides are numeric (broadly speaking, that includes numeric and currency amounts that it can recognise). It will leave anything else unformatted. So if you have something that looks a bit like a number
    like "$-164,209.00", the chances are that Word will leave it exactly as it is.
    When Word does not recognise something as being a number or a valid numeric expression, it will generally display one error or another when you try to put it in an { = } field. So, e.g. 
    { =$-164,209.00 } would give you the syntax error that you are seeing. (Assuming "$" is set up as the currency symbol in your COntrol Panel's regional options. If the regional currency symbol was £, you would see a different syntax error.)
    The problem in this case probably originates in something that has happened in Excel. Normally, things that are numeric/currency in Excel come through as things that Word treats as numeric. But if for example, someone has entered a number formatted as text
    in a column that has texts rather than numbers above it, Word may receive something that it does not think is numeric. You may have to fix your sheet before Word will "see" the numbers correctly.
    When you have got to the point where WOrd sees the numbers correctly, you should be able to use
    { MERGEFIELD
    Total_NB_Premium_away_from_Plan} \#$,0.00 }
    (and the negative numbering formats if you want) without nesting the { MERGEFIELD } inside an { = }
    Peter Jamieson

  • Movie video artwork doesn't display properly on iPad video app

    I have seen the discussion around the problems / solutions regarding the proper displaying of TV shows on the iPad when accessing a shared library, but my problem is with Movie files. The artwork does not display properly. Sometimes the artwork from one movie will be duplicated onto another movie, or they will be all switched around. I have both iTunes purchased movies and converted backups of from my DVD library.
    Has anyone else had this problem?
    I have tried many things. While I see changes in the displayed artwork, they are generally messed up in one way or another on the iPad when accessing the shared library on my computer.

    Curiously enough, if I click on a movie from the shared library on the iPad, the correct artwork shows on the right sight of the window that let's you play the movie or navigate to a chapter. When I go back to the menu screen for all the movies in the shared library, the artwork is still wrong.
    Artwork is messed up even for home-created movies - one of them shows a preview screenshot of the Warner Brothers logo instead of the picture I have in the Artwork setting in iTunes.

  • E61i internet browser doesn't display properly

    Hello,
    I never had any problems browsing the internet on my E61i. My Nokia is always switched on, but today I had to switch it off for a while. After switching in on again, I wanted to use the internet on it. The strange thing was that it wouldn't display any web page properly any more. Pages look messy, like the web browser doesn't how to handle HTML etc. and display it properly.
    I often visit web pages not specially made for PDA's, so when visiting these I had to scroll horizontally. That was ok. But now when visiting these pages I cannot scroll horizontally any more; the browser puts all web page contents beneath each other, if you know what I mean. Now I can only scroll vertically.
    The conclusion is that many web pages I used to visit have now become useless since the E61i web browser doesn't display them any more as they used to be displayed, the pages used to look like as if you visited them from a PC, but not any more.
    Does anybody have a clue?

    It sounds like a cache issue. When you view the page, that
    page is loaded into your (or your client's) browser's cache memory.
    This is done so that when you return to that page it will load
    faster (since it is already loaded into memory).
    This will only happen if a person has been to the page
    recently. There is a limit on the amount of information your
    browser will store in cache memory. The more you surf, the more
    likely it is that the page will be replaced in the cache memory
    with some other information.
    You (and your client) can, depending on what browser you are
    using, set your preferences so that all web pages will be
    completely reloaded every time you visit them. In IE 6 for Win:
    Tools>Internet Options>Settings> Select 'Every visit to
    the page'. You can also set your cache to be the minimum amount of
    space alotted. Note: This doesn't really work very well in IE 6 for
    WIN. I use firefox for reviewing changes because I have found IE 6
    is completely unreliable for viewing the latest.
    Most other browsers will allow you to hold down Shift and hit
    'refresh' to throw out the cache for that page and view the latest.
    As far as I know this is standard operating procedure for proofing
    new pages.
    If there is a coding technique to force a browser to use only
    the latest information, I don't know what it is.
    Good luck.

  • Paypal express checkout doesn't display properly - Firefox 33.0.3

    Paypal express checkout doesn't appear to be displaying properly in firefox (link to screenshot below). I've tried it with Chrome & IE and it works fine, so can only assume this is a firefox bug.
    Screenshot:
    http://voodoo-london.com/ss.png
    I've tried everything in regards to clearing cookies & cache but still no luck.
    Can anyone offer any explanation or resolution for this?

    Separate Issue; Update your
    Flash Player '''v15.0.0.189 http://get.adobe.com/flashplayer/'''
    Please flag your last post as '''Solved Problem''' so other will know.

  • Doesn't Display Properly In Dreamweaver

    Hi,
    I just opened a website in Dreamweaver CS3 that was
    originally created in Expression Web.
    If I preview a page in a browser it looks fine, but in the
    Dreamweaver design editing window it looks a mess. The bar across
    the top is fine, but the left navigation column stretches all the
    way across the page. Below that is a table that appears in the
    middle of the screen in a browser and below that is the right hand
    column. Also there is quite a bit of text that doesn't appear at
    all in the Dreamweaver window although it displays fine in my
    browser.
    Please can someone tell me how to correct this so that I can
    better see what I'm doing within Dreamweaver?
    Thanks,
    Joe

    Hi Alan,
    Thanks for the advice. There's only one link to a .css file
    and that's working fine.
    The problem's a bit hard to explain, so I made a very short
    video with Camtasia which you can see here:
    http://site.soundeffectstore.com/dreamweaver/Dreamweaver.html
    The site isn't live at the moment and the links don't work or
    anything, but I uploaded the code to here:
    http://site.soundeffectstore.com/code.txt
    Thanks again for your help.
    Talk soon,
    Joe

  • SimpleChat doesn't display properly for spark on mobile

    I'm using the latest LCCS Spark Beta version. The SimpleChat displays RAW html instead of the styled text, plus it doesn't scroll properly. This problem was posted a few months back but is yet to be resolved. Looking at the LCCS sdk source code, the problem seems obvious: SimpleChat uses the class RichTextArea which the lccs team has created. That class checks to see if "textFlow" exists. If it doesn't as in the case of mobile it just assigns the raw html to the text field which is obviously unacceptable since the user will end up seeing raw html instead of styled text. Below is the problematic code in the lccs RichTextArea class. Is LCCS team supporting mobile devices?
                   if (textFlow)
                        textFlow = TextConverter.importToFlow(str, TextConverter.TEXT_FIELD_HTML_FORMAT);
                    else  {
                        //StyleableTextField(textDisplay).htmlText = str;
                        textDisplay.text = str;

    www.pianofortemusicschool.com

  • CSS - main content h1 and p text doesn't display properly

    Hi all,
    I know this is something really simple, but I just can't seem to get it right.  The h1 and the p text in the main content should have left and right padding to display properly (i.e. space on either side so it's not squished against the Accordion Spry), but it doesn't work.  It shows correctly in DW, but not online.  I'm just learning CSS so sorry for the ignorance!  I've tried everything I know and can't seem to get it right.  I would appreciate ANY help at all.
    http://www.TailgatorsHockey.com/news.html
    Attached is the .css file...
    Thanks so much!

    The padding and margin are certainly showing in the browser for the h1 tag but you have no padding or margin declared in your css styles for the paragraph tag in the 'main-content' <div>
    Add ths to your css styles:
    #main-content p {
    padding: 0 25px 0 25px; /*top/right/bottom/left*/
    margin-left: 10px;

Maybe you are looking for

  • How to Get the Parent - Child Relationship

    Hi , In my application having 100 tables with parent - child releation ship without using casecade constraints i want to delete the parent with child and sub child records Example Table - 1 parent1 child 2 Table - 2 Child 1 - Parent 1 Parent 2 Table

  • Multiprovider containing non-cumulative KF and cumulative KF

    I have two infocubes that I have placed in a multiprovidor. Infocube #1 contains one non-cumulative key figure and some cumulative key figures. Infocube #2 contains all cumulative key figures. When running a query against the multiprovider, all key f

  • Siri doesn't work anymore

    Hello, since a few hours my Siri answers every question or comment with " ok i guve up... could you try it again " Does anyone have an idea what happened? Thank you very much Tworock66

  • PCI-based MCA's

    A client of mine is looking to replace an old ISA based Multi-Channel Analyzer. We are looking for an MCA to use with optical particle counting. LabVIEW drivers would be a plus. I am leaning towards a PCI interface, but would consider others. So far

  • ORA-01031 and XP SP2

    With a recent upgrade to XP SP2 we keep getting this error message when loggin using connect / as sysdba. I am aware that XP SP2 has change the authntication mechanism but dont have a solution, the install was working fine till win 2k. Is there a kno