website translation - bug in language selection? - Printable Version -Shoutbox (https://shoutbox.menthix.net) +-- Forum: MsgHelp Archive (/forumdisplay.php?fid=58) +--- Forum: Messenger Plus! for Live Messenger (/forumdisplay.php?fid=4) +---- Forum: Translation (/forumdisplay.php?fid=24) +----- Thread: website translation - bug in language selection? (/showthread.php?tid=27111) website translation - bug in language selection? by Apatik on 06-12-2004 at 10:41 PM
I've seen that the french (my ^^) translation has been put online, but the script that should change the document.location doesn't work I'm using Firefox (0.8) but it works with Avant, so it should work in IE too.. I've already sent an email to Patchou about this problem RE: website translation - bug in language selection? by Mnjul on 06-13-2004 at 02:51 AM
quote:It doesn't seem to be a nice answer though I remember that according to W3C (I forget where), the script should use window.location instead of document.location. IE does recognize document.location, but it wouldn't be queerish if FF doesn't support it. I'll mail Patchou about this and he may give it a try. RE: website translation - bug in language selection? by Patchou on 06-13-2004 at 05:41 AM
Well, it's not my fault if Firefox is not compatible with the browser which is being used by 95% of the people who go on msgplus.net . As I know that Firefox already has some kind of nasty plugin disabling Flash in the worse possible way, I couln't take this warning very seriously, sorry about that . RE: website translation - bug in language selection? by KeyStorm on 06-13-2004 at 10:54 AM
Patchou, seriously: I think you're completely wrong about this. RE: website translation - bug in language selection? by user17033 on 06-13-2004 at 12:04 PM when will the other languages be added? RE: website translation - bug in language selection? by CookieRevised on 06-13-2004 at 12:20 PM
[OFF TOPIC] quote:There are already many languages added... RE: website translation - bug in language selection? by Choli on 06-13-2004 at 12:27 PM
quote:there is only frech in the dropdown list; of course there a lots added in the ....&lang=xx pages RE: website translation - bug in language selection? by user17033 on 06-13-2004 at 12:28 PM i checked it before i posted and the "select your language here" @ msgplus.net shows only "francais" RE: website translation - bug in language selection? by Apatik on 06-13-2004 at 12:32 PM it still doesn't work xD RE: website translation - bug in language selection? by Patchou on 06-13-2004 at 07:51 PM If it still doesnt work I really doint know what else I could do. And as for following the glorious W3C standards, let me laugh: haha. If Microsoft (and Netscape at the time, for once, I have to give them credits for something) hadn't taken things in their own hands to allow more features in web page, almost nothing would have changed in the past 8 years. Standards are good, as long as they match needs. As far as I am concerned, IE has become the standard, I couldn't care less if another browser is not capable of rendering my pages as IE do. I know this sounds blunt that I'm really speaking my mind here (and this doesnt mean I don't like Firefox, this seems to be a very promising browser). RE: website translation - bug in language selection? by Choli on 06-13-2004 at 08:20 PM
in the code of the main page of msgplus.net, search code:and replace it by code: everyone happy now RE: website translation - bug in language selection? by Patchou on 06-13-2004 at 09:26 PM done RE: website translation - bug in language selection? by CookieRevised on 06-13-2004 at 09:29 PM
tbh, I don't agree Patchou. This isn't about new standards, this is about implementing the existing standards in the right way. Like Choli said, <select> is a form element, thus you need to include it into a form. You don't make a subroutine in a program without a startheader and a endheader... RE: website translation - bug in language selection? by Patchou on 06-13-2004 at 09:44 PM
Well, I'm sorry but no, this just doesnt do it. I added <form> and here is what it gave me: RE: website translation - bug in language selection? by Choli on 06-13-2004 at 10:21 PM
quote:I don't see anything wrong there If you're talking about that it's moved and now there's more blank space, be sure you don't put any extra space in the code and the <form> is just next to <select> it should work RE: website translation - bug in language selection? by Patchou on 06-13-2004 at 10:40 PM
quote:Are you making fun of me? . Anyway, there was no extra blank space, its just the <form> tag that did the problem. It seems to add the space of two blank lines which is absolutely not good. You can see on msgplus.net how the combo box is supposed to be displayed. Thanks for the help Patchou RE: website translation - bug in language selection? by Choli on 06-13-2004 at 10:54 PM
quote:yes, of course ... j/k No, patch, in any way. quote:weird... I'll take a look at it tomorrow. Now it's time to go to bed quote: RE: website translation - bug in language selection? by CookieRevised on 06-13-2004 at 11:43 PM
Like I said before, to use form-elements in a proper way, you need to define a form. The problem with this, as you showed, is that MSIE has a bug when it comes to forms inside tablecells: it puts linebreaks before the selector... RE: website translation - bug in language selection? by WDZ on 06-14-2004 at 03:54 AM
quote:But that's not valid HTML The more correct solution is using CSS to just remove the spacing (margins): <form style="margin-top: 0px; margin-bottom: 0px;"><table><tbody><tr><td><select></select></td></tr></tbody></table></form> So... code: RE: website translation - bug in language selection? by Patchou on 06-14-2004 at 04:16 AM
Bha.... I don't like HTML lol. Thank you for the fixes though, I'll try it out. RE: website translation - bug in language selection? by WDZ on 06-14-2004 at 04:42 AM
quote:I dunno about FireFox, but the language selection menu looks and works good in Opera. * WDZ switches the language to Spanish... RE: website translation - bug in language selection? by ddunk on 06-14-2004 at 04:48 AM
quote: Yep, works in Firefox RE: website translation - bug in language selection? by Choli on 06-14-2004 at 11:27 AM
quote:indeed, dodgy script quote:the global.php page works, but not the main page (where there's no form). Add the same in the main page RE: website translation - bug in language selection? by Patchou on 06-14-2004 at 04:58 PM
quote:You can say all you want about it, I'm not the one who created it. And as far as I'm concerned, everything in it works perfectly well, I don't see any reason to criticize it . I was just coming here to inform you that I did the same change in index.php, I forgoot to do it today. RE: website translation - bug in language selection? by Guido on 06-14-2004 at 06:58 PM
The script was dodgy, I agree . And I know it worked with FFox before (I tested the site in every modern browser), though I must have removed the <form> during development. quote:err... That's pure misinformation Firefox, as IE, and as Plus!, supports third party plugins. There is a plugin which blocks Flash, and just like every other Flash blocking plug-in for Firefox, Mozilla, Internet Explorer, Opera, Safari or whatever, doesn't do it properly because it does it after loading the page. When msgplus.net uses JS to detect the flash player available or not, the flash blocker isn't active yet. And because the player IS available, it loads the movie and immediately is blocked (made invisible) by the flash blocker. That's not the worse possible way, it's actually the only possible way except for uninstalling and reinstalling the player in runtime. That's not something to take Firefox seriously or not, it's just that some people are in slow computers and want to block flash movies and therefore make and use these kind of plugins. quote:Indeed. But we are not talking about innovation this time, we are not talking about the IE-only features like the css filters. We are talking about just stupid decisions to make 2 separate names for the same thing (FTR I use IE (avant) ) |