On 12/19/05, John Blinka <[EMAIL PROTECTED]> wrote: > Willie Wong wrote: > > > > > > >Something is wrong on my end then. Can I have your USE flags for > >firefox, the version you are running, and what Javascript options you > >are using (i.e. from the Firefox preferences or about:config)? > > > >W > > > > > -> equery uses mozilla-firefox > [ Searching for packages matching mozilla-firefox... ] > [ Colour Code : set unset ] > [ Legend : Left column (U) - USE flags from make.conf ] > [ : Right column (I) - USE flags packages was installed with ] > [ Found these USE variables for www-client/mozilla-firefox-1.0.7-r4 ] > U I > - - gnome : Adds GNOME support > + + java : Adds support for Java > - - mozdevelop : Enable features for web developers (e.g. Venkman) > - - mozsvg : Enable SVG support in mozilla and firefox > - - mozcalendar : Enable mozilla calendar extension, > http://mozilla.org/projects/calendar/ > - - debug : Tells configure and the makefiles to build for > debugging. Effects vary across packages, but generally it will at least > add -g to CFLAGS. Remember to set FEATURES=nostrip too > - - gnome : Adds GNOME support > + + ipv6 : Adds support for IP version 6 > - - moznoxft : Disable XFT support in mozilla (also firefox, > thunderbird) > + + truetype : Adds support for FreeType and/or FreeType2 fonts > - - xinerama : Add support for the xinerama X11 extension, which > allows you to stretch your display across multiple monitors > - - xprint : Support for xprint, > http://www.mozilla.org/projects/xprint/ > > > From edit->preferences->Web Features, I have "Enable Javascript" > checked and > under the Advanced option, I have "Disable or replace conte..." and > "Change Images" > checked. I'm running mozilla-firefox-1.0.7-r4. >
While it has options to do that, many of the objects (yes, jscript and javascript are OO) have different methods, properties and even different ways to call and/or pass values to those methods from browser to browser. It is, like a previous post said, a HELL, it was never standard, and I bet it won't ever be, so, there are scripts called cross-browser, that check for your browser and version and call the scripts the way your browser understands it. A web page that was trully WELL designed, first, tries to NEVER use such unportable stuff, and if they MUST, they code it for cross-browser compatibility, its not hard, its just annoying, but many sites just don't do that. The problem is that most people develop using their browser to preview content, so, it looks good on THEIR browser, not necessarily with yours. In the old times when I used to make DHTML with IE, Netscape and Opera installed so I could spent a whole afternoon playing with absolute positions and cursing the developers, thank god now I work with something else. > John > -- > [email protected] mailing list > > -- Daniel da Veiga Computer Operator - RS - Brazil -----BEGIN GEEK CODE BLOCK----- Version: 3.1 GCM/IT/P/O d-? s:- a? C++$ UBLA++ P+ L++ E--- W+++$ N o+ K- w O M- V- PS PE Y PGP- t+ 5 X+++ R+* tv b+ DI+++ D+ G+ e h+ r+ y++ ------END GEEK CODE BLOCK------ -- [email protected] mailing list

