Closed
Bug 275789
Opened 20 years ago
Closed 20 years ago
Redirect to texturizer fail in IE and Opera (OK in Firefox)
Categories
(www.mozilla.org :: General, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: oliver, Unassigned)
References
()
Details
Links that are integrated into Thunderbird do not work with Opera. There included are the links from the Help Menu "Help" - "Mozilla Thunderbird Help" and those from the "Thunderbird start page" that fills the preview window on start. Clicking on those links result in the URL http://texturizer.net/thunderbird/%3CNOSCRIPT%3E%3CMETA%20HTTP-EQUIV=REFRESH% 20CONTENT= (Thunderbird help from the menu) or http://kb.mozillazine.org/index.phtml?title=Thunderbird_:_FAQs_:_RSS_Basics% 3CNOSCRIPT%3E%3CMETA%20HTTP-EQUIV=REFRESH%20CONTENT= (Rss Link on the start page)
Comment 1•20 years ago
|
||
I was able to duplicate this under Thunderbird 1.0 release build, Windows XP and Opera 7.60 Preview 4. All other links from within Thunderbird work fine and this is a problem confined only to where Opera is the default browser.
Comment 2•20 years ago
|
||
confirming the issue, although I don't see it being 'fixed' in Tb.
Status: UNCONFIRMED → NEW
Ever confirmed: true
UPDATE: Looks like the problem is in the redirect code at http://www.mozilla.org/support/thunderbird When I enter this url in IE manually, I get the same problem.
Comment 5•20 years ago
|
||
I'm in agreement with comment #4 on this having actually looked at the URLs in comment 0. Moving bug
Assignee: mscott → mozilla.webmaster
Component: General → webmaster@mozilla.org
Product: Thunderbird → mozilla.org
QA Contact: danielwang
Version: unspecified → other
Comment 6•20 years ago
|
||
Apologies for spam
Summary: Links to mozilla-pages dont work with opera → Redirect to texturizer fail in IE and Opera (OK in Firefox)
Comment 7•20 years ago
|
||
This is not a very big problem, since this will be fixed once that becomes an actual page on mozilla.org. See bug 260737.
Depends on: 260737
Not a big problem but can be fixed very easily. In these kind of lines (example http://www.mozilla.org/support/thunderbird/) else { document.write("<META HTTP-EQUIV=REFRESH CONTENT=\"0; URL=http://texturizer.net/thunderbird/"); } the webmaster should add \"> like else { document.write("<META HTTP-EQUIV=REFRESH CONTENT=\"0; URL=http://texturizer.net/thunderbird/\">"); } That's it.. Just close the meta tag.
Updated•16 years ago
|
Product: mozilla.org → Websites
Updated•12 years ago
|
Component: www.mozilla.org → General
Product: Websites → www.mozilla.org
You need to log in
before you can comment on or make changes to this bug.
Description
•