View Full Version : WYSIWYG in Firefox bug, please apply the fix
Firefox 1.0 PR doesnt show WYSIWYG, because vBulletin understand version differently.
Please apply the fix publish here on vBulletin.org, so we (who use Firefox 0.10) can use WYSIWYG
http://www.vbulletin.com/forum/bugs.php?do=view&bugid=3373
Look for:
preg_match('#(phoenix|firebird|firefox)( browser)?/([0-9\.]+)#', $useragent, $regs);
Add bellow
$regs[3] = (version_compare('0.10', $regs[3]) <= 0 ? '1.0' : $regs[3]);
Link14716
11-05-2004, 10:12 PM
Better yet, use a Release Candidate of Firefox 1.0 instead of the PR.
Link14716
11-06-2004, 03:46 AM
Better yet, use a Release Candidate of Firefox 1.0 instead of the PR.
If you don't want to look for it, here's a link. 1.0 RC2 - looks like it was released November 4.
http://ftp.mozilla.org/pub/mozilla.org/firefox/releases/1.0rc2/win32/en-US/Firefox%20Setup%201.0rc2.exe
AnhTuanCool
11-06-2004, 04:35 AM
I am sure he means it's a bug and can be considered a security hole though. :)
Lionel
11-06-2004, 06:27 AM
talking about bugs, I installed the scrolling news text hack, and fireworks displays it from left to right! That browser must have been made for Chinese, Arabs etc...
Revan
11-06-2004, 07:19 AM
If you don't want to look for it, here's a link. 1.0 RC2 - looks like it was released November 4.
http://ftp.mozilla.org/pub/mozilla.org/firefox/releases/1.0rc2/win32/en-US/Firefox%20Setup%201.0rc2.exeCool, I didn't know RC2 was out. Im still on RC1 ;)
Cheers :)
BOT: I still recommend applying the fix, theres some people who dont want to use RC's but will wait for the final. (Just look at vB3 RC's...not everyone jumped on them did they ;))
Dean C
11-06-2004, 09:08 AM
talking about bugs, I installed the scrolling news text hack, and fireworks displays it from left to right! That browser must have been made for Chinese, Arabs etc...
Uhh that's how a marquee tag is supposed to scroll? You can always change the direction :)
TheMusicMan
11-06-2004, 11:32 AM
Or... better still... make the following change so that all sites visited appear correctly...
Type in the Address Bar: about:config
Amend the value general.useragent.vendorSub to 1.0
:)
Lionel
11-06-2004, 01:02 PM
Uhh that's how a marquee tag is supposed to scroll? You can always change the direction :)
are you joking? a marquee is fom right to left. Changing the direction will make IE reverse it.
Logikos
11-06-2004, 03:13 PM
what exacly is getting fixed? I'm a FF user but i don't use or like the WYSIWYG editor.
Zachery
11-06-2004, 03:27 PM
what exacly is getting fixed? I'm a FF user but i don't use or like the WYSIWYG editor.
Mozilla Corp, made a stupid move IMO anyway, in the PR/RC stages the Useragent reads as
0.10.X which vBulletin sees as 0.1 by default, which it is if you think about it. So the wysiwyg is only designed to work on FF .6 + not .1 ;) this changes it to work with .10 :)
Revan
11-06-2004, 04:55 PM
My useragent reads as 1.0RC2 from install :)
And you cant spec moz to think "oh, vB's WYS is not designed to work with this useragent, we cant use it!", specially since they use *shrugs* phpBB for their forums. ;)
Link14716
11-06-2004, 05:00 PM
Mozilla Corp, made a stupid move IMO anyway, in the PR/RC stages the Useragent reads as
0.10.X which vBulletin sees as 0.1 by default, which it is if you think about it. So the wysiwyg is only designed to work on FF .6 + not .1 ;) this changes it to work with .10 :)
Only the PR is named 0.10 (the latest release is 0.10.1). The release candidates show up as 1.0RC (or 1.0RC2).
I am sure he means it's a bug and can be considered a security hole though. :)
Bug yes, security hole no.
Honestly don't know if its worth applying the fix for a non-stable browser anyway, and seeing has the new version of firefox works correctly with the old code now. If you still want to run the PR you can always fix it from your end by changing the useragent.
twoseven
11-08-2004, 06:36 PM
Well firefox 1.0 is released Nov. 9 so it will no longer be a bug
Xenon
11-08-2004, 08:44 PM
i love problems which fix themselves ^^
Link14716
11-08-2004, 08:58 PM
Well firefox 1.0 is released Nov. 9 so it will no longer be a bug
Yep, definately something worth staying up way past midnight for. :D Not as much as vB3 was, but ;)
Revan
11-09-2004, 11:36 AM
Im using 1.0 Final now :D
Mozilla was loading really really slow, I think their site got overloaded XD
twoseven
11-09-2004, 04:56 PM
they actually had firefox 1.0 released when i made the post (always check their ftp site)
vBulletin® v3.8.12 by vBS, Copyright ©2000-2024, vBulletin Solutions Inc.