Closed Bug 183975 Opened 23 years ago Closed 22 years ago

Yahoo Mail doesn't load - javascript error

Categories

(Firefox :: General, defect)

x86
Windows XP
defect
Not set
normal

Tracking

()

VERIFIED WORKSFORME

People

(Reporter: john, Assigned: bugzilla)

References

()

Details

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.3a) Gecko/20021205 Phoenix/0.4 Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.3a) Gecko/20021205 Phoenix/0.4 When I click on the Mail link from either the yahoo.com main page, or from my.yahoo.com, the mail site starts to come up, then gets stuck. It finishes the 4 tabs up top: Mail, Addresses, Calendar, Notepad - draws the Check Mail and Compose buttons, and the Mail Upgrades - Search Mail - Mail Options links; then it gets stuck on (and displays): function AddFolder() { var nn = window.prompt("Please enter a name for your folder.",""); var nn_len = nn.length; var nn_escaped = ""; if (nn != null && nn != "null" && nn != "") { for (i = 0 ; i < nn_len ; i++) { var nn_asc = nn.charCodeAt(i); if (nn_asc > 128) { nn_escaped += nn.charAt(i); } else { nn_escaped += escape(nn.charAt(i)); } } var str = "/ym/Folders?ADD=1&Name=" + nn_escaped + "&.crumb=98ibvrRhOLO&.done=" + escape(document.URL) + "&YY=22205"; window.open(str, "_top"); } } function TogglePerso If you don't stop it, it will keep changing the number after the YY= near the end. It works in IE, and using Galeon 1.2.5 on Mandrake 9.0. What's odd, is if you do a View Page Source, it looks like the whole page is there. Reproducible: Always Steps to Reproduce:
Have you tried this in Mozilla? http://texturizer.net/phoenix/bugs.html
wfm Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.3a) Gecko/20021207 Phoenix/0.5. earlier today i noticed some javascript code printed on a yahoo web page that was displayed instead of ran. i noticed that this was because of a misssing <script> tag. try again using phoenix and see if it works now.
Has no problems now with 0.5.
Status: UNCONFIRMED → RESOLVED
Closed: 23 years ago
Resolution: --- → FIXED
worksforme is the correct resolution
Status: RESOLVED → UNCONFIRMED
Resolution: FIXED → ---
re-resolving
Status: UNCONFIRMED → RESOLVED
Closed: 23 years ago22 years ago
Resolution: --- → WORKSFORME
verified wfm per reporter's comment.
Status: RESOLVED → VERIFIED
You need to log in before you can comment on or make changes to this bug.