Hey guys,
I'm going slightly insane here. I've been trying to figure out what is the problem for the past 24 hours, but I simply can't figure out what is wrong.
I have an article submission framework. First the user inputs some article text fields, then he uploads 2 pictures, then he crops them. The problem occurs when I try to crop t...
I have a page where I open a popup window and the original window is supposed to stay usable. In IE and Chrome, I can switch back and forth between the parent and child, but in Firefox, if I click on the parent window, focus goes to the child (which just flashes tauntingly).
I look at Firefox's popup options, and the only one that seeme...
I have a web app I am developing an running with firefox. I am using jQuery for several things, with several modal windows being part of that. With one of those modal dialogs, when a function is run, it changes the title, adds a button, then opens. When this function is run in firefox the window/tab will go blank for a brief moment, then...
Hi,
I have developed two extensions bars using C++ on firefox 3.6 on mac osx 10.5. The extensions used some code which is common across both such as string library, std library etc...
Firefox crashes whenever I open with both the extensions on. I checked with individual extensions and observed no issues.
After analysing the stack trac...
I am new to JavaScript, trying to figure out a tag information value. GWT Code is as follows..
public static native boolean isToolBarInstalled() /*-{
alert("Validating the toolbar installed.");
var metas = document.getElementsByTagName('head')[0].getElementsByTagName('meta');
var i;
alert ("Meta length: "+metas....
I'm writing a Thunderbird extension that performs a translation of the current message on demand. The translation is appended to the HTML in the message view pane (so it is not persistent).
Can a Thunderbird (or Firefox) extension modify the content sent to a printer? I'd like my users to be able to print the translations alongside the ...
This is my first HTML5 site and I never expected for Firefox and Safari to be fighting! It's usually IE that I'm mad at. The header and footer both seem to be working just fine in both browsers. But the content area is shifted all the way to the right in Safari.
If I add webkit css (first time having to use that as well), then Safari wo...
Hi
I have a Tooltip which on mouse over opens on the top left side corner
of the page irrespectve of the 'mouseover'.
In case of IE8 this works fine and opens just above the place where mouse is
placed but in Firefox its unable to calculate/interprete the values.
here is the code snippet for tooltip
function DoFlyOver()
{
if( ...
So I have this form here: http://www.piataterenuri.info/register.php
The problem is that Firefox caches the captcha image and after an incorect input, or a page refresh the captcha will show the old image instead of the curent one.
I've already placed:
header("Cache-Control: no-cache");
header("Expires: Sat, 26 Jul 1997 05:00:00 GMT")...
I'm making a slideshow of images with the class "Display". I want to limit the height and width of the image to a maximum of 80% of the window's, so that there won't be a need for a scroll bar at any normal size. Here's the CSS I used:
.Display {
max-width: 80%;
max-height: 80%;
}
It works exactly how I want it to work in Chrome and...
I have the following javascript function in my extension:
function findPos(obj) {
var curleft = curtop = 0;
if (obj.offsetParent) {
curleft = obj.offsetLeft
curtop = obj.offsetTop
while (obj = obj.offsetParent) {
curleft += obj.offsetLeft
curtop += obj.offsetTop
}
}
return...
I am experimenting with changing some stylesheets from javascript I have come across a strange issue:
When I set an attribute on a style rule it silently fails in Firefox if the property is one of their proprietary ones. I have made an example demonstrating the issue (live example):
<html>
<head>
<style type="text/css">
div {
margi...
I integrate phpBB on my site using iframe. It mostly works seamlessly and all looks great.
Sometimes, for reasons I haven't figured out, the following page will not try to load the iframe in FireFox (will work on IE/Chrome) but instead open the "Save As..." (or open/save) dialog indicating the .php file has been served as text rather th...
Below are two snips of code for assigning an event handler for an onclick event. Version One works in IE, FF, Safari and Chrome. Version Two works in IE, Safari and Chrome, but not in FF. In Version One, I register the event handler in the markup. In Version Two, I use a newer, and supposedly more robust, method for registering the event...
The Safari & Chrome developer tools (webkit inspector) seem to have become quite advanced. Although I'm very used to Firebug and rely on it for development, I'm really flirting with the idea of trying to just make a complete switch to Chrome (since I browse almost exclusively with it anyway) and just learn to get use to it's web develope...
I'm using:
Ubuntu 10.04 LTS amd64
Firefox version 3.6.10 for Ubuntu canonical - 1.0
Java(TM) SE Runtime Environment (build 1.6.0_21-b06)
Java HotSpot(TM) 64-Bit Server VM (build 17.0-b16, mixed mode)
Java plugin was installed by creating symbolic link to $JRE_HOME/lib/amd64/libnpjp2.so from $FIREFOX_HOME/plugins/. At about:plugins pa...
Hi,
after loading a page, is there any way to inhibit the use of a .js? I mean using any tool (firebug for example) in Firefox .
Regards
Javi
...
Hi,
with any Firefox plugin (Firebug, whatever), how to see the route from a .js has been loaded?
Regards
Javi
...
Hi,
with any Firefox plugin (Firebug, whatever), how to see the path from a .js has been loaded?
Regards
Javi
...
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title></title>
<script type="text/javascript" src="../../Scripts/jquery-1.4.1.js"></script>
<style type="text/css">
table
{
border: solid 1px #e8eef4;
border-collapse: collapse;
}
table td
{
padding: 5px;
border: solid 1px ...