firefox

No right-click event Firefox 3.6

I'm in the process of porting an app to JavaScript/CSS and it uses right-click. For some reason Firefox 3.6 for Windows isn't issuing a right-click event, but Chrome and IE do. Here's some test code. If you right-click #test then you get nothing in Firefox but you get an alert under Chrome and IE. <html> <head> <title>Hi<...

Firefox 3.6 update breaks selenium.

I'm unable to run any selenium tests since I updated Firefox to 3.6. Is it happening just to me or is it everybody? Error message I get is: Could not start Selenium session: Failed to start browser session This is in Windows Xp. ...

Qt plugin doesn't work in Chrome

I created the Qt plugin which works properly in FireFox. In Chrome, it works once for same domain. For the second page of same domain, it even doesn't call painEvent(). Anyone who know the reason, please help me. Thanks in advance. ...

How to change behavior of items in Firefox context menu

Hi, I'm trying to change the behavior of in placesOverlay.xul. My goal is to disable the Properties entry upon conditions that I need to figure out using Javascript. I am new to XBL bindings and handlers and don't know how to register such a handler for an existing/browser-defined XUL element. Or is there a simpler way? Thanks. ...

Firefox conditional comments CSS

Hi, I'm trying to position a button. I want it to be above the "Gå Videre" button on the page, it works in Safari and Chrome but not IE or FF. #cartUpdate { position:absolute; width:160px; height:30px; left:580px; bottom:50px; } And {capture assign="cartUpdate"} <div id="cartUpdate"><!--<input type="...

Strange bug with PHP on Windows 7

This is the configuration: Windows 7 Home Premium, XAMPP 1.7.3 (Apache 2.2.14 , PHP 5.3.1), Firefox 3.6 This is the PHP-code in a file named 'test.php' in htdocs: <?php echo('04556-8978765'); ?> On http://localhost/test.php I would expect to see the string 04556-8978765 in the browser. This is not what happens, though. The string a...

How to access and run field events from extension js?

I have an extension that helps in submitting forms automatically for a process at work. We are running into a problem with dual select boxes where one option is selected and then that selection changes another field's options. Since setting an option selected property to true doesn't trigger the field's onchange event I am trying to do s...

Find Line Above or Below in Javascript

I am working on an in-place HTML editor, concentrating on Firefox only right now. I have an element inserted where the cursor should be and also have left and right arrows working, but I can't seem to find a way to find: Start and end of a line for the home and end keys The next line up or down for the up/down arrows. I see document....

jQuery UI sortable scroll helper element offset Firefox issue

I have a problem with a jQuery UI 1.7.2 sortable list in Firefox 3.6, IE7-8 work fine. When I'm scrolled down a bit, the helper element seems to have an offset of the same height that I'm scrolled down from the mouse pointer which makes it impossible to see which item you originally started dragging. How do I fix this or work around the ...

How to prevent Firefox from copying numbers or #'s when copy and pasting on a Mac?

When I copy and paste from a website that formats their text using <*li>, I get numbers or #'s when I paste into any text editor on my Mac (running Snow Leopard). Is there anything I can get that is equivalent to Windows Notepad, that will NOT copy the formatting, and just give me the text? Example of a site that I copy/paste from that g...

Arabic script in Firefox inside Xvfb

Hello all, I have a Firefox installation that is launched perfectly inside Xvfb (CentOs), and from which I take snapshots, but I have issues with Arabic fonts. According to the provider, Arabic support is available in OS. But FF does not show the Arabic characters, I suppose this is some bad setting inside FF. I have read in a forum t...

Hide an html element using javascript only if browser is firefox

How can I hide a div with javascript if the browser is firefox only? ...

Adsense in FireFox not showing

hi, I came accross something very strange when i was testing my pages in FireFox. The Adsense blocks are commented out (green) in firefox. It does render however properly when i paste all the rendered code in a blank aspx page in the same project without using masterpage. http://picpaste.com/problem.jpg Here's a picture of the proble...

Get the URL(s) from Firefox using C# .NET 3.5

I am writing a .NET 3.5 WPF application in C#. This application needs to be able to get the URL(s) out of the browser window when it is in the foreground. I already have the code working that handles a global Windows hotkey and then checks to see if the foreground IntPtr is from a browser. If so, I am able to obtain the System.Diagnos...

Alternative to jQuery ui sortable needed

I'm trying to use jQuery ui sortable but it's not working out for me, it's having scroll offset issues when scrolled in Firefox. The goal is to have a list of <li> tags that a user can re-order with their mouse. My question is, what alternatives exist for that plugin? ...

How to copy text to clipboard in Firefox 3.5?

How can you copy text to clipboard using Javascript (or even nicer a jQuery function) without involving Flash? I don't care about IE and other browsers; Firefox 3.5 is the only browser that matters changing local FF settings is OK. Edit: Sorry for being unclear, I did try out the first 30 methods I found via Google; none of them worked...

Cross-browser incompatibility, how to put the button "同意して、アカウントを作成します" back into the big box?

If you visit http://www.tenxian.com/jp/common/signup.php? with Firefox, you will find that the button "同意して、アカウントを作成します" is out of the box; if you access this web page with IE, then there is no problem. How to fix this problem(put "同意して、アカウントを作成します" back into the box in Firefox)? ...

Iframe form not submittin in IE but working in Firefox

I have got a form that posts values to a page in a wizard. When i'm loading this form in a Iframe everything is working fine in Firefox, it will get me to the second step of the wizard and maintains the values i filled in. When im testing this in Internet Explorer i am not getting to the second step, instead of that it returns me to the ...

QuickTime movie disappearing from Javascript when scrolled offscreen in non-Safari Mac browsers?

I have a web page I'm creating that uses Javascript to control an embedded QuickTime player. I add the QuickTime movie to the page using the AC_QuickTime.js file from Apple (as described here - http://developer.apple.com/mac/library/documentation/QuickTime/Conceptual/QTScripting_HTML/QTScripting_HTML_Document/ScriptingHTML.html#//apple_r...

Which Firefox extension checks html markup when you view source?

I used to have a great Firefox add-on for this and I can't remember the name of it.. when you looked at the source it would sit at the bottom (like firebug) and check your HTML markup and suggest things like "doctype given is html4.0, looks like xhtml strict" etc I thought it was the web developer toolbar but that doesn't seem to add a...