1
vote
3answers
479 views
ImageButton in UpdatePanel causes full postback in Firefox
I have an updatepanel that has an Image button:
<asp:ImageButton ID="btnChangeMedium" OnClick="Change_Click" runat="server" />
When the page loads, based on some logic, I set the onclick …
2
votes
14answers
3k views
FF3/Windows CSS z-index problem with YouTube player
I'm stuck on what appears to be a CSS/z-index conflict with the YouTube player. In Firefox 3 under Windows XP, Take a look at this page: http://spokenword.org/program/21396 Click on the Collect button …
1
vote
4answers
611 views
How do you capture mouse events in FF, over Shockwave Object
How do you capture the mouse events, move and click over top of a Shockwave Director Object (not flash) in Firefox, via JavaScript. The code works in IE but not in FF.
The script works on the …
0
votes
5answers
89 views
+100
Creating new tab / switching between Tabs in Firefox?
I am looking for a way to improve the workflow in a PHP based CMS. There is a lot of switching between the editor mode and the preview mode of the page. The editor mode is huge to load, and so I would …
0
votes
2answers
25 views
Understanding td width in Firefox 3.5 and Internet Explorer 8
Does someone have a good reference for how browsers determine td width?
I have a table with 3 columns, td width set to auto, 150px, 200px, respectively. Looks pretty good in Firefox 3.5. In IE 8, …
0
votes
0answers
8 views
Javascript rich text editor textbox for an XUL App
The functionality i am trying to implements will allow user add notes and format it with bold/italics, etc. using XUL app.
Any suggestions would be greatly appreciated.
Thanks
PS: i have done …
0
votes
4answers
38 views
Javascript + namespacing + FF issue
var utils = function() {
function getMyPrivateName() {
return "Caoimhin";
}
return {
messages: {
getMyPublicName: function getMyPublicName() {
…
0
votes
1answer
14 views
Firefox and Opera do not finish loading webpage with an embedded Windows Media Player file
BROWSERS CAUSING PROBLEM:
Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko/20091102 Firefox/3.5.5
Opera/9.80 (Windows NT 6.1; U; en) Presto/2.2.15 Version/10.10
CLIENT MACHINE:
…
0
votes
4answers
34 views
Javascript links made by php in Firefox.
I'm working on a script and it works fine in IE and Chrome, but the links do not work in Firefox.
Basically I am using php to query a database and generate some links inside the page.
Example of the …
0
votes
1answer
263 views
Jw Player stops after a few seconds in Firefox
On chrome it works ok.
My flash version is WIN 10,0,32,18
Debug: No
This is the code that i wrote:
<script type="text/javascript" src="/swfobject.js"></script>
<div id="player">
…
1
vote
2answers
396 views
change url of tab javascript firefox extension
I am trying to change the url of a currently open tab in javascript firefox extension
Any pointers please?
0
votes
2answers
21 views
HTTP request debugging: Getting a complete log of all HTTP requests sent by Firefox
What is the easiest way to obtain a complete log of all HTTP/HTTPS requests issued by Firefox during a browser session?
The question is programming related insofar that obtaining a log of all …
1
vote
0answers
7 views
Intercepting and replacing page-level HTTP requests with custom extension-made responses?
I am making a firefox extension which injects most of its interface in the pages. However, if I want images in that interface, I am unable to inject them. So what I am trying is to intercept specific …
2
votes
8answers
382 views
Firefox shows waiting cursor and “loading..” even after post request is complete
I have a form to upload a file.The <html> is as follows:
<div id="divModalPopup" class="ui-dialog-content" style="height: 139px; width: 268px;">
<form method="post" …
0
votes
0answers
9 views
IFrame access updated content Firefox issue
The src file of my iframe has 3 textboxes. Entering 2 values in the first 2 textboxes displays the sum in the 3rd textbox. The sum calculation AND display is done using javascript inside the src file. …
