Closed Bug 271289 Opened 20 years ago Closed 14 years ago

qtccdr.com -page does not render properly, BUT it does in IE which can fix bad pages

Categories

(Tech Evangelism Graveyard :: English US, defect)

x86
Windows XP
defect
Not set
major

Tracking

(Not tracked)

RESOLVED INCOMPLETE

People

(Reporter: rtoledo2002, Unassigned)

References

()

Details

User-Agent:       Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8a5) Gecko/20041122
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8a5) Gecko/20041122

this pages has for the last 3 years NEVER rendered properly in Mozilla, at the
same time it renders OK in IE 5 & 6  which seems to add the missing brackets or
whatever that is wrong with this page. 

Reproducible: Always
Steps to Reproduce:
1.go to www.qtccdr.com
2.
3.

Actual Results:  
tables? cells ? do not match with each other

Expected Results:  
to look like it does in IE.

Mozilla coders, it's time to make Mozilla a little bit more inteligent than IE
in the area of rendering broken pages
Product: Browser → Seamonkey
The layout looks fine when javascript is turned off.
This problem here is probably because of some broken browser detection script.
This is the script where the extra content is written:
http://www.qtccdr.com/support.js
The page has explicit script that does:

if (browser is IE) {
  // Position things
} else if (browser is Netscape 4) {
  // Position things
} else {
  // Just dump them out on the page
}

Given that Mozilla is not IE and is not Netscape 4, we execute the third branch.
 Nothing about fixing up a page here; the page is _deliberately_ doing this in
Mozilla.  Just using the same code IE gets for Mozilla would fix the problem.
Assignee: general → english-us
Status: UNCONFIRMED → NEW
Component: General → English US
Ever confirmed: true
Product: Mozilla Application Suite → Tech Evangelism
QA Contact: general → english-us
Version: Trunk → unspecified
Summary: page does not render properly, BUT it does in IE which can fix bad pages → qtccdr.com -page does not render properly, BUT it does in IE which can fix bad pages
INCOMPLETE due to lack of activity since the end of 2009.

If someone is willing to investigate the issues raised in this bug to determine whether they still exist, *and* work with the site in question to fix any existing issues, please feel free to re-open and assign to yourself.

Sorry for the bugspam; filter on "NO MORE PRE-2010 TE BUGS" to remove.
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → INCOMPLETE
Product: Tech Evangelism → Tech Evangelism Graveyard
You need to log in before you can comment on or make changes to this bug.