Closed Bug 1285546 Opened 9 years ago Closed 8 years ago

Firefox does not display part of text on googlesites correctly.

Categories

(Web Compatibility :: Site Reports, defect)

Firefox 47
defect
Not set
normal

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: steckner, Unassigned, NeedInfo)

References

()

Details

(Whiteboard: [contactready])

Attachments

(1 file)

User Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:47.0) Gecko/20100101 Firefox/47.0 Build ID: 20160604131506 Steps to reproduce: Changes with google chrome on: https://sites.google.com/site/rodenkirchenerinnertsich2/ Actual results: The changes are displayed in google chrome an opera Expected results: The changes are not displayed in firefox. Tested with different accounts and machines with windows 10..
Could you attach some screenshots of the rendering in Firefox and Chrome to see the difference, please.
Flags: needinfo?(steckner)
Component: Untriaged → Layout: Text
Product: Firefox → Core
Summary: Firefox does not display googlesites correctly. → Firefox does not display part of text on googlesites correctly.
Attached image chrome-firefox.jpg
Flags: needinfo?(steckner)
The inline style of this webpage is broken, why this part "<div style="line-height:16.6667px;display:inline!important">" is repeated a bunch of times? There is no need to do that.
Flags: needinfo?(steckner)
The problem is that the page has (redundant) inline elements nested more than 200 levels deep, which means it runs into MAX_FRAME_DEPTH in nsInlineFrame::Reflow() (or perhaps somewhere else where the depth of the frame tree is checked). [1] https://dxr.mozilla.org/mozilla-central/source/layout/generic/nsInlineFrame.cpp#375
res, If you are the author of that webpage, then you can fix it by removing dozens and dozens of <div> containers, by removing dozens and dozens of <br /> elements, remove all of the <font> elements. More info: http://www.456bereastreet.com/lab/web_development_mistakes/ http://www.456bereastreet.com/lab/developing_with_web_standards/ http://www.456bereastreet.com/lab/developing_with_web_standards/css/ You should seek assistance and support in web authoring discussion forums/newsgroups in your language (German). http://forums.htmlhelp.com/ or use a search engine Your website would have fewer problems (more consistent across browsers) and would be easier to maintain (faster to download, faster to be rendered too).
Component: Layout: Text → Desktop
Product: Core → Tech Evangelism
Version: 47 Branch → Firefox 47
res is this your Web site? As mentioned in the bug a couple of times, the depth in the markup will likely make the markup fail. That said it's very similar to this issue https://webcompat.com/issues/2309 Google Sites Editor seems to be a mess for simple user.
Whiteboard: [contactready]
I might eventually contact Google about it.
Status: UNCONFIRMED → NEW
Ever confirmed: true
The pages look the same in Firefox and Chrome now.
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → FIXED
Product: Tech Evangelism → Web Compatibility
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Creator:
Created:
Updated:
Size: