Aspxcombobox populating on the fly works fine with IE, but with others browsers, when using arrow keys for navigation, the second depended control, always has value for the first next and not for the current, so I have a bit of delay ...
...
Firefox (and other browsers i believe) stop gif animation when you click the Stop button or invoke it via the Escape key.
I have a text input that on change makes ajax requests to update other elements. As part of this ajaxyness i have an animated gif to show feedback.
I also trap the escape key press in this input so as to clear the te...
I have a website, and when I tell Firefox to remember my username and password for the website, it is causing the username and password to display in all forms on my website, such as registration form. It is only supposed to do this on the login form. Does anyone know a fix for this?
...
There is 20px margin/padding below the catmenuconatiner (second navigation bar). This is only showing in firefox and chrome not in IE 6+
Here is the page: www.fish-and-web.blogspot.com
Another problem related to the same issue is between the comments. The comment boxes have 15px margin between them. Again, this is only showing in Firef...
I'm currently building a web application that can can track a users actions on a particular website and pop a URL if the user takes certain actions, such as: first click, responding to a question by clicking yes / no, clicking a submit button, or exiting the site.
It is important that these URLs are served to the user and are not bloc...
Basically, the left column is supposed to extend to the footer with the continuous red color. However, in Firefox on pages with lots of text, the column does not extend to the footer and leaves a large white gap--see site: http://library.luhs.org/JHSII/about.html
I've tried readjusting the heights, creating the sticky footer, and other...
(iMacros For Firefox 6.6.5.0; Firefox 3.6.3; Windows XP Pro SP3 w/all updates)
I made an iMacro to select "load next 25" (comments) on a web page (CNN.COM). Unfortunately, iMacros doesn't appear to do looping (do the above until that string doesn't appear on the page anymore - i.e. all the comments are loaded). I tried putting {!iloop} ...
I am trying to embed a Quicktime video in Firefox, but when I do the controller buttons do not appear. I've tried both the old style embed tag and the new style object tags, but when I set the "controller" option to true there is no change in the appearance of the plugin. The video loads, but it is zoomed in on some portion of the vide...
I just started making a Silverlight 4 application and added a button to it.
The button doesn't appear in FireFox though. Works fine in Chrome and IE.
Can't find anything specific on google but there seem to be some problems with FireFox 3.6.
Anyone know a work-around or solution?
...
I'd like to be able to get the src value that is actually used for a video element like the following:
<video>
<source src="foo.mp4" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"'>
<source src="foo.webm" type='video/webm; codecs="vp8, vorbis"'>
<source src="foo.ogv" type='video/ogg; codecs="theora, vorbis"'>
</video>
In Fir...
Hi all,
I have a webform with background images on the textboxes to give them a nice rounded corner. In Chrome the textboxes work as expected, however, if I view the form in Firefox the cursor appears to size to the height of the image, but the text is a normal size.
Is there a way to override this oversized cursor?
Here is the CSS of...
When I type text into various text boxes on pages using FireFox (3.6.3), I get the following error:
Error: [Exception... "Component returned failure code: 0x8000ffff (NS_ERROR_UNEXPECTED) [nsIPrefBranch.getBoolPref]" nsresult: "0x8000ffff (NS_ERROR_UNEXPECTED)" location: "JS frame :: file:///C:/Program%20Files/Mozilla%20Firefox/compon...
I have a form that accepts javascript which allows the use of document.write() and I want to validate the output of the javascript which may look like this:
var a = 'book1';
var b = 2;
document.write("</scr"+"ipt>");
document.write("<scr"+"ipt type='text/javascript'src='http://www.example.com/loader.js?mydoc="+a+"&page="+b+"'>")...
i have vs 2010 and debug with Firefox 2.6.3 ..
firebug seems to be working OK except it does not seem to break on js errors..
anyone have any ideas?
...
What is this error code?
The link "-100...-999 (sMacroError)" on this page "http://wiki.imacros.net/Error-Codes" just reloads the SAME PAGE again. Great.
I get this error when I execute this .vbs file:
Option Explicit
Dim iim1, iret
'initialize iMacros instance
set iim1 = CreateObject ("iMacros")
iret = iim1.iimInit("-fx", false)...
Is there a way to show html source in the browser after insertion by js via ~.innerHTML = Source; ?
...
When I go to these examples using Firefox 3.6.3 and click the code examples it doesn't work:
http://msdn.microsoft.com/en-us/library/1whwt1k7.aspx
I want confirmation that this is a Firefox compatibility problem, suspect my firewall.f
...
How to pop out a Firefox window without an address bar or status, basically what i need is a bar minimum window that renders my html.
...
I have the following ajax fucntion:
function ajax(value, url, urlVarname, displayContainers_id){
if(value == ''){
document.getElementById(displayContainers_id).innerHTML='';
}
/* THIS IS LINE 12*/ xmlhttp = new XMLHttpRequest();
xmlhttp.onreadystatechange=function()
{
if(xmlhttp.readyState == 4 &&...
I have the below text field in my page:
<input class="message" id="message" name="message" type="text" size="65" />
For some reason in the latest FireFox for OS X it is about 200pixels wider than it is in the latest Chrome (mac/pc) FireFox(pc) and IE(pc)
Any suggestions on how I can fix this or why this is happening?
...