vizskywalker
May 30 2006, 11:05 PM
Okay, so maybe triumphs isn't the proper verb. But there is a problem with Firefox's handling of javascript not found in IE6. Normally I hate IE's representation of javascript (such as it's failure to distinguish object types) but here the point goes to IE6. The basic rundown: When events occur on text boxes and some other input types, or certain functions like passing the focus occur on these DOM Elements, certain mishaps can occur. For example, when handling a keypress event from a textbox and calling an alert, an exception is thrown. The message: CODE Error: [Exception... "'Permission denied to set property XULElement.selectedIndex' when calling method: [nsIAutoCompletePopup::selectedIndex]" nsresult: "0x8057001e (NS_ERROR_XPC_JS_THREW_STRING)" location: "JS frame :: [url=http://localhost/developement/assume/shoutbox/scripts/addshout.js]http://localhost/developement/assume/shout...pts/addshout.js[/url] :: anonymous :: line 37" data: no] The line in question is the line containing the alert. This is technically only a warning, but as this can stack up in the javascript console, it can cause a Firefox slowdown. Analysis: The key piece of the exception is "nsIAutoCompletePopup::selectedIndex". For some reason, when autocomplete is not turned off on a textbox, the alert for some unknown reason attempts to access it and fails. The workaround is to use a tag like this: <input type="text" autocomplete="off"> There are two problems with this. The first is that autocomplete is not a valid XHTML property, so it will invalidate your XHTML. The second is that like it seems, this turns off autocomplete, which you might want to leave on. The final word: IE6 does not have this problem, and theoretically neither should Firefox as it is not improper code in any way shape or form. I do not remember this in earlier versions of firefox, so hopefully it will be resolved in the next firefox, as it seems to be a common solution. I am still unsure of what exactly NS_ERROR_JS_THREW_STRING really means, but I will post if I found out. The recommendation: If you see this error in the javascript console, post here describing what caused the exception, and simply try to avoid those kinds of programming. If you must use that specific piece of programming, simply ignore the exception as it is a warning only and doesn't accurately represent a problem. ~Viz
Reply
ruben
May 31 2006, 08:48 AM
Very misleading title, my dear friend, I was expecting some diatribe against Firefox now  . I'm pretty sure, this little issue will be fixed in the next issue of Firefox if you send them a bug report. That's what I love about Firefox (and other open source software): If there is something wrong, it certainly won't be that way for long. I'm still waiting for Apple to fix some bugs with correct code in my website. It's unbelievable: Safari does not know the attribute 'disabled="disabled"' for the element <button>. Plus there are some weird things happening if you put your computer to 'Sleep' with Safari running. Gets on my nerves, because it really screwed up my website at times. Still, Safari is just faster than Firefox on my Mac =). edit: wrote excepting instead of expecting. happens every damn single time...
Reply
vizskywalker
May 31 2006, 06:47 PM
Actually, numerous bug notices have been sent, and this issue started at least back with 1.5.0.2 (according to some of the other sites asking about the problem). And this is a major issue in my opinion, this indicates that firefox's level of commitment is decreasing. If you remember back to the days of IE originally, Microsoft was very good about trying to stay on top of bugs. It took longer because of technological capabilities, and microsoft has never had the best programmers. But this new firefox problem seems to be the beginnin of decay, especially since Mozilla doesn't have the same problem and Firefox is based off of Mozilla. ~Viz
Reply
ruben
Jun 1 2006, 11:36 AM
Well if you really feel like there isn't enough action in the firefox department, you can take part, or motivate someone with the right skills to do so. I do not think, that a popular project like Firefox will just decay, because well, maybe there is a low in engagement right now, but it is quite sure, that this will change again with all the developers working on it. By the way, what is the thing with Mozilla Corp.? I read on their website, that Firefox and Thunderbird are there now and it is a wholly owned company with core employees, etc. Is that a good development? I know too little to judge.
Reply
sanj
Jun 1 2006, 02:47 PM
IE6 may not Triumph over firefox but IE7 sure does, it also has tabbed browsing + increased interactivity on the tabs (e.g. click on the side to open a new tag) along with the Windows Vista look (developed for windows vista). I used to use Firefox, but now, after downloading the beta version of IE7 for XP at microsoft.com, I believe that Mozilla is going to lose a lot of users. NOTE: Since this is the BETA version, it lacks some standard functionality that IE6 has, but this will be upgraded on the final version.
Reply
ruben
Jun 4 2006, 02:08 PM
I don't think so. I think most users changed to firefox because of its customizability and security (and hatred on IE). Convenience users never looked at firefox. If there is a (good) feature that Firefox lacks and IE has, than it won't take long until it is taken over.
Reply
Recent Queries:--
ie6 open source spell check - 88.42 hr back. (1)
-
selectedindex ie6 - 186.40 hr back. (1)
-
firefox safari stop spell check attribute - 191.91 hr back. (1)
-
ie6 form field vertical align - 209.02 hr back. (1)
-
ie6 vertical align multiline text - 210.00 hr back. (1)
-
themes for firefox 1.5.0.3 - 222.19 hr back. (1)
-
extension firefox para simular ie6 - 252.58 hr back. (1)
-
ie6 and firefox - 336.72 hr back. (1)
Similar Topics
Keywords : ie6, triumphs, firefox, 1, 5, 0, 3
- Firefox Dream Packages - Condense
(0)
Make Firefox Look Like Google Chrome
(2) I had posted a topic on trap awhile back for the chrome lovers on how to make firefox look like
chrome but with the added security and privacy and what not. So I thought I would share to everyone
on astahost on how that is done and that way for those who enjoy chrome and firefox will have the
best of both worlds with the following extensions Stealther Download Statusbar
Locationbar² 1.0.3 Speed Dial Prism Resizeable Textarea Peer's ChromiGlass
New Tab Button on Tab Right Personal Menu Show Go Dom Inspector Chromifox....
Css Background Not Showing Upin Ie
it does in Firefox (6) I couldn't find a sub-forum for CSS, so i thought i would post it here. I'm using CSS to
display backgrounds, and for font types and such. So i want to add a background, called
"background.jpg" this is the CSS code: body { background-image: url(background.jpg);
background-repeat: repeat; } but for some reason, the background only shows up in Firefox, and
not in IE is this an error in my code? thanks in advance /smile.gif"
style="vertical-align:middle" emoid=":)" border="0" alt="smile.gif" />....
Css With Firefox
(5) CODE Warning: Unknown property 'scrollbar-face-color'. Declaration dropped. Source
File: http://localhost/game/mainpage.css Line: 8 Warning: Unknown property
'scrollbar-highlight-color'. Declaration dropped. Source File:
http://localhost/game/mainpage.css Line: 9 Warning: Unknown property
'scrollbar-3dlight-color'. Declaration dropped. Source File:
http://localhost/game/mainpage.css Line: 10 Warning: Unknown property
'scrollbar-darkshadow-color'. Declaration dropped. Source File:
http://localhost/game/mainpage.css Line: 11 Warning:....
Safari, Firefox And Dns Client Service Behaviour
Inconsistent behaviour with the DNS client and Safari and Firefox (1) Hi all This is my first post so I hope I get it right. I am running Vista Business on
32bit platform. Plently of memory and HD space. Fairly secure. Good seci=urity software and constant
updates, regular checks. I was adding a couple of sites to the HOSTS file - which as you know is
not so straightforward in Vista as it was in XP. I had read that it was a good idea to disable the
DNS client when doing this. I did so. Safari immediately stopped working. It wouldf not open any
site; however at the same time I could get Firefox 3 - my regular browser to work with....
Firefox 3
(19) I heard about firefox 3.. anybody is using it! a friend of mine told me it is not so secure.. is
it true? and it has a lot of bugs.. =/ i'm using firefox 2.0.0.15 and never gave me problems..
i think i will keep it for now.....
Firefox Addon Check
(2) I saw a site that check if i have a ad-block addon in firefox but cant find something like that on
google or similar. I know it exist php scripts that show what browser I have CODE $useragent =
$_SERVER ; if (preg_match(‘|MSIE ( . {1,2})|’,$useragent,$matched)) {
$browser_version=$matched ; $browser = ‘IE’; } elseif (preg_match( ‘|Opera
( . {1,2})|’,$useragent,$matched)) { $browser_version=$matched ; $browser =
‘Opera’; } elseif(preg_match(‘|Firefox/( +)|’,$useragent,$matched)) {
$br....
Recognizing Third-party Content In Firefox
(2) Hi, Has anyone managed to block third-party content using the AdBlock Plus extension for Firefox?
I found an article here: "Recognizing third-party content"
http://adblockplus.org/blog/recognizing-third-party-content where the developer says it's
possible, but I don't understand the practical implementation. Thanks.....
E-mail - Firefox
(6) Evening all Basically I use firefox rather than IE, however when I sign in on msn and it tells me
that I've got an email, if I click to receive my emails on the email icon of msn, it goes to my
inbox via IE Is there any way of changing this to open automatically in firefox? IE bugs me with
how slow it is and opening emails is a nightmare, but I can't find anywhere to change it If
not, I might have to start using outlook or something, 'cus it's doing my head in! ....
Opera Vs. Firefox Vs. Internet Explorer
What you use? (10) Which of these browsers is the best? comment please. i think the opera is the best. i'm using
it i think more then 2years and i'm very good about this browser....
Firefox Performance Stats
(3) Hi all, Does anyone know where I can get hold of performance stats on how long Firefox take to open
really large websites (like > 500k of xhtml). I have done some initial tests with a page of around
1MB and found that Firefox just stops for about 5mins while it gets over the shock. I could go
though and test a lot more combinations, but I hoping to find some performance tests that show the
point where Firefox starts to degrade. Cheers, Hoopa....
Firefox Problems..
(6) Hey! I am having a small problem in firefox on my website. When the user is logged out, the website
looks wacked :S But in Internet Explorer it works just fine =( I can't exactly explain what the
fault is, because I don't know it myself, but can you please try to look? Here it is.. Sorry
if this is wrong forum, but I thougt that it had something with the Internet to do.....
Bookmarks (firefox)
(2) Is there any way i could add another bookmark toolbar on my firefox browser??i already googled it
and didn't find the answer...i found how to add toolbar but i can only add icons in it and i
cant put bookmark toolbar in it? does anyone know how to do it?answer would be appreciated !....
Firefox Addon
(9) What is the most popular and most useful firefox addon i wanna know and try many new stuff...and
that's one of many....
Load Firefox Faster
(1) I've been researching how to load firefox faster. So better follow this steps: 1. Go to the
schortcut of firefox and click on it. 2. Then put this in the target tab /Prefetch:1 so the line
will look like this : C:\Program Files\Mozilla Firefox\firefox.exe" /Prefetch:1 Note: use space
between exe" and /prefetch:1 It really works on me.....
Settimeout() & Focus() Not Working With Firefox
(1) Hi Friends, I am new to javascript. Just a few days back I had encountered a problem where focus()
doesn't work well with FF, and Kravvitz showed me a workaround by using setTimeout(); Now I
have a similar problem: 1. I open a new blank window using 'window.open()' 2. I alert the
user that I am going to add some HTML to it. 3. I add the HTML to that new window, and 4. I bring
focus to that new window. It works beautifully in IE7 but not in FF. var newWindow =
window.open("", "myWindow", "width=300, height=300"); alert("Going to add html"); newWindow.docum....
Focus() And Select() Problems With Firefox
(2) Hi guys, I am new to javascript and am currently learning it with the book Wrox Beginning
Javascript 3rd ed. I have just encountered a problem that I am not able to figure out. Could you
please help me out..... The problem is that select() and focus() are not working in FF2.0 but works
in IE7. This is what the code is supposed to do: 1. I enter a age 2. If I enter non numerical data
and then I tab out of the text area 3. An alert box pops up and tells me to correct the age. 4. On
hitting ok it goes back to the age field. But in FF its going to the next tag(the submi....
Firefox Plugins For Web Developers
(13) The best Extensions available for Firefox that will ease the work of the Web Developer and provides
very useful features. Aardvark Extension Accessibility Add N Edit Cookies Adsense
Preview BBComposer Checky Chickenfoot Clippings Codetch ColorZilla CrossFTP
CSS Sync CSSMate CSSViewer cuneAform DevBoi Dom Inspector Drag de Go Dummy
Lipsum Event Spy Fangs Screen Reader Emulator FireBug Greasemonkey HTML Validator
IE View Link Checker Live HTTP Headers Load Time Analyzer Measure It ....
Firefox 2 Has A Spell Check!
Yea, it really does. (40) You are probably thinking from the get go that this is something that I should be discussing in the
software forums, but honestly, it is something that I just discovered and its something new that I
just learned, so it fits right in here as well. At least, technically it does! Anyways, I loaded up
my Mozilla Firefox browser a few days back and an upgrade notice popped up. Normally, I don't
think I have enough time to deal with the download and installation part so I just close it down
without upgrading, but not today! Instead, I upgraded the browser and it took me....
Disable Crash Recovery Restore Session Option On Firefox 2
(3) Hi all, Guys frequently using Firefox 2 for browsing may notice one session recovery screen for
restoring session on your browser after improper exit of the Firefox Browser or immediate shutdown
while using Firefox! Firefox 2 will give an option to restore your browser session to previous
state! So you may seen this screen before! /biggrin.gif" style="vertical-align:middle" emoid=":D"
border="0" alt="biggrin.gif" /> Its one advantage of using Firefox 2! You can even go to your
Gmail inbox without signing in after restoring the session! But imagine, if 2 or more us....
Internet Explorer 7 Problem
Works fine in Firefox! (Shocker) (8) Hey, I'm helping my mom with one of her web projects for class and I've noticed a pretty
big problem (no thanks to IE7) that cost her a few points. It won't load an image of an email
icon, however, Firefox will load and display it properly. Here's the line for the image: CODE
Also, IE7 complains about some ActiveX content, but this is just a basic page and NO
JavaScript, NO Java applets, NO ActiveX of any kind! I've never seen anything as crazy as this!
Wow... IE really sucks... anyone had a similar problem? F....
Firefox 2
Access-key and close tabs configuration (5) When I installed Firefox 2.0 I got a little probelm... Accesskeys: I use access-key to follow
links and send forms very often, and in Firefox 1.5 y default they were used by pressing
"Alt"+"Accesskey". In Firefox 2.0 the default value has changed, so to follow accesskeys you many
press: "Alt"+"Shift"+"Accesskey" wich is more complicated. To change Firefox 2's behaviour,
browse: "about:config" and set the value of the following keys to: ui.key.chromeAccess = 5
ui.key.contentAccess = 4 This way the menu bar accesskeys are associated to the combination
"Alt"+"S....
Windows Internet Explorer 7 Vs. Mozilla Firefox 2
(28) Well, both browser just came out within the span of 2 weeks, and I got the chance to review them. I
posted my review on my website. http://www.ae-net.cjb.net/index.php?a=topic&t=8 Feel free to
comment, rant. However, please don't flame unless you have to. xboxrulz....
Opera
Opera vs IE vs Firefox (52) i read the forum, i get a lot people discuss IE vs Firefox. i wonder why nobody mentioned about
Opera? personally i being the user of the 3 browser listed above and would like to share my opinion
to all members about Opera. IE is my first using broswer after netscape navigator. i really impress
by IE stablity and speed compare with netscape. therefore i being using it for more than 5 years.
After IE i try firefox for few month after get it information on newspaper, i download it
immediately and try it. well ... it is much more stable than IE but i cant feel it provide ....
Firefox Update
Anyone else having trouble with Flash player now? (7) I recently updated Firefox, my favorite browser. Now, it will not install the flash player.
Didn't notice if it was when Adobe picked up Macromedia or if it's the Firefox update.
Anyone else having similar problems?....
Disable /change The Find In Page Sound In Firefox
(1) How to disable or change the "find in page" sound in Mozilla FireFox Just as you know,by pressing
Ctrl-F, the find bar appears at the bottom of the Firefox Window, you can disable or change the
"find in page" sound. 1- run Mozilla FireFox and type “about:config” (without quotes ) in the
address bar and press ENTER to open Mozilla FireFox configuration. 2- Type” typeahead” (without
quotes ) in the filter field to filter options 3- To disable this ability, double-click on “
accessibility.typeaheadfind.enablesound “option to disable it. The line will turn bold , it mean....
How To Set-up A Proxy In Ie And Firefox
(4) Here is a little guide to setting up a proxy for both IE and FireFox. First I'd go to
http://www.samair.ru/proxy and choose yourself a good Elite Proxy or Elite Proxy +, the first few
ones may not work, or may work extremely slow. IE Click Tools> Internet Options (click to
enlarge) Click on the connections tab. (click to enlarge) Click the button labled "Lan
Settings"> Check the box labled "Use a proxy server for your LAN" (click to enlarge) Click
"Advanced" enter the info for the proxy you choose, In the "Proxy Address" collumn enter the IP a....
Mozilla Firefox And Runescape
Problem I had with FFox and RScape. (10) When I tried to play Runescape in Mozilla's Free browser (Firefox), I couldn't. However,
when I tried to play the game in Microsoft Internet Explorer, I could. It may be possible to play
Runescape in Firefox by altering Firefox's settings, or it could just have been me or chance or
something that caused me to have a problem.....
Firefox Tab Position
Help! (3) Ok, i sufered a HD TOTAL FAILIURE.. so i downloaded firefoz again.... I had to get all the
extensions i got before, to accomodate my neccesities... One of the things a managed to do before,
was putting the "tabs" on the lower part of the window.. The thing is.. i can't rember how i
did it!!!! And now i can't!!! If any one knows how to do it, i'ld really aprecciated..
Thanks!!!....
Guide To Firefox Extensions
Firefox extensions guide (21) I happen to be a devout Firefox user, and ever since I've gotten it I have needed to use
extensions to make my browsing experience better. Where? update.mozilla.org/ or
extensionroom.mozdev.org/ or extensions.roachfiend.com. Or try a google search. How?
update.mozilla.org is automaticly on your allow list for installing software. To add a site to your
allow list, click on tools/options/web features/allowed sites. Allow whichever site that you want to
allow to this list. NOTE: Never allow a questionable site to install software on your computer.
Extension....
Looking for ie6, triumphs, firefox, 1, 5, 0, 3
|
*SIMILAR VIDEOS*
Searching Video's for ie6, triumphs, firefox, 1, 5, 0, 3
|
advertisement
|
|