Closed
Bug 303373
Opened 21 years ago
Closed 21 years ago
This page looks wrong in Mozilla Browsers (Mozilla Suite & Firefox). This php page have too many tables. http://www.sedice.com looks perfectly
Categories
(Core :: DOM: HTML Parser, defect)
Core
DOM: HTML Parser
Tracking
()
RESOLVED
DUPLICATE
of bug 256180
People
(Reporter: deavidsont, Unassigned)
References
()
Details
User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322)
Build Identifier: Mozilla 1.7.3 Mozilla/5.0 (Windows; U; Windows NT 5.1; es-ES; rv:1.7.3) Gecko/20040910
www.sedice.com has one page that has too many tables:
http://www.sedice.com/modules.php?name=Forums&file=viewtopic&t=4166&start=120
We have tested it on other browsers (Opera & IE) and they display it correctly.
In the page, you can compare it on other forum page on Sedice.com . All posts
tables are displayed incorrectly.
This can be because a code like this:
<table><tr><td>some text...
<table><tr><td>some text...
<table><tr><td>some text...
<table><tr><td>some text...
<table><tr><td>some text...
.
.
.
And Firefox cannot display all information correctly.
Reproducible: Always
Steps to Reproduce:
On Windows:
1.Open browser (Firefox or Mozilla suite) and navigate
to "http://www.sedice.com/modules.php?
name=Forums&file=viewtopic&t=4166&start=120"
2.Open a non Mozilla browser (such as IE or Opera), and navigate to the same
page
3.Compare the result; (¿Too many indexed <table> ?)
Actual Results:
On Microsoft IE, we can see too much quotes on a forum post.
On Mozilla Suite or Firefox, we see that table cells are not properly ordered.
Some information that should appear on the left (as the post-user info), here
appears on the bottom.
Expected Results:
Mozilla Browsers should show the page similar to other browsers.
Note that I am admin & webmaster of sedice.com , and the bug was reported on
my web by our forum-users. If you need anything else, please tell me.
I believe that the Bug I reported is relative to the browser and not to the
web page.
Thank you for reading this! ;)
Here is some info about my web browser:
about:buildconfig (for Mozilla Suite)
Build platform
target
i586-pc-msvc
Build tools
Compiler Version Compiler flags
$(CYGWIN_WRAPPER) cl 12.00.8804 -TC -nologo -W3 -nologo -Gy -
Fd$(PDBFILE)
$(CYGWIN_WRAPPER) cl 12.00.8804 -TP -nologo -W3 -nologo -Gy -
Fd$(PDBFILE)
Configure arguments
--without-system-jpg --without-system-zlib --enable-
extensions=default,irc,tasks --enable-crypto --disable-auto-deps --disable-
debug --enable-optimize=-O1
Comment 1•21 years ago
|
||
try:
http://validator.w3.org/check?uri=http%3A//www.sedice.com/modules.php%3Fname%3DForums%26file%3Dviewtopic%26t%3D4166%26start%3D120
and note the 3500 + errors.
| Reporter | ||
Comment 2•21 years ago
|
||
Yes, I know that www.sedice.com is not W3C compilant.
But all other post pages on www.sedice.com are displayed correctly.
We (and some of sedice.com users) are using Mozilla Firefox, and it works
correctly, except that post page.
Let me try to reproduce the bug on a page that will be W3C compilant;
Updated•21 years ago
|
Component: Tabbed Browser → Layout
OS: Windows XP → All
Product: Firefox → Core
QA Contact: tabbed.browser → layout
Hardware: PC → All
Version: unspecified → Trunk
Comment 3•21 years ago
|
||
The HTML parser misbehaves when there are too many nested tables. Bug 256180
describes exactly the same thing.
*** This bug has been marked as a duplicate of 256180 ***
Status: UNCONFIRMED → RESOLVED
Closed: 21 years ago
Component: Layout → HTML: Parser
Keywords: qawanted
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•