Skip navigation.

Fix yahoo mail compose editor.

After a couple of hours trying to find out why yahoo mail compose editor didn't appear in opera, I decided to open up firefox and use the modify headers extension and find out.

Then I remember I can re-request a page using js using the XMLHttpRequest object and sending the user agent from that. Then as a result, document writing the final code. Maybe I can get this to work for hotmail as well, but maybe unlikely, we'll see about that though :wink: EDIT: Done with classic hotmail :up: at least on the live server anyway.

Its for the classic yahoo mail. There will be a delay, but the bar will appear.

Enjoy :smile:

classicyahoomailcomposefix.js

Bookmarklet to view forms properties and elements.Funny things

Comments

Hallvord R. M. Steen 14. October 2007, 21:05

LOL! :-D That's a quite neat workaround. And here I was thinking the lack of address autocomplete was un-patchable - I guess you get that too?

Phred 15. January 2008, 08:10

Suggestion: use opera's BeforeScript event and find the RTEEditorValidateMode text. Then use a synchronous request:
xhr.open('get', url, false);
to get the updated page. This will make the wait to load time faster but there won't be a delay after the page has already loaded. Also, why do you wait a full seconds to write the new contents?

Write a comment

You must be logged in to write a comment. If you're not a registered member, please sign up.