Why, in Firefox, is only half top/first of a particular page visible?

The page in question is http://www.edgewaysbooks.com/shop.html

The entire page is visible in IE and Chrome, but, when scrolling down in Firefox, the visible page ends at halfway. In the source code, the entire page is here. I'm not the only one who has encountered the problem.

This is a problem with the HTML5 parser and the problem mentioned above with tags not closed FONTS. Which is causing a lot of deep nesting and the HTML5 parser cannot cope with that. In older versions of Firefox, it was possible to disable the HTML5 parser in a case such as a work around, but that is no longer possible. As well as the code needs to be cleaned.

(please do not comment in bug reports)

Tags: Firefox

Similar Questions

  • Firefox imports only half of my favorites of IE

    When I try to import my favorites from internet explorer, only half of my favorites (a - m) are transferred. Is it possible to increase the capacity of the folder?

    If you have problems with importing IE bookmarks in Firefox, then export favorites in Internet Explorer to a HTML file and import this file in the Firefox Bookmarks Manager.

    If you don't have the menu bar in Internet Explorer, and then right-click on the toolbar above to activate the menu bar.

    • Export Favorites in Internet Explorer to a file (bookmarks.html) HTML:
      File > import and export
    • Import HTML file in Firefox:
      Bookmarks > show all bookmarks > import and backup > import bookmarks HTML: file

    See "Import from another browser" and "import from file":

  • Why no Firefox button at the top of the page to access the modules Firefox?

    The instructions to get modules said click Firefox at the top of a page of Firefox. The extreme upper-left icon of Firefox globe (I guess than the Firefox button) just gives me options narrow, reduce or restore. Anything else I can think of to follow the instruction works. I also have trouble getting a Menu button to the far right of the address next to the Home button bar. I have the latest version of Firefox.

    Hi jimfrancis, the Firefox logo is not the Firefox button, but you should be able to get the Firefox button by right-clicking in an empty space in one of the bars at the top of the browser by clicking on "Menu Bar". The Firefox button is not essential, however, File, Edit, View... menus provide the same functionality (but some help articles can only give instructions on the Firefox button).

    I'm not sure what you mean by a menu button, but you can add/remove buttons and move them by clicking right in an empty space in one of the bars at the top of the browser and select "Customize". You can then drag and drop icons/buttons in the window that is displayed in the bar at the top of the browser to add. You can also rearrange the buttons by drag-and - drop the verses of other places on the best bars and you can remove the buttons by dragging them from one of the best bars in the "Customize toolbars" window

  • Why my screen captures only half of the size and how to make their return to normal?

    They saved as full size photos, but now when I post one or watch the thumbnail is half white. If I post on facebook, the pictures are too small? Thanks for any help :) using windows 8 and paint on a hp laptop.

    [Moved from the community centre of Participation]

    Half white makes me think that you have activated somehow another monitor (and no additional monitor is probably connected).

    Hold the keys of the keyboard and press P until the first option is selected, and then see if the problem persists.

  • half top of the textInput is not visible

    So, I'm working around the issue of text using qnxui.swc and QNXSKins.ane entry in Flash Professional CS6. Now, half upper text in my inputText field is not visible on the BlackBerry Z10.

    It works fine when tested in Control/Test Movie / In AIR Debug Launcher (Mobile), but after installation on the Z10 BlackBerry the textFormat makes the top half of the text disappears. The text is no textFormat tiny 8pt.

    Import qnx.fuse.ui.text.TextInput;
    Import qnx.fuse.ui.text.TextFormat;
    Import qnx.fuse.ui.text.TextInputIconMode;

    public var inputField:qnx.fuse.ui.text.TextInput = new TextInput();

    format = new TextFormat();
    format.minSize = 20 * screenscale;
    format. Color = 0x000000;
    format.font = "Arial";
    format. Bold = true;

    instformat = new TextFormat();
    instformat.minSize = 20 * screenscale;
    instformat. Color = 0 x 999999;
    instformat.font = "Arial";
    instformat. Bold = true;

    inputField.format = instformat;
    inputField.addEventListener (FocusEvent.FOCUS_IN, blackinputtxt);
    inputField.addEventListener (KeyboardEvent.KEY_DOWN, checkenter);
    inputField.width = 200;
    inputField.height = 100;
    inputField.text = thisname;
    trace (InputField.TextHeight);
    inputField.clearIconMode = TextInputIconMode.UNLESS_EDITING;
    inputField.x = s140;
    inputField.y = 20;
    inputField.maxChars = 11;
    inputField.restrict = "A-Za-z0-9."
    addChild (inputField);

    Thanks for the boost in the right direction. Apparently textInput.format must be set after textInput.text. In addition, do not use textInput.prompt that I couldn't solve the problem with command prompt. It's the only way I could get textInput to work without using the hack of the space. I guess it will be backwards compatible with the old BlackBerry OS 10 the textFormat cannot modify properties of text except the color.

    package
    {

    import flash.display.MovieClip;
    Import qnx.fuse.ui.text.TextInput;
    Import qnx.fuse.ui.text.TextFormat;
    Import qnx.fuse.ui.text.TextInputIconMode;
    Import qnx.fuse.ui.text.TextInputBase;
    Import qnx.fuse.ui.text.TextFormatStyle;

    public class textinputfix extends MovieClip
    {

    public var inputField:qnx.fuse.ui.text.TextInput = new TextInput();
    var format: TextFormat;
    var instformat:TextFormat;

    public function textinputfix (): void
    {

    format = new TextFormat();
    format. Color = 0x000000;

    instformat = new TextFormat();
    instformat. Color = 0 x 999999;

    }

    public void enterplayername(thisname___tring):void
    {

    var text = thisname;
    inputField.addEventListener (FocusEvent.FOCUS_IN, blackinputtxt);
    inputField.addEventListener (KeyboardEvent.KEY_DOWN, checkenter);
    inputField.width = 200;
    inputField.height = 50;
    inputField.text = text;
    inputField.clearIconMode = TextInputIconMode.UNLESS_EDITING;
    inputField.x = 140;
    inputField.y = 20;

    inputField.maxChars = 11;
    inputField.restrict = "A-Za-z0-9."
    inputField.format = instformat;
    addChild (inputField);

    }

    public void blackinputtxt(e:Event):void
    {

    inputField.removeEventListener (FocusEvent.FOCUS_IN, blackinputtxt);
    inputField.text = "";
    inputField.format = format;

    }

    public void checkenter(e:KeyboardEvent):void
    {

    If (e.charCode is 13)
    {

    internship. Focus = null;
    inputField.removeEventListener (KeyboardEvent.KEY_DOWN, checkenter);
    setplayername();

    }

    }

    }

    In this way, you can pass a string 'User instructions' inputText and it will appear grey. Once the user clicks the inputText field, instructions disappears and the text entered by the user will appear in black.

  • Firefox support only empty new tabs for all web pages, with the blank url bar.

    After an automatic minor update (16.0.1-> 16.0.2), firefox is now completely unusable.

    Whenever I try to load a page, it shows only a blank tab labeled 'new tab '.
    The url bar of this page will be empty if I try to open a link or bookmakrk.
    The url bar of this page will be exactly what I typed if I manually typed a url.
    Right click on the white pages does nothing: no context menu.
    "Troubleshooting information" page DID load correctly however; It is the only page I was able to display at all so far.

    Restart of firefox has not fixed the problem.
    Restart of firefox in SafeMode with addons disabled has NOT set the question - so please don't waste time trying to tell me that it's addons.
    Change the settings of the network proxy has not fixed the problem.
    There is no connection problem: IE can load pages very well from the same computer.

    I love firefox mah... but now it's dead... Please help!

    Update: resolved:
    Firefox works correctly after you restart the entire computer.

    It is bad form to require restarting the computer for minor updates to browser... and even the poorest not to say so when you do.

    (Some of us run the servers in the background that should not be broken).

  • Showing only the top 25 records on the page AF:iterator


    Hi all

    I use af:iterator to show my results to view the object on the page.

    If I run the query from the view object it give me more than 50 records in Tester AM but in UI it displaying the records of 25 albums.

    Even I have change the size of the range of 25 to 100 ViewObjectIterator. But his does not work

    < af:iterator id = "i3" value = "#{bindings." DmAuditRequestVVO11.collectionModel}.

    var = 'verification' >

    < af:outputLabel value = "#{auditresultviewcontrollerBundle.DATE} '"

    ID = 'ol3.

    inlineStyle = "color: # 21449;" do-size: 12px; make-weight: bold; "/ >

    < af:outputText value = "#{verification.» RequestedDate}"id ="ot6.

    inlineStyle = "color: black;" do-size: 12px; ">

    < af:convertDateTime pattern = "MM/dd/yyyy" / >

    < / af:outputText >

    < af:panelGroupLayout id = "pgl4" >

    < af:outputLabel value = "#{auditresultviewcontrollerBundle.TEAM_PLAYER_NAME} '"

    ID = "ol2.

    inlineStyle = "color: # 21449;" do-size: 12px; make-weight: bold; "/ >

    < af:spacer width = "25" id = "s5" / >

    < af:outputText value = "#{verification.» CallUserId}"id ="ot5 ".

    noWrap = "false".

    inlineStyle = "color: black;" do-size: 12px; "/ >

    < / af:panelGroupLayout >

    < / af:iterator >

    the rows of af property: iterator value 0 to display all the rows

    lines int Yes the maximum number of rows to display in a unique range of lines. Some ranges may lower the number of lines specified by this attribute (for example: the last span may have an insufficient number of lines). To display all the lines at once, set this attribute to 0. The default value is 25.

    Check -http://jdevadf.oracle.com/adf-richclient-demo/docs/tagdoc/af_iterator.html

    Ashish

  • Only half a page to print on Avery 5160 labels.

    Original title: labels Avery 5160

    Why am I getting only half a page of my Avery 5160 labels printed?  When I use the regular computer paper, the entire page is printed.

    Hello

    1. what operating system is installed on your computer?

    2. What is the brand and model of the printer?

    If you use the HP LaserJet printer then you can have a look at this article:
    http://h20000.www2.HP.com/bizsupport/TechSupport/document.jsp?lang=en&cc=us&TaskID=110&prodSeriesId=412144&prodTypeId=18972&ObjectID=c00557679

    Check out these links:
    http://www.Avery.com/Avery/en_US/Help-Center/formatting-and-printing-tips/?NS=rank

    http://www.Avery.com/Avery/en_US/Help-Center/product-FAQs/?NS=rank

    Thank you

  • Fill in the page for the site test under design Web does not appear in firefox. I have to zoom out to the page to appear. What is the problem?

    Hello

    I am designing a Web test page and it looks wrong in firefox... half top of page Web appears and I have to press ctrl and - to see the whole page... also, even when I see the entire page, the right scroll bar that appears on every Web page does not appear? What could be the problem? Any help will be appreciated.

    The missing scroll bar is caused by the position: fixed; and top: 0px; rules.

    DIV .header also has a height: 100px which is not correct.

    .header {
    background-image: url(images/bg-header.jpg);
    padding: 0px 0px 0px 0px;
    height: 100px;
    position: fixed;
    top: 0px;
    width: 100%;
    z-index: 50;}

    A good place to ask for advice on web development is to the 'Web Standards Development/evangelism' MozillaZine forum.

    Aid to this forum are better informed on issues related to web development.

    You must register on MozillaZine forum site to post in this forum.

  • Why do I only half of my IE favorites when they are imported into Firefox?

    I tried to import my favorites IE8 twice in Firefox. On these two occasions only on the first half of them appear in Firefox. There is as a limit of size on the Favorites, or some other problem here?

    Thanks cor - el, I did it and all my favorites of IE are now Firefox bookmarks. Excellent!

  • Print previews halh shows only the top of page. WHY?

    I have used Firefox for more than five years and this problem just showed. Using the preview before printing displays only the top half of the page. He started in Firefox 8 and is still doing the same thing with Firefox 9 beta if I use IE or K-meleon, it works very well. I like firefox and you want to get help. I use windows 7 with a 64 bit HP computer (1 year) and a Brother printer. How can I fix?

    See this:

    http://KB.mozillazine.org/Problems_printing_web_pages

  • Why Flash cookies are not deleted the first time I'm leaving Firefox?

    I am running XP, Firefox 16.0.1 and Flash Player 11.4.402.287 and have Firefox configured to 'Clear history of Firefox closing', with 'Cookies' (among others) checked "settings to erase history. I also have Flash Player configured to "Block all sites to store information on this computer."

    As I understand it, from Firefox 4 and Flash Player 10.3, have Firefox configured in this way should cause cookies Flash should be deleted out of Firefox. I also understand that even though I have Flash configured as I do, a list of websites that try to plant a cookie Flash is always recorded in the main settings.sol cookie.

    I noticed, however, that this list of empty Flash cookies is not removed the first time I have quit Firefox; on the contrary, the list is deleted after launch and then leaving Firefox again.

    Here is a step-by-step example:

    (1) Control Panel-> Flash Player-> storage tab-> storage Local to Site-> button settings confirm that the list is empty

    (2) output, that manage Flash Player settings

    (3) launch Firefox-> go to http://www.Hulu.com/ and click on a video to start playing

    (4) recovery Control Panel-> Flash Player-> storage-> Local website storage settings... tab button-> make sure that the list indicates http://www.Hulu.com/, 0 bytes, block

    (5) leave the Flash Player Settings Manager

    (6) Firefox exit

    (7) raise Control Panel-> Flash Player-> storage-> storage settings Local to Site-> NOTE THAT THE LIST SHOWS AGAIN http://www.Hulu.com/, 0 bytes, block

    (8) leave the Flash Player Settings Manager

    (9) restart Firefox

    (10) raise Control Panel-> Flash Player-> storage-> storage settings Local to Site-> NOTE THAT THE LIST SHOWS AGAIN http://www.Hulu.com/, 0 bytes, block

    (11) exit the Flash Player Settings Manager

    (12) exit Firefox

    (13) stimulus Control Panel-> Flash Player-> storage-> storage settings Local to Site-> NOTE THAT THE LIST IS now EMPTY

    Once again, my question is - why this list is not emptied the first time around?

    Safe mode disables plugins, I think not, so that you can put those aside for now.

    I suggest disable all non-essential extensions. We all tend to accrue to those who are not really necessary. You can do so here:

    Orange Firefox button or classic menu Tools > Modules > category: Extensions

    If the kernel extensions, you really like the cause of the same problem, then I think you will have to just live with it. Please note that Flash is followed correctly your bet as a block, so I don't think that something is actually stored.

  • Get annoying action ads at the top of the Yahoo home page. I always use Firefox and haven't changed the settings, then why the big announcements? I know that they are put there by Yahoo\, but they were not there before, and they aren't there when I open

    Get annoying action ads at the top of the Yahoo home page. I always use Firefox and haven't changed the settings, then why the big announcements? I know that they are put there by Yahoo, but they were not there before and they aren't there when I open Yahoo with Explorer.

    Install adblock more with subscription easylist and check

  • Grammar red line will only appear on the words misspelled on the half top of my document, but not on the bottom half how to fix this?

    Grammar red line will only appear on the words misspelled on the half top of my document, but not on the bottom half how to fix this? I am writing an essay and I know I misspelled words it contains, but the red line will not work. What should I do about it?

    Hi Brittany,

    You use Microsoft Word?

    If you use Microsoft Word, you can post your request in the Forum Office for assistance.

    Microsoft Office Forum

  • why there are four drives in the Fable: The Lost Chapters pack but we can only use the first to play?

    original title: fable: the lost chapters
    Hello! I wonder why there are four drives in the Fable: The Lost Chapters pack but we can only use the first to play?

    My guess would be that the other 3 drives are required for installation, because they contain the installation files, but actually the game startup files are only on the 1st disk.

Maybe you are looking for