Closed
Bug 158241
Opened 23 years ago
Closed 23 years ago
News items in center of page not document.written() by external JS scripts with Unicode URLs
Categories
(Core :: Networking: HTTP, defect)
Tracking
()
VERIFIED
DUPLICATE
of bug 137182
People
(Reporter: michael, Assigned: darin.moz)
References
()
Details
Attachments
(1 file)
|
331 bytes,
text/html
|
Details |
In fact, in this pages, news are listed,
but they are disappeared in mozilla. Perhaps
it's unreadable for you because this page is for
chinese, but it the news center of the best
university (beida, you know?)in china, so many people
will go there every day. So I think it's better
debug it for us, thank you at all!!
according to my testcase, this bug has nothing to do with table.
Component: HTMLTables → Layout
Comment 4•23 years ago
|
||
*** Bug 158249 has been marked as a duplicate of this bug. ***
Comment 5•23 years ago
|
||
This is not a Layout problem. The middle of the page is created by external
JavaScript files that document.write() the HTML content.
The problem is the Unicode characters in the URL of the external script.
The reduced testcase above is by taking just one of the external scripts:
<script language=javascript
src="http://pkunews.pku.edu.cn/newslink1.php?type=½ÌÓýÊÓµã&item=10&width=52">
</script>
This is supposed to document.write() HTML content to the page.
Here is some of the source of that <script> file:
document.write('');
document.write('');
document.write('ÍõµÇ·å£º¶«Î÷·½ÎÄ.....');
etc.
etc.
All this is missing from the main site, since none of these external
<script>'s load properly, and the document.write()'s do not occur.
Reassigning to Networking component; we have to be able to
handle URLs with extended characters, right?
Assignee: karnaze → darin
Status: UNCONFIRMED → NEW
Component: Layout → Networking: HTTP
Ever confirmed: true
QA Contact: amar → tever
Comment 6•23 years ago
|
||
cc'ing jst for advice: is this another duplicate of bug 137182,
"javascript: URL's with non-UTF-8 characters not working"?
Or is this different, since it involves <script src=URL>?
It's the same thing, really, isn't it?
Summary: many news list in it disappear in mazilla → News items in center of page not document.written() by external JS scripts with Unicode URLs
Comment 7•23 years ago
|
||
Yup, this is a dupe of bug 137182.
*** This bug has been marked as a duplicate of 137182 ***
Status: NEW → RESOLVED
Closed: 23 years ago
Resolution: --- → DUPLICATE
my problem no resolved, that page is view not ok after i
update to 0720 version!!
Status: RESOLVED → REOPENED
Resolution: DUPLICATE → ---
Comment 9•23 years ago
|
||
reduping
bug 137182 is still not fixed. Please reopen only if bug 137182 and you see it
with a build one day after the fix.
*** This bug has been marked as a duplicate of 137182 ***
Status: REOPENED → RESOLVED
Closed: 23 years ago → 23 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•