firefox

Why does Safari not like the .trim() in JQUERY?

This works fine in FireFox: $("#listname").val().trim() But in safari it errors: $("#listname").val().trim() while this does work, $("#listname").val() Why is that? ...

remember passowrd works in ff but not in ie and chrome

Hi, It seems that my html login form supports "remember password" in ff but not in ie and chrome. Can anybody tell me why? Here's the code: <form name="login_form" id="login_form" action="" method="POST"> <div class="login_line">name<input name="user_name" id="user_name_id" size="16" maxlength="16" value="" type="text"></div> <...

Script/plugin to update web page (load next 25 comments) until page fully loaded

Brief summary: I need a script/plugin for Firefox that selects the "load next 25 comments" link at the bottom of a web page, until that link is no longer on the page. As you click that link - you get more comments - eventually all of them on the same page. See this web page for an example (there are 1,852 comments): http://www.cnn.com/...

How do make changes in drivers/etc/hosts take affect instantly with IE?

Firefox will notice this change immediately, but IE will need several minutes to take affect. Is there somehow I can make it work faster? ...

Scrollbars does not display in Firefox

It is installed the latest version of Firefox 3.6.3 on 2 machines. Both machines runs under Windows 7, but one is 32 bit version, another is 64 bit. The 64 bit machine does not display scrollbars on my website. 32 bit machine and machines under Windows XP does not have that problem. I have googled but have not find such issue. Could you ...

jQuery SlideDown Flickering in Firefox

Hi, once more a jQuery, Firefox flickering issue. (no flickering in IE6/7/8, Safari) I uploaded an example page here: http://sithlord.bplaced.net/testing/jquery_flickering/flickering.html There are two div containers. The inner div is the one I'm hiding. The outer one is the wraping container with the style elements. I found the flick...

mozilla firefox page redirection

When i search for some query and click on any of the results, the link is being redirected to some random sites. What could be the reason behind this? This happens with firefox ...

How to i disable the _moz_resizing?

I am using nicEdit editor and i have added my own custom image resizing script to it. But i want to disable the default _moz_resizing that appears in firefox. I wanted to have finer control over the image being resized. ( Eg: Allow only the image to resize and inherit the width of the parent container. ) So i wrote a custom script. B...

Page Loading in FireFox and IE in Selenium RC

I've met with strange issue in Selenium RC. When I use IE7 the test works fine. However if I use firefox 3.5, Selenium fetches the page before it completely loaded. Using a thread sleep resolves that matter. Is there a difference between, how page load flag handled in IE and FireFox? selenium.setTimeout(Timeout); selenium.open("http://...

Getting mouse position in major internet browswers with javascript

I read this article regarding creating popup notes with javascript and css The problem is that this one works only in IE since window.event is undefined in Firefox. // assigns X,Y mouse coordinates to note element note.style.left=event.clientX; note.style.top=event.clientY; So could you point me a fully working example? Or at least, ...

document.elementFromPoint(x,y); not working

Hi i am using document.elementFromPoint(x,y); function to find out the underlying element on the mouse click. It is working fine when i open the corresponding html file with firefox. But i have written an application using gtkmozembed to open html files. When i open html file with my application and clicked on the page it is giving ...

Firefox / IE textarea sizing quirk - workarounds?

Try out this code in Chrome, Firefox and IE: <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"&gt; <html> <head> <title>Textarea problem</title> <style type="text/css"> html, body { position: absolute; top: 0; left: 0; right: 0; bottom: 0; border: 0; padding: 0; margin: 0; } #co...

Free Tool(s) / Tips to assist me in filling out forms on Win7?

I am doing some web development on some long forms. There are many fields for me to fill out to get through the form. Instead of typing out the same things every time (contact information, address, business information) I'm hoping there is some tool out there / combination of tools that will assist me in filling this out. Requirem...

Making firefox refresh images faster

I have a thing I'm doing where I need a webpage to stream a series of images from the local client computer. I have a very simple run here: http://jsbin.com/idowi/34 The code is extremely simple setTimeout ( "refreshImage()", 100 ); function refreshImage(){ var date = new Date() var ticks = date.getTime() $('#image').attr('src',...

Firebug's "net" tab is not showing anything?

I usually run Fiddler for net traffic monitoring and now am using a Mac machine. I thought Firebug's net tab can show the traffic that is fetched through AJAX (the net tab is enabled). But if I try google.com, and type in something, its "google suggest" will show a bunch of suggestions, but the Firebug's "net" tab is not showing anythi...

firefox, jQuery ajax calls firing twice and never triggering success or error functions

Hi, I am developing with the .NET framework, using jQuery 1.4.2 client side. When developing in Firefox version 3.6, every so often an one of the many ajax calls I make on the page will fire twice, the second will return successfully but will not trigger the success handler of the ajax call and the first never returns anything. So basi...

Open new popup window without address bars in firefox & IE

Hi everyone, hope someone can help. just cannot get a new window to open in Firefox without address bars. IE works fine with below code window.open('/pageaddress.html', 'winname', directories=0,titlebar=0,toolbar=0,location=0,status=0, menubar=0,scrollbars=no,resizable=no, width=400,height=350); I need to make for...

Infinite Refresh Loop in Firefox 3.0

I'm having a strange issue with my Javascript in Firefox 3.0.x. In Firefox 3.0.12, the page constantly reloads as soon as the list body is loaded. Neither Firefox 3.5, Safari 4 nor Chrome 5 (all on Mac) experience this issue. EDIT: I've created an isolated example rather than pulling this from my existing code. The issue was related t...

Does anyone get zero-height select fields in Firefox 3.6.3?

If you open this HTML in Firefox 3.6.3 (confirmed in some earlier versions too), and click the drawStuff() link repeatedly, it doesn't render the contents of the last div consistently. Looking more closely it seems like it's rendering select fields with height=0. Any idea why this would happen? <!DOCTYPE html PUBLIC "-//W3C//DTD HTML ...

Making CSS Render in a simialr way on FireFox 3.0.15/IE 6.0 & 7.0

Following css renders differently depends on the browser (mainly with Firefox) Firefox: the border-left-style:dashed does not seem to take effect as desired and black lines are shown instead. I have captured screen shots FF--> http://pixpin.com/images/81898090171964887806.jpg IE6--> http://pixpin.com/images/32538710129638992535.jpg...