firefox3.6 Questions

10

Solved

How could I identify which Ctrl / Shift / Alt keys are pressed in the following code ? $("#my_id").click(function() { if (<left control key is pressed>) { alert("Left Ctrl"); } if (<rig...
Inconvincible asked 17/5, 2010 at 6:52

7

Solved

I'm developing an app and don't have to ever worry about Internet Explorer and was looking into some of the features present in A+ grade browsers that aren't in Internet Explorer1. One o...
Komatik asked 1/3, 2010 at 15:26

5

Solved

I have this sniplet of code in jQuery $element.parent().children().last().hide().show('slide', {direction : 'left'}, 700, function () { $element.delay(2000, function() { $element.parent().childr...
Nanna asked 21/11, 2011 at 11:25

2

Solved

I need to create a form with a few inputs when an event happens. My code is below. Chrome submits fine - the alert box shows and the page changes. Firefox does not work - the alert box shows but ...
Youngster asked 6/3, 2011 at 2:24

3

Solved

I am working with the JQuery UI autocomplete 1.8 with JQuery 1.6.1. (Getting newer versions of software is extremely difficult in my company so I am stuck with these.) I have a long list of string...
Overexpose asked 12/8, 2011 at 20:19

1

Solved

I am trying to test prefetching on Firefox 3.6. I'm using: <link rel="prefetch" href="hst_galaxy.jpg"/> I don't see any requests in Firebug's Net panel. When I look at the Apache 2 logs, I...
Severson asked 29/1, 2010 at 0:14

4

Solved

The following web page will render with unexpected result in Firefox 3.5. The first <address> element will not have a pink background, but the second will. Is this only happening for me? Is m...
Cavalier asked 15/10, 2011 at 17:44

5

Solved

I hear that Firefox 3.6 adds support for the HTML local file API (Announcement here). Does this mean that I can access local files from javascript? Can anyone point me to examples for reading /...
Granthem asked 22/1, 2010 at 14:23

4

I have couple of functions that should be triggered after some delay in onload event. It works fine in chrome but not in Firefox. function foo() { // javascript code } window.onload = setTimeout...
Plage asked 8/4, 2011 at 11:6

10

So, in upgrading to Firefox 3.6, the CSS broke on input boxes. The padding has increased -- it might also be the font-size is somehow behaving different. Wondering if anyone else has seen this prob...
Involutional asked 25/1, 2010 at 16:26

1

Solved

Check the test page here http://rickchristie.com/testfocus.html Correct me if I'm wrong: onfocus happens when the element gains focus. onblur happens when the element loses the focus. In Firef...
Kabyle asked 21/11, 2010 at 4:42

2

Solved

I am using jQuery's ajax method to acquire a static JSON file. The data is loaded from the local file system, hence there is no server, so I can't change the MIME type. This works fine in Safari, ...
Gree asked 11/4, 2010 at 22:29

1

I encountered a table border line CSS problem in Firefox: when the CSS border-collapse is collapse, and I have two merged cells, one of them has a 1px border. An extra unwanted border line exists o...
Silvanasilvano asked 8/10, 2010 at 3:9

4

Recently I updated my firefox to 3.6 and the silver light app on my web app has weird behavior. No button click happens in the silverlight app, it just gives it the focus and if we 'TAB' around, w...
Ladle asked 10/2, 2010 at 15:45

2

Solved

I don't understand why the vertical scroll bar moves automatically to the most top position when "Line 9" clicked, for example. Further clicks does not move the scroll bar. Could anyone explain why...
Chorography asked 16/5, 2010 at 14:27

1

Solved

I'm trying to use the mozrepl Firefox extension to give me a Javascript REPL from within emacs. I think I've got it set up correctly. I can interact with the REPL from emacs and can explore the do...
Parkman asked 21/3, 2010 at 3:57

3

Solved

I've recently been told by a colleague that Firefox 3.6 supports native drag and drop file uploads + image resizing from the operating system without any extensions or plugins required. Can anyon...
Antipyrine asked 22/1, 2010 at 22:32
1

© 2022 - 2024 — McMap. All rights reserved.