Firefox displays the cells [#side, #data, #form] with a huge preceding space at the top of their contents. Whereas, Safari & Opera do not do this. Is it something to do with my CSS, or is it Firefox's fault?
HTML code:
<body>
<div id="banner">St. Tom's Ambulance Ball</div>
<!-- START[container] -->
<!-- "body" -->
<d...
We have a richfaces table (rich-table style class) and we would like to have some space on top of the table. We tried using margin-top on the above style class with values in px and in %age. But the resultant behavior was different in both the browsers. FF produces more space compared to Chrome. How do we get around this issue and be bro...
What is the difference between -moz-transform and -moz-transform-origin ?
...
Any body has a Good example showing how to use scale with -moz-transform ?
...
Is it possible to keep the whitespace in the console messages? Whitespaces like tabs, linebreaks and double spaces are all ignored, like in normal HTML.
Can I overwrite the CSS used by FireBug to render the log messages in the console and set something like <pre> arround it?
...
Hi,
I am using JSF 1.2 without tomahawk and other libraries. The JSF Applicatin works fine in IE7 but there are problems - input controls not enabled (for Firefox 3.0.3) and rendered and disabled attributes of commandButtons do not work in IE8. I am using simple javascript and css to do some validations and conditional displays at the ...
I was reading the Mozilla Doc about Firefox Addon Storage and it says:
Storage is a SQLite database API. It is available to trusted callers, meaning extensions and Firefox components only.
Well, it says its available to firefox only, but I managed to acess my Echofon storage by using a simple SQLite Manager for Linux. I found the .sql...
Hi,
I am developing a firefox plugin. When i am using debug mode dll ,it works fine but when i am using release dll it is showing me a prompt saying that Plugin has performed an illegal operation.
Can anybody tell me why this is happening ?
...
I want to use XPath 2.0 functions, like these:
http://www.w3schools.com/xpath/xpath_functions.asp
In a browser XSL transform. I can specify the XSL version as 2.0 in the stylesheet tag, but this doesn't seem to activate the 2.0 XPath functions (at least in Firefox).
So for example this:
<xsl:value-of select="node-name(//testnode)"...
I have a Customer model which contains a ForeignKey to a Contact model.
I have over 100,000 contacts in my DB and when I load the admin page for a specific customer, the dropdown menu for the contact is getting populated with ALL of the contacts in the database. This has recently, due to its shear length, started causing my Firefox to c...
Hi,
I have little problem with Firefox here http://bit.ly/a0Je6X
There is 1px shift on the bar under the horizontal menu in Mozzila Firefox.
Do you have any idea why? Thanks a lot.
...
I have an update panel on my aspx page that has a user control as an asyncpostback trigger. The user control has a set of image buttons that refresh the update panel when clicked. This all works fine on IE and 70% of the time on FF and Chrome however, 30% the update panel never is updated. I have debugged IIS and the server side code is ...
Another question on StackOverflow is asking how this is done, but the general question of how Firefox manages this is even more useful, and would answer that question also.
Without reading all the source code to firefox (I haven't time) - is anyone familiar enough with Firefox V3's ability to invoke a scan on any downloaded EXE file to ...
I want to be able to capture the current url and/or the url of all open tabs.
Can I do this in JavaScript or JQuery or am I going to need a plugin in FireFox/Chrome
...
I have debugged through JavaScript using Firebug more than hundred times without worrying about whats happening there.
I want to know how exactly a Firebug handles JavaScript/DOM debugging.
Say I set a break point on some statement inside a method and start debugging. I want to know what's going on in there?
...
What is a product version? why it changes randomly?
For example. Firefox new version is v.3.6.7. their previous version is v.3.6. my doubt is why they don't use v.3.6.1 instead of using v.3.6.7. Is any specific reason behind this kind of versioning. or they give it randomly.
...
Hi my dear friends:
I know how can we use onkeyup event of an element...
but I want to have an alert in all of my form areas when a client presses the enter key(for example) (not on an unique element)
Is there a function that already exists in javascript to do this? Should I create a function to do this? Or should i put alert code (wit...
I'm having an issue with sending post data to server when using Firefox.
The server is running on Google App Engine.
Here is what I have in my javascript.
$.ajax({
url: 'http://someurl/example/myform.json',
type: 'post',
dataType: 'json',
data: {
'value.title': title,
'value.info.first': first,
'value.info.second': val...
Hi,
I have got a test page to use Ajax to make a http 'delete' request to a server. The following JS code works as intended in IE7, but it does not work in Firefox (unless I make the ajax call asynchronous).
In Firefox, unless async is false, the error callback gets triggered with status of 0.
Can anyone assist in explaining why t...
Hello Everyone,
I'm new to Firefox development, and really what I'm looking for is documentation to look at/where to start in regards to the problem below:
I'm writing a firefox plugin, and what I'm trying to figure out is how to get a set of all requests that are triggered due to the first GET request.
An example would be when one to...