firefox

Allowing Cross domain ajax calls from firefox

I want to change the settings of firefox so as to allow it to make cross domain ajax calls. Since due to the security feature of the firefox it doen't allow ajax calls to be made. I know if it is in same domain it will allow. I have a code given bellow which in safari works fine but firefox doesn't display the results when it calls csce ...

Strange inline styles coming from where?

I have a script, which has been causing me quite some issue today. :-) The script is apparently placing inline styles on the target element, but I can't find where they are defined. So the script is a slider called EasySlider. It works quite nicely to display featured content in a slide fashion. However, the script is putting an inline ...

FF and IE - way of handeling \n in textarea

Im doing a textarea with jeditable. The content is saved and loaded from a database. But im having some problems in the way IE and FF handles linebreaks differently. After some debugging i've found a mysterious behavior in FF. For example if i input in textarea: 1 2 It will return 1<br>2 Which is fine. But if i write: 1 2 3 It ...

CSS Positioning problem with Firefox

Hello friends, i've checked through the posts on several sites including stackoverflow but was not able to see a similar problem like mine. I have a page with some div containers, that separate input boxes and let them look good. Problem: Although everything looks good on safari/opera/chrome, the boxes get weird on firefox. I'm ...

Send data between XUL components

Hello, I have an extension composed of a browser overlay(ff-overlay.xul) which launches a sidebar(ff-sidebar.xul) through this code (from mozilla extension generator): (in ff-overlay.xul) <menupopup id="viewSidebarMenu"> <menuitem key="key_openSidebar_testinstallPackage" observes="viewSidebar_testinstallPackage" /> </menupopup> <k...

Chrome and Firefox will not work after putting computer in standby ?

Howdy, This is not a programming question; but I am at my wits end and was hoping people wouldn't mind me asking for help here, sorry if this is a problem! I just found the people on this website are generally so helpful and knowledgable that I was hoping that somebody would be able to help. I have a quite peculiar problem that I canno...

connect to firefox with C#

Hi, Sory for the title and the topic, I didn't really know where to put my question :) . I'm looking for a way to automatically get the HTML source of an openned page in firefox so I can use it in a C# application. For example, I would browse a page in firefox. When I would like to get some data I would start my program and refresh the ...