Questions tagged [firefox-22]

For questions related to new features introduced in version 22 of the Firefox browser (such as asm.js).

The 22nd version of the Firefox web browser from Mozilla.

This tag is for development-related questions concerning new features that were introduced in version 22, such as . For general questions about the Firefox browser, please use the tag.

Product home page: https://developer.mozilla.org/en-US/docs/Mozilla/Firefox/Releases/22

8 questions
2
votes
1 answer

Firefox 22+: MP3/MPEG 4/AAC Content-Type is not supported

According to this page, Firefox 22+ on the Mac support MPEG 4, H.264, MP3 and AAC. Still, I have been unable to play both MP3 audio files and H.264 video files using the audio and video tags in Firefox 22 and 23, getting the ol' "HTTP 'Content-Type'…
Martin Gordon
  • 36,329
  • 7
  • 58
  • 54
1
vote
1 answer

Video.js Firefox-22 Mac OS x fancybox

I´m having a huge problem with the video.js and mp4 (h.264) video viewing in a lightbox (fancy box) on Firefox 22 on the Mac OS X, 10.7.5. Here’s the test page: http://ranova.thull-hosting.de Click on the play button in the middle where it says…
Andi Speck
  • 13
  • 3
0
votes
0 answers

Firefox won't show a second alert dialog with Selenium

My code looks like: getDriver().findElement(By.id("ok_button")).click(); new WebDriverWait(getDriver(), 5).until(ExpectedConditions.alertIsPresent()); assertTrue(isAlertPresent()); Alert alert =…
mowwwalker
  • 16,634
  • 25
  • 104
  • 157
0
votes
1 answer

Ajax success function not called in older browsers

Using the following ajax, I am adding javascript code to the current page. On success it calls the sidenote() function from that javascript code. This works in all modern browsers. However, in IE8 and FF22.0 (as I've noticed so far) it successfully…
James
  • 69
  • 3
  • 12
0
votes
1 answer

window.frames didn't releases the array key after when frame was deleted or renamed in firefox 22, 23

Simple thing happens with a Firefox 22 and higher: if you have a frame with a name "name1" and you renamed it to "name2" then the "name1" still will be present in a window.frames array but it's value would be undefined. The same thing happens if you…
tigeral
  • 16
  • 2
0
votes
1 answer

Selenium IDE - sel block plugin is not getting loaded in Firefox22

When opening Selenium IDE 2.2.0 in Firefox22, the following error message is displayed "The following plugins were disabled due to errors while loading their code. See the Plugins section in the Selenium IDE Options dialog for individual plugin…
user1984004PRI
  • 313
  • 2
  • 8
  • 21
0
votes
1 answer

Firefox add-on sdk packaging to xpi does not show exact icon and popup

I am developing an add-on for Firefox. My current problem is while using cfx run command add-on appears properly in navigation toolbar with icon and popup BUT when I package it using cfx xpi and install that xpi file then the icon and popup does not…
0
votes
1 answer

How to use visual paint feedback mode?

Firefox 22 introduces visual paint feedback mode. I haven't yet found a guide on how to fully utilize this feature. I see it change colors and flicker different colors when updating, but what do the different colors mean? How can we interpret the…
NoBugs
  • 9,310
  • 13
  • 80
  • 146