Closed Bug 56163 Opened 24 years ago Closed 23 years ago

Layout problem at kodak's site

Categories

(Tech Evangelism Graveyard :: English US, defect, P1)

defect

Tracking

(Not tracked)

VERIFIED FIXED

People

(Reporter: chrispetersen, Assigned: bc)

References

()

Details

(Whiteboard: [rtm-])

Build: 2000101108
Platform: All
Expected result: Page's content should be aligned in table properly.
What I got: Portion of JS code flows into table and causes layout problem.
Steps to reproduce:

1) Go to www.kodak.com.
2) Notice the content in the middle of table is completely misaligned.
3) JS code appears in this part of the table and is causes the layout problem.
Nominating rtm.
Keywords: rtm
They have a </SCRIPT> tag in the JS code. They have attempted to escape it as 
</SCRIPT\> (instead of <\/SCRIPT>. However, I don't think that will stop the 
tag being parsed. Breaks NN classic and W3C validator too. 

Fixing the tag markedly improves a copy of the page offline.

Anyone want to verify and bounce it to Kodak?

Requesting a triage on this bug. It's nominated but doesn't have a - or +. Are
we going to fix this for rtm ?
Reassigning to ekrock, cc-ing harishd, rickg. I doubt this will get fixed, but 
maybe ekrock can contact Kodak.
Assignee: clayton → ekrock
Priority: P3 → P2
[rtm-]. Bad markup on page, not product problem. --> Evangelism.
Assignee: ekrock → blakeross
Component: Layout → Evangelism
QA Contact: petersen → zach
Whiteboard: [rtm-]
The problem with the page is that there is script that essentially does a 
document.write('</SCRIPT>') without escaping the <SCRIPT>. Rewriting the page to 
be document.write('<\/SCRIPT>') fixes the problem.
Severity: major → critical
Status: NEW → ASSIGNED
Priority: P2 → P1
Target Milestone: --- → mozilla0.6
*** Bug 58641 has been marked as a duplicate of this bug. ***
-> evangelism@telocity.com for my evangelism bugs.

removing the now-depreciated evangelism-related keywords.

setting platform to All.
Assignee: blakeross → evangelism
Status: ASSIGNED → NEW
As of 11/28, this problem is still occuring in N6. Has contact been made with
Kodak to address this problem ?
Target Milestone: mozilla0.6 → Future
Assigning to Netscape Technology Evangelim team. For further info, send mail to
devsupport@netscape.com.
Reassigning evangelism bugs to bclary@netscape.com.
Assignee: evangelism → bclary
i don't see the javascript problem in the page. marking fixed.
Status: NEW → RESOLVED
Closed: 23 years ago
Resolution: --- → FIXED
The original problem has been fixed for some time now. Marking verified.
Status: RESOLVED → VERIFIED
All Evangelism Bugs are now in the Product Tech Evangelism. See bug 86997 for
details.
Component: Evangelism → US English
Product: Browser → Tech Evangelism
Target Milestone: Future → ---
Version: other → unspecified
Product: Tech Evangelism → Tech Evangelism Graveyard
You need to log in before you can comment on or make changes to this bug.