Tagged Questions
0
votes
1answer
14 views
Firefox 21.0 HTML5 Video
Can I vent for a minute -- Mozilla released Firefox 21.0 not long ago and it's supposed support for H.264 video is confusing to say the least.
I noticed that FF21 changes the HTML5 video tag to an ...
1
vote
2answers
56 views
Hide scroll bar, but still being able to scroll
I want to be able to scroll through the whole page, but without the scrollbar being showed.
In Google chrome it's
css:
::-webkit-scrollbar {
display: none;
}
But Mozilla firefox and Internet ...
-1
votes
1answer
35 views
Why can I “save as image” a canvas in Firefox but not other browser [closed]
Why can I right click on a canvas in firefox and "save as image" but not in other browsers? This even works on a tainted canvas.
1
vote
2answers
33 views
Firefox CSS3 animations not working at all
So I'm stuck on what I've done wrong with my animation code. I have
-webkit-animation: wave 200s linear 0s infinite;
-moz-animation: wave 200s linear 0s infinite;
animation: wave 200s linear 0s ...
1
vote
1answer
46 views
html5 video tag -quality of video different in firefox and chrome
I have the following code:
<div class="span4">
<video poster="assets/img/poster.jpg" controls="controls" width="420" height="420">
<source src="assets/videos/152638831.webm" ...
-1
votes
0answers
19 views
Why doesn't Chrome requires Flash updates anymore? [closed]
It appears like Chrome now comes with built-in flash functionality (which has not required an update from me)...so here goes my question:
Is chrome automatically updating the built in flash support? ...
0
votes
2answers
42 views
Firefox: page does not reload if i select the address bar and click enter
In my application, i have a page that does not refresh if i select the address bar and click enter. It would refresh if i click on ctrl-R. F5 also does not refresh the page.
What might be the reason?
...
-1
votes
0answers
20 views
Weird canvas issue that happens only on Firefox and only on Windows [closed]
In my application i have two canvases, one on the other and i paint to both of them.
It works well on all browsers and all platform, except of Firefox and Windows. i can't see anything i draw of the ...
0
votes
0answers
20 views
Why is Firefox HTML5 video jumping to the end?
My movie website link
I have the HTML video tag referencing an ogg file, webm file and mp4. It's working fine in IE and Chrome. Firefox displays the video but when you click play it jumps to the ...
0
votes
1answer
27 views
Is it possible to include a pre-populated indexedDB or does it need to be populated client-side?
I want to have make an offline app that will have data stored in indexedDB. I want to have that per-populated instead of requiring the javascript to add all that data on first run. Is this possible?
0
votes
5answers
50 views
Div positioned absolute not showing up in firefox
I have a div (#socmed) with an ul containing li's which i have positioned at the top right of my page. You can find the div inside the header tag. These are social media buttons by the way.
...
1
vote
1answer
15 views
tinymce bug in firefox with the required attribute
This is not a question, but an answer which I want to share with folk. I've just spent over four hours tearing my hair out on something which turns out to be a bug in either TinyMCE or Firefox. With ...
1
vote
1answer
26 views
FireFox error in HTML5 audio source
I have an HTML5 audio source defined as follows:
<audio>
<source src="../audio/segment.mp3" type="audio/mpeg" />
<source src="../audio/segment.wav" type="audio/wav" />
...
1
vote
1answer
45 views
how to make firefox fullscreen mode like chome (i.e. not streching content)
I am using the fullscreen API of modern browsers for my game application, Chrome works great in this respect and gives a window resize event that allows the resetting of the canvas dimensions ...
1
vote
2answers
99 views
behavior of iframe contentDocument in chrome and firefox
Here is my testing.html:
<html>
<meta charset="utf-8">
<script>
window.onload = function() {
var a = document.getElementById("divid");
var ifr = ...
0
votes
0answers
41 views
Issue with Google Toolbar and datalist element
I've stumbled across an interesting issue; it seems that datalist elements attached to text inputs do not function as they should when using Google Toolbar in Firefox, regardless of the version. While ...
2
votes
1answer
57 views
Why is transition started up with autofocus?
I created a contact form which uses autofocus="autofocus". I have noticed weird thing, when a form has autofocus the transition on my nav is fired up. I have only noticed it in Firefox. Is there ...
0
votes
2answers
49 views
Tech differences between chrome and firefox packages apps & other html5 apps in blackberry,tizen
Need to understand what are the basic technical differences between chrome and firefox packages apps & other html5 apps in blackberry,tizen.
All of them support apps in Html,Css,Js but where and ...
0
votes
1answer
71 views
jQuery stepper doesn't trigger the change function
I want to toggle the visibility of the submit button on change of input fields.
Since the HTML5 input type="number" is not supported in firefox, I use the stepper jQuery plugin.
The submit button ...
0
votes
0answers
61 views
Javascript in Firefox Loads Entire HTML5 Audio before Playing
I've noticed that Firefox is loading my entire MP3 file, that's embedded and played using a jQuery HTML5 audio player. So far, that's the only browser I've caught doing it.
Is there something I can ...
0
votes
0answers
21 views
HTML5 hit enter reset the page in firefox
I used HTML5 for simple webpage with text input. When I hit the enter after put the input, the page automatically reset and the input appears in the URL.
It works fine in Chrome and IE. Is there any ...
0
votes
0answers
46 views
Firefox and CORS: OPTIONS request 404
I need to send a PUT request, the browser sends a preflight request (OPTIONS)
Request:
Access-Control-Request-Headers: accept, origin
Access-Control-Request-Method: DELETE
...
0
votes
1answer
181 views
Issues while playing videos in firefox and Ie9.0
I'm trying to create flash fallback as I've only MP4 file with me, however it is not working for me.
Your production site is also having same issue, for playing a video in firefox/ie9.
Thanks,
...
0
votes
1answer
101 views
HTML5 MP3 Audio Player for FireFox, Invisible SWF Fallback?
Is there a way to create a SWF fallback for an HTML5 Audio Player that is simply an invisible SWF that can report back and forth to JavaScript/JQuery?
This way, I can have an HTML5 Player, keep the ...
0
votes
0answers
25 views
Vidoe Blob url is not playing on flash player
I'm trying to play a offline Video (type-mp4) downloaded as blob on firefox browser. Since mp4 is not supported in firefox it tries to play using flash player - which doesn't play the blob url. Is ...
0
votes
1answer
58 views
Firefox does NOT fire 'play' or 'playing' event for the first time/on page load
I cannot seem to get Firefox v20.0 to fire the "play" or "playing" event for the first time when the audio player plays an audio file on page load.
If I click pause, and then click play, both the ...
0
votes
1answer
44 views
Firefox Drag and Drop - Ghost Image Missing
It appears there is a strange issue in FireFox using HTML5 drag and drop.
In Chrome / Safari, a ghost image is generate of the HTML being dragged, but for some reason in Firefox it dosen't seem to be ...
0
votes
1answer
118 views
SVG Grid Rendering Chrome,Firefox,IE - Wrong Line Alignment - Blurred Lines
In order to create an SVG I am drawing several lines in SVG.
The issue is that It looks different in Chrome and Firefox.
Chrome: Last line not drawn
Firefox: Firts line not drawn
BTW: The internet ...
0
votes
1answer
58 views
SVG is rendering differently in Firefox
I am working on SVG to render a chart.
click here to view my SVG chart
When we view this chart in Google chrome or Internet Explorer we are getting two groups as expected. but when we render this on ...
1
vote
1answer
41 views
UndoManager support in Firefox
I'm a little confused about how to use undoManager in Firefox. According to Mozilla, Firefox 20 now has support for it, but I can't figure out where. I've checked under document, Objects, etc., but ...
0
votes
0answers
47 views
Chrome/Firefox: Disable keyboard shortcuts on websites
I am using Outlook Web Access in Chrome and Firefox. On OS X, the webpage uses the keyboard shortcut Option+S for sending off the email. Unfortunately, on OS X the same shortcut is usually used to ...
0
votes
1answer
34 views
-moz-document element CSS not getting rendered
I've this specific CSS code for Firefox browsers.
@-moz-document url-prefix(){
.bill-tab-fixed-width{
width:104.5px;
}
}
But firefox does not render this value. It instead render the style ...
0
votes
0answers
90 views
Firefox background image flickering when using multiple instances and background-size
So I have a couple of elements on a page that are sharing a background image.
My page is using bootstrap, and both elements are a 3 column width container. Each has a background and is contained via ...
0
votes
0answers
34 views
prevent scrolling of webpage in touchscreen when touching canvas element
I am making a firefox os app in html5.
I am using canvas and I want to stop the scrolling of the page when the user drags in the canvas element. I have tried e.preventDefault() function but still it ...
0
votes
0answers
31 views
HTML5 / JavaScript Drag & Drop Issue in Firefox - Works fine in Chrome
I am using this drag and drop feature with the HTML5 canvas - works great in Chrome, but in FireFox it opens the dragged image in a new window instead of dropping it on the canvas. Any ...
1
vote
1answer
69 views
Setting audio tag currentTime in Opera & Firefox causes an error
I have an html5 audio tag in my webpage:
<div id="audioContainer">
<audio id="siteAudio" src="http://myDomain.com/audio/soundFx.mp3" type="audio/flac" preloading="auto" ...
0
votes
1answer
66 views
JavaScript Issue with Canvas - Fine in Chrome / Error in Firefox
Got some code that I am using to make a free draw tool on the HTML5 canvas. The code works great in Chrome, but in Firefox the mouse draws to a different point on the canvas. I have tried to research ...
1
vote
0answers
81 views
HTML5 Native Drag instead of jQuery Draggable
Is it possible to use the HTML5 drag feature as a replacement to jQuery Draggable?
The only examples I have seen of the HTML5 version is transporting data around the DOM.
Links to examples will ...
0
votes
0answers
36 views
Google marker will not show up except with an alert statement
I have the following code and have no idea why the Google map marker will not show up until I used an alert statement. If I remove the alert statement, the second marker will not show up. Any help is ...
0
votes
3answers
1k views
HTML5 video not playing in Firefox
I've converted the file to three different formats: mp4, web, and ogv. According to caniuse firefox supposedly supports both ogg and webm, but nothing is playing.
I converted the files using Miro ...
0
votes
1answer
178 views
HTML5 video player on Firefox
I have a video player in HTML5, pretty simple.
<video width="470" height="265" preload="none" controls="controls" id="video_player" poster="assets/posters/finished_jk.jpg">
...
1
vote
3answers
189 views
Website not displaying with Mozilla Firefox
I have written an HTML/CSS website that I have modified from a CSS Template site that I was given.
I have checked it against Chrome, Opera, Safari and it works fine.
The problem is that when it ...
0
votes
0answers
54 views
Issue while playing video in firefox 19 using embed tag with mplayer2 plugin
In mozilla firefox embed tag not working properly. the embed video starts playing after browser is resized. Can anyone help me out playing video in ff without resizing the browser?
Below is the html ...
0
votes
0answers
97 views
not all webm files are playing in firefox
I have coded webm videos with Miro Video Converter and also with FreeMakeVideo Converter with the same result: some webm videos play in Firefox while others won't when embedded with the html5 video ...
0
votes
1answer
120 views
why don't I see a date selector with firefox?
The following HTML generates a date selector on chrome :
<html>
<head> <title> </title> </head>
<body>
<form>
<input type="date" />
...
0
votes
1answer
131 views
<input type=“number”> in Firefox. Why does Mozilla don't support it on his browser?
It's strange. input number is a standard for W3C, but it doesn't work on Firefox yet.
is there some trick for using input number on Firefox?
2
votes
2answers
130 views
Cross Origin request blocked by HTML5 cache manifest on Firefox
I am having problems doing some cross-origin requests with Firefox and the application cache.
The error handler of my XHR request get called, and the status of the XHR request is 0.
When I see the ...
1
vote
1answer
270 views
How do I get Html5 audio to play sound on click? (ogg for browsers like Firefox and mp3 for browsers like chrome)
How do I get Html5 audio to play sound on click? (ogg for browsers like Firefox and mp3 for browsers like chrome)
So far onclick I can change to a single filetype but I can't get it to have a backup ...
0
votes
2answers
108 views
Firefox won't show and hide my table properly. Only Shows header on button press not row
Firefox won't show and hide my table properly. Only Shows header on button press not row.
Bascially what I'm wanting is for when the user clicks the button, the column header with the id "HideMe" and ...
1
vote
0answers
68 views
Firefox Add-on - how to get post message on the page in add-on panel.html
I bump into trouble in firefox add-on development.
[symptom]:
can not receive message from firefox add-on bar's panel page, the message is sent from iframe on the panel.html.
here is my code:
/* ...




