firefox

Perl MozRepl cleanup problem

I'm coding a web crawler and I've been using WWW::Mechanize::Firefox to navigate some pages (for the others I use WWW::Mechanize) which keep loading content after the page loaded and I've never had an issue with that. Yesterday I added DBI and DBD::mysql to the script, adding queries to export data to a database (this works perfectly), ...

Firefox opacity issue: text gets weird, colored outlines if container opacity < 1.0.

This doesn't happen in Chrome or Safari. It's a little bit noticeable in IE8, but very slight (and gray). The outline I see on both my monitors is greenish. I don't know if it's an issue with my graphics card or with Firefox's rendering of fonts at different opacities. It happens whether or not the style is set CSS statically, not using...

Why does this JavaScript work on Safari, but not Firefox?

I have the below HTML file. I tried the code on Safari and it was working fine. But when I tried this on Firefox, it’s not working.Can anyone suggest how to make it working on firefox? On click on undo button I want to retrieve contents from the jsp file. Thats working when I used this code on safari on my mac.. but when I open the same...

FireBug: How can I get rid of annoying messages?

FireBug always shows warning messages from jQuery eg reference to undefined property o.cache[H][E] (function(){var l=this,g,y=l.jQuery,p=...ch(function(){o.dequeue(this,E)})}}); jquery.min.js (string 12) Can I set up FireBug not to show certain warnings for certain scripts? ...

Is there any some way to automatically synchronize firefox and chrome browsing history ?

The title states the problem quite well: Is there any some way to automatically synchronize firefox's with chrome's browsing history (and viceversa) ? Something like XMarks, but working with the history, not only bookmarks. Is it programatically impossible to achieve ? Why hasn't it been done ? ...

(NS_ERROR_DOCUMENT_NOT_CACHED) through firefox same code works for safari

I am getting (NS_ERROR_DOCUMENT_NOT_CACHED) error when I try to access the Javascript code through firefox.I get this error in the contents tab of HTTPFOX. The code is as follow: <html><head></head> <body> <button type="button" onClick="handleButtonClick();">undo</button> <button type="button">redo</button> <select><option value="V1"...

Javascript submit() event is not fired up on exit (unload event)

I got page where HTML elements <form> and <iframe> are dinamicaly created with Javascript: document.write('<iframe id="myIframe" name="myIframe" src="about:blank" style="display:none;"></iframe>'); document.write('<form id="myForm" name="myForm" method="post" target="myIframe" action="myURL.php" style="display:none;">'); document.write(...

getElementById works only after refreshing the page

Hi. I'm Trying to access results div in the results page of google.co.uk. Using firebug one can see that the id of the div is "res" but for some reason getElementById('res') fails. to make things even weirder - if i refresh the page (F5 or ctrl+F5), the function succeeds. Also, if i look in the source code of the results page i dont se...

Why is Firefox not properly rendering this textarea element?

I made some changes to one of my web pages (CSS and HTML) and now Firefox is not rendering this textarea properly. It has a sort of jitter effect happening in the middle of the top line. I'm not sure if it has anything to do with the changes I made, but what could be causing this? <div id="CommentForm"> <form action="/posts/add-co...

where does `resource://gre/res/html.css` come from?

I'm just using ASP.NET MVC 2 and realized that I get a ghost stylesheet And I can't get ride of it... Biggest problem is that on other browser I do get the same behavior with this ghost CSS, and it's driving me crazy! On the image above I'm using Firefox 3.6.11 with Firebug 1.5.4 I have this html.css file nowhere in my Visual Stud...

firefox img rounded borders without using div background

It's a known bug that -moz-border-radius doesnt work on images in firefox. What's a way to get this functionality without resorting to putting the image as a background on a rounded div? ...

Why does FireFox send a request automatically to the first result in Google?

In FireFox 3.6.1 (a fresh install), I am seeing a request sent to the first search result (Google) without user interaction. Why is this? ...

How can I zoom a <div> in Firefox and Opera?

How can I zoom a <div> in Firefox and Opera? The zoom property is working in IE, Google Chrome and Safari, but it’s not working in Firefox and Opera. Is there any method for adding this property to Firefox and Opera? ...

firefox F5 does partial refresh.

I have a listbox and a html <map> element on my page. The list box has 50 state names of USA. and the <map> is a html <map> with 50 <area> elemnts over an image. I have a functionality on my page. When you select a state from list box, the appropriate <area> element is highlighted using some jquery and javascript. My problem is, when i ...

How to update DIV content in Firefox using Javascript?

Hi I have this code in javascript to show time in div and update it: if (!document.all) return var Digital=new Date() var hours=Digital.getHours() var minutes=Digital.getMinutes() var seconds=Digital.getSeconds() var dn="AM" if (hours>12){ dn="PM" hours=hours-12 } if (hours==0) hours=12 if (minutes...

Request.Browser Changed for Firefox

My code looks at the browser you are using to see if you have a correct browser to run the website (I know, I am getting rid of it). The site has ran fine until today. The code looks is: Request.Browser.Browser.ToLower().indexOf("firefox") When this == -1 then I get sent to a page saying "please upgrade". Like I said, this used to ...

FireFox - Are all preferences in about:config located in .js files?

Hey Everyone, I am writing a script to grab some Firefox settings, however it looks like some preferences are not within Firefox's various .js files. The preferences I am referring to are the preferences in about:config (such as network.http.max-connections). The .js file I am mainly referring to is prefs.js. So my question is: Are a...

jqmodal not scrollable on a Mac with latest Firefox?

Any idea why a new Firefox (latest version) would not show scrollbars on a JQModal? Worked fine in every other browser: Called like: $('#HTMLPreview').click(function(){ var a=document.getElementById("txtStudentWriting").value; b=a.replace(/[\r\n]/g, "<p><p><p>"); $.modal(b,{maxWidth:500,maxHeight:600,minHe...

Have to use back button twice in browsers (Firefox/Chrome/IE); extra # being added to URL

After experimenting with a handful of new addons for Firefox, I've managed to foul up some setting permanently. Using certain sites--take Netflix for example--upon clicking into a details page for a movie, I'll notice a #height1754 being added onto the end of the URL. When I use the back button, the only thing that happens is the ...

How to prevent browser from becoming non-responsive when ExternalInterface.call is called?

Hi, I have a flash movie and I am using ExternalInterface.call function to call a javascript function from within the movie. The problem is that whenever the javascript function gets executed in Mozilla Firefox, the browser becomes non-responsive. I have uploaded the file here: http://www.aakashb.0fees.net/carbon6.html This is a map of I...