firefox3.6

Regular Expression validator with file upload control (asp.net) does not work in FireFox

I am using Regular Expression validator with file upload (Asp.Net) control in-order to restrict the files uploaded. My regular expression is as follows: ^(([a-zA-Z]:)|(\\{2}\w+)\$?)(\\(\w[\w].*))+(.wmv|.avi|.mpeg|.MPEG|.mp4|.MP4|.flv|.f4v)$ It gives error message of the validator even after uploading the right file in Firefox. But it ...

Confirm dialog from silverlight crashes firefox

Hi all! I've found some strange behaviour of firefox 3.6 - when I call HtmlPage.Window.Confirm() method from my silverlight 3 app it crashes the browser. This behaviour, I think, begins from the version when plugin container became separate process. Maybe it is cross-thread issue of firefox. Did anybody face this problem? Thanks a lot...

web page layout issue in firefox 3.6 /mac os

This web page does not display correctly in firefox 3.6 /mac os. http://solcuisine.com/dev/?page_id=2 .. and here's how it looks in firefox3.6/mac: firefoxmac.png located in dev/ directory of same domain (sorry, can't post more than one link here) http://solcuisine.com/dev/firefoxmac.png The css has been validated in w3.org. And the...

Adobe Reader plugin eating certain keydown events only in Firefox 3.6

I seem to have exactly the same problem as this person: http://forums.adobe.com/thread/618752 He also has example code that purports to demonstrate the problem. Basically, I have a webpage consisting of 2 frames: in the right hand frame, a PDF, which my users all view in Adobe Reader (generally 9.3), and a left hand frame which contains...

Intermittent JavaScript Issue

I'm running some JavaScript via eval (I know, shoot me), that basically enumerates all of the properties on the document object. My issue is that while it works in firebug, it throws a not implemented exception in Firefox, when run from a script. Link to JavaScript script, the exception thrown, and the firebug command working. Any sugg...

jQuery: hidden visibility selector does not work in Firefox 3.6

<html> <script src="../jquery.js" type="text/javascript"></script> <body> </body> <script type="text/javascript"> $(":hidden").show(); </script> </html> Firefox 3.6 would show $(":hidden").show();, but IE 8.0 works fine. Is this a bug? PS: I'm using jquery 1.4.2. Thanks. ...

Firefox 3.6 for Mac font problem (picks wrong font)

I have the following problem with Firefox 3.6 on Mac. Windows and older versions of FF work perfect. The body is defined like this: body {color:#000;font:normal 12px/16px "Cambria", Times, Times New Roman, Georgia, serif;background:#fff} But my h1, h2 and some other tags (sometimes a list item is in the right font, sometimes it isn'...

FireFox CSS Table Extra Border Line Problem

I encountered a table border line CSS problem in firefox, when the css border-collapse is collapse, and have 2 merged cells, one of them hava 1px border. A extra unwanted border line exsits on the right. This Problem does not exsits in other browsers, IE and Chrome don't have the problem. FireFox version is Mozilla/5.0 (Windows; U;...

Microsoft JQuery Template plugin: Script Stack Space Quota is Exhausted

I read a few questions regarding the Firefox "Script Stack Space Quota is Exhausted." The answers are usually "work with less data". However, how much "JSON" data we process is not the issue. We created a very small template, then loaded over 700 products with that template without an issue. The problem seem to be how much HTML is in...

Gecko NSModule: ContractIDEntry "nsID const *"?

I created a FireFox addon a while a go, and noticed it stopped working on FireFox 3.6 Apparently, NSGetModule is being replaced with an NSModule structure, so I have to adapt. I'm coding my product with Delphi, so I have to port the new code to Object Pascal. If I look over this code: http://mxr.mozilla.org/mozilla-central/source/xpcom/...