코모도 드래곤 충돌 현상
어도브 플레시 플레이어 자체는 크롬과 충돌이 일어나지 않지만 파이어폭스 에서는 플레시 플레이어가 설치가 안되고 자바는 사용할수 없음 으로 나타납니다. (드물게 특정 사이트에서는 오류가 뿜어져 나오고요) 프로그램 추가 제거 창에서 제거시 파이어폭스 충돌이라고 나오고 파폭으로 다시 받아서 설치해도 동일한 현… (read more)
어도브 플레시 플레이어 자체는 크롬과 충돌이 일어나지 않지만 파이어폭스 에서는 플레시 플레이어가 설치가 안되고 자바는 사용할수 없음 으로 나타납니다. (드물게 특정 사이트에서는 오류가 뿜어져 나오고요)
프로그램 추가 제거 창에서 제거시 파이어폭스 충돌이라고 나오고 파폭으로 다시 받아서 설치해도 동일한 현상이 계속 됩니다.
크롬 + 코모도 + 파이어폭스 셋다 포기할수 없어서 그냥 쓰고 있습니다만... 알려 드릴 필요가 있을것 같아서 질문글 올렸습니다.
Another program listening on socket, loading of torrents via command line parameter will fail until this is fixed.
I have recently installed Firefox and uses Vuze to download torrents. Vuze does not want to download torrents now after the Firefox upgrade. The fire wall is blocking the… (read more)
I have recently installed Firefox and uses Vuze to download torrents. Vuze does not want to download torrents now after the Firefox upgrade. The fire wall is blocking the torrent downloads. Following message appears: There appears to be another program process already listening on socket [127.0.0.1: 6880]. Loading of torrents via command line parameter will fail until this is fixed.
How to watch full screen video streaming in dual monitor?
Hi I am using a larger extra monitor attached to my laptop. However, every time I open videos on sites like "Dailymotion" or "You tube" in full screen mode in the extra … (read more)
Hi I am using a larger extra monitor attached to my laptop. However, every time I open videos on sites like "Dailymotion" or "You tube" in full screen mode in the extra monitor, the full screen mode appears in the laptop monitor. Is there a way to fix this?
Thanks
I am using firfox 25,when my current tab is loading for website and when i click other tab. firefox is stuck and moves to not responding mode.
I am facing this problem regularly.
I had printing issues, which was determined to be caused by installation of Windows Internet Explorer Version 11 during after an auto update.
I began to have printing problems which may have been triggered when printing from the Firefox browser. I did not isolate the trouble with Firefox, but I did determine t… (read more)
I began to have printing problems which may have been triggered when printing from the Firefox browser. I did not isolate the trouble with Firefox, but I did determine the cause was an installation of Windows Internet Explorer version 11 which was installed automatically on a Windows Update. I am running 64-bit Windows 7. I determined V11 was the problem by removing updates one at a time then printing from several programs I use like WORD, Excel, Powerpoint, Adobe Reader, Firefox, and Thunderbird. The symptom of the problem was that I could print fine once or twice, but then the communication between the PC and printer (Lexmark S405 b/g) became busy and no other print jobs would complete, even those from two other PCs (neither had V11) that worked fine for printing any print job before an attempt from the PC with V11. Once I resolved the problem to be V11, I did not try to isolate if it was triggered by any print job or one from Firefox, but I a little suspicion that it could be triggered by a print attempt from Firefox since I know I was able to print once or twice before the problem was triggered.
Firefox stop working
I'm running Firefox 26 on OpenSUSE 13.1 64bits. I got problem in Firefox 26 to use IBM Lotus iNotes and the recommandation is to revert to Firefox 24 ESR. I tried to do t… (read more)
I'm running Firefox 26 on OpenSUSE 13.1 64bits. I got problem in Firefox 26 to use IBM Lotus iNotes and the recommandation is to revert to Firefox 24 ESR. I tried to do this, but it didn't work.
Now i uninstall all Firefox and installed the latest version (26) again. Now Firefox won't load any web-page. It just saying "Connecting..." but nothing happens. No timeout nor error-mesg.
If i run Firefox in terminal, i get this message; (process:3072): GLib-CRITICAL **: g_slice_set_config: assertion 'sys_page_size == 0' failed
I also backed up the profile og recreated a new profil. I suspect that the version 24.2 ESR did some change to files, but i uninstalled everything, rebooted and installed new. Still it doesn't work :-(
What is wrong!?
Firefox crashes
bp-c46c257b-1bd1-4533-8f33-a946d2131215 bp-63d476d9-35cf-466d-a7c1-72f402131215 bp-3317c6bc-a0b3-42cd-834a-102c52131214 bp-75ee3693-c1b3-46c7-9b80-1b19d2131213 We've been… (read more)
bp-c46c257b-1bd1-4533-8f33-a946d2131215 bp-63d476d9-35cf-466d-a7c1-72f402131215 bp-3317c6bc-a0b3-42cd-834a-102c52131214 bp-75ee3693-c1b3-46c7-9b80-1b19d2131213
We've been having multiple Firefox crashes a day for a long time now. Time to look for some answers. Sometimes Firefox crashes, and sometimes it freezes so I have to go into the "Start Task Manager" and manually end the Firefox process.
Vista is the operating system, and we have Norton Security Suite installed.
Memory usage might have something to do with it, as the computer often sounds as if it is working extra hard before it freezes or crashes. I also find that CPU usage is often around 50% when this occurs.
Firefox screen does not refresh after sleep
Firefox screen will not refresh on it's own after sleep. Firefox is taking keystrokes and the header changes, but the screen does not show until I click to another appli… (read more)
Firefox screen will not refresh on it's own after sleep. Firefox is taking keystrokes and the header changes, but the screen does not show until I click to another application window.
[Webrtc] [mozilla 26] Getting unhanded state type: 1 after adding remote stream
Hi, I am working on a webRTC application. So far, I am able to make call b/w Chrome to Chrome and mozilla to mozilla. But sometimes mozilla to mozilla and almost everytim… (read more)
Hi, I am working on a webRTC application. So far, I am able to make call b/w Chrome to Chrome and mozilla to mozilla. But sometimes mozilla to mozilla and almost everytime mozilla to chrome or vice-versa not working.
I see that there is connection being made but audio/video stream are not being played. The onaddstream callback get triggered, but just after that "Unhandled state type: 1" warning get appeared.
Please help.
here is my code of onaddstream.
pc.onaddstream = function(event) { // TODO: Finalize this API rtc.fire('add remote stream', event.stream, id); setAppLog(, 'add remote stream : ' + event.stream); console.log( ' add remote stream : ' + event.stream); };
//On console.. 20:25:32.895 Unknown property 'overflow-wrap'. Declaration dropped. connect.css:56 20:25:32.895 Unknown property 'spacing'. Declaration dropped. connect.css:76 20:25:32.896 Unknown property 'spacing'. Declaration dropped. connect.css:240 20:25:32.896 Error in parsing value for 'padding'. Declaration dropped. connect.css:250 20:25:32.896 Unknown pseudo-class or pseudo-element '-webkit-slider-thumb'. Ruleset ignored due to bad selector. connect.css:302 20:25:32.896 Unknown property '-moz-box-shadow'. Declaration dropped. connect.css:326 20:25:32.896 Error in parsing value for 'background'. Declaration dropped. connect.css:329 20:25:32.896 Unknown property '-moz-border-radius'. Declaration dropped. connect.css:332 20:25:32.897 SyntaxError: Using //@ to indicate source map URL pragmas is deprecated. Use //# instead jquery.min.js:1 20:25:33.453 Use of getPreventDefault() is deprecated. Use defaultPrevented instead. jquery.min.js:5 20:25:33.529 [object HTMLHeadingElement] webrtcconnection.js:51 20:25:33.532 "This appears to be Firefox" adapter.js:17 20:25:33.829 Unknown property 'box-sizing'. Declaration dropped. video 20:25:36.445 "rtc.createStream : [object Object]" webrtc.io.js:338 20:25:37.530 "rtc.on get_peers : [object Object]" webrtc.io.js:172 20:25:39.995 "rtc on ready " webrtc.io.js:476 20:25:40.221 "rtc.createPeerConnection : 71b80816-3832-2b33-9301-b04db3a561fb" webrtc.io.js:246 20:25:40.222 "rtc.addStreams : [object LocalMediaStream]" webrtc.io.js:389 20:25:40.223 "createDataChannel 71b80816-3832-2b33-9301-b04db3a561fb" webrtc.io.js:434 20:25:40.224 "rtc.sendOffer : 71b80816-3832-2b33-9301-b04db3a561fb" webrtc.io.js:287 20:25:40.225 "sendOffer : 71b80816-3832-2b33-9301-b04db3a561fb" webrtc.io.js:229 20:25:41.180 "rtc.on receive_answer : [object Object]" webrtc.io.js:217 20:25:41.181 "rtc.receiveAnswer : 71b80816-3832-2b33-9301-b04db3a561fb" webrtc.io.js:332 20:25:41.580 " ADDING REMOTE STREAM... + 71b80816-3832-2b33-9301-b04db3a561fb : [object MediaStream]" webrtcconnection.js:573 20:25:41.586 [object HTMLVideoElement] webrtcconnection.js:576 20:25:41.601 " Remote stream added" webrtcconnection.js:671 20:25:41.603 " add remote stream : [object MediaStream]" webrtc.io.js:276 20:25:41.620 Unhandled state type: 1
Thanks R.
After update to Firefox 26.0 I have problem withs utf8 encoding after refresh of page
Hello, after update to Firefox 26.0 (CS version, but as I checked, e.g. SK or LV versions does that too, I did not try EN version), my pages (written in PHP, running on A… (read more)
Hello, after update to Firefox 26.0 (CS version, but as I checked, e.g. SK or LV versions does that too, I did not try EN version), my pages (written in PHP, running on Apache) after sending form with method POST starts to ignore header content-type charset=utf8 and broke the encoding by reset to win1250. In older versions of Firefox and other browsers, no such problem appear. I did some search in older messages, but without result. Could you please suggest some solution? Thank you, Lida Chroma
Crossrider is preventing me from opening firefox...how can I remove it without opening the program?
I went to the site and it told me to open firefox to fix the problem...however the crossrider app will not even let me open firefox. It is not on this computer so I am n… (read more)
I went to the site and it told me to open firefox to fix the problem...however the crossrider app will not even let me open firefox. It is not on this computer so I am not sure adding anything from this computer will help.
The play button on HTML5 video doesn't work, however the play option in the context menu does
I have embedded a video using HTML5 using the mp4, webm, and ogg formats. In Firefox the video poster displays as do the native controls. When the video is clicked on (e… (read more)
I have embedded a video using HTML5 using the mp4, webm, and ogg formats.
In Firefox the video poster displays as do the native controls. When the video is clicked on (either on the poster or the play button on the controls) the poster disappears to be replaced with the first frame of the video. However the video then fails to play.
If i right click over the video and select play it plays fine, similarly if i then click the pause button it pauses, the play button still does not work though.
The video plays in all other browsers that i have tested in without an issue.
Why do Vine videos have no sound or won't play at all?
I have the latest version of Firefox (26.0). I'm not sure if a Flash or Java update caused this issue. Vine videos were playing fine in my browser. This was AFTER I c… (read more)
I have the latest version of Firefox (26.0). I'm not sure if a Flash or Java update caused this issue.
Vine videos were playing fine in my browser. This was AFTER I changed the about:config settings for media.windows-media-foundation.enabled to "false" - They never seemed to load when this was set to "true"
But now, the problem is back. Vine videos will not play. I recently updated to Firefox 26.0 and this issue came back. Additionally, I did install a Java update. I have tried EVERYTHING to restore my browser to the way it was but nothing works. I have reinstalled Firefox. I have done clean installs of both Flash and Java. I have tried starting Firefox in safe mode, but the problem remains.
If I go to a Vine page (https://vine.co/v/heXdnb0m3dm) for example, all I see is a static image. I can't click on anything. It's just a static frozen image. On Twitter, the same Vine video appears as a black screen where it previously used to load just fine. Even on Tweetdeck, which uses Firefox as the default browser, the videos will no longer load. This is all when media.windows-media-foundation.enabled is set to "false"
If I change the settings so media.windows-media-foundation.enabled is set back to "true" then the video plays but I have no control over sound. There is, in fact, no sound. The video plays on a loop. No sound. In fact, I can not even control the sound icon. Clicking the icon does nothing. It doesn't change to signify that the sound is on or muted. It remains the same muted icon.
So, basically if I try to play Vines by forcing them into flash, I get nothing at all. I get a static image. No video. No sound. No function.
If I leave the defaults the same and play them via HTML5, the video plays, but there is no sound and no control.
Please help! I have tried everything at this point!
UPDATE: I temporarily set security.csp.enable to "false" and the pages load up perfectly. Is this safe, though?
The minute I try to sign on to my aol account firefox crashes
I can sign on to some other sites and firefox works fine but the minute I sign on to aol it crashes
Firefox beeps when gesture scrolling while AVG antivirus is scanning
I have been experiencing beeps whenever I gesture scroll with my trackpad, one beep for each scroll, and last night I noticed that the beeps stop at the moment AVG stops … (read more)
I have been experiencing beeps whenever I gesture scroll with my trackpad, one beep for each scroll, and last night I noticed that the beeps stop at the moment AVG stops its startup scan.
While I now know the reason for the beeps, I would like to know what my laptop is trying to tell me with said beeps. Low voltage? Low RAM?
I am using FF 20+, Windows 7, in a Vostro 3560 with 6MB of RAM.
my cam is not working,how to eneble on firefox
I using ubuntu 13.10 and camera is not working on firefox,but working on skype and chrome.How to enable on firefox?
In FF 27 back button takes me back to the same page I was on when looking at any Google search result link
I am using the Beta version of Firefox (27) but I have seen the same behavior in recent released levels. I enter a search at www.google.com , such as rc heating a… (read more)
I am using the Beta version of Firefox (27) but I have seen the same behavior in recent released levels. I enter a search at www.google.com , such as rc heating and cooling nj I then get a page of results. I click on any result (first one is fine, though an Add, any of them work the same way). I see their page. When I hit the Back arrow to get back to the page of results and try another link, it flashes some google redirect URL on the address bar, and then goes right back to the same page I was on. It always brings me back to the same page I was on. If I click on the Back Arrow button with the right mouse button I see three links in the history for that tab, and I can chose the bottom one to go back to the Google search page: 1) Bergen County Heating & Air Conditioning ... (www.dbheatingandcooling.com/?gclid=CNft9ZLC57sCFel9OgodkWUAqQ ) 2) http://www.google.com/aclk?sa=l&ai=CES...&adurl=www.dbheatingandcooling.com 3) rc heating and cooling nj - Google Search ( https://www.google.com/search?q=rc+heating+and+cooling+nj&ie=utf-8&oe=utf-8&aq=t&rls=org.mozilla:en-US:official&client=firefox-beta&channel=sb ) When on 1) back arrow causes 2) to flash and I go back to 1), always. I can use the right button to drop down the entire list and if I click on 3) then it takes me back to the search results page. Clicking on 2) also takes me back to #1) , BTW. The Google redirect (#2) is sometimes http://www.google.com/url?sa=... instead of aclk?sa=... depending on which link I click, but it is the same behavior. This does not happen in Internet Explorer (IE 8). I see the redirection URL also flashing by in IE, but the back button works and takes me back to the search results page.
URL bar always says "Search or enter address" despite what page it's on. One other issue explained in further detail
Windows 7 Home Premium x64 Firefox 26.0 Not an addon issue - I've loaded up Fire Fox 2.6 and the same addons on a different computer and experienced no problems. Addons: … (read more)
Windows 7 Home Premium x64 Firefox 26.0 Not an addon issue - I've loaded up Fire Fox 2.6 and the same addons on a different computer and experienced no problems. Addons: Noscript (added after problem occured, not the cause) Adblock Plus, Adblock Plus Edge, Adblock Plus Popup Addon Plugins
- Shockwave Flash 11.9 r900
- Google Update
- Next Generation Java Plug-in 10.51.2 for Mozilla browsers
- Unity Player 4.3.1f1
- Adobe PDF Plug-In For Firefox and Netscape 11.0.03
- NPWLPG (did some self research on this, windows live photo gallery plugin. Not the cause)
- Roblox Launcher Plugin
Computer is free of viruses. Scanned with Malwarebytes, Spybot Search and Destroy 2.0, AVG 2014, adwcleaner (powerful adware cleaner) No reset option for Firefox 26.0.
Whenever I go to a page on Firefox, such as google.ca (I'm living in Canada), the URL bar shows the URL for a split second and goes back to "Search or enter address" as though I haven't typed anything in for the first place. However, when I right click the URL bar when this happens the Undo option is selectable and not grayed out. When I clicked Undo the URL, https://www.google.ca, was back like normal.
The other issue is that whenever I'm typing something in on a webpage, like a search on google.ca, if the URL bar is blank like usual the | that appears when typing jumps to the URL bar and continues typing there. It is HIGHLY irritating whenever I'm trying to write a lengthy forum post and such or a quick search on YouTube and it cuts off and starts appearing in the URL bar where I need to click where I was previously typing and continue. I don't understand what's going on.
Linux NSS DB Issue with Personal User/Client Certificate Friendly Names.
I have an issue with the NSSDB lib and my browsers in which client certificates I use for an application (Nessus Vulnerability Scanner) show up in the list with the same … (read more)
I have an issue with the NSSDB lib and my browsers in which client certificates I use for an application (Nessus Vulnerability Scanner) show up in the list with the same friendly name/nickname, making it very difficult to distinguish which certificate goes with which server.
Each certificate is generated on a different server with a different hostname but the same username. Upon importing the certificate into my browser, or even the pk12util command, the first certificate will appear correctly. However, importing additional certificates will just reuse the nickname from the first certificate instead of the nickname I chose. I have tested many different scenarios, and it doesn't seem the problem is related at all to the content of the nickname, so I have no idea how to force it to work correctly. I've searched around and found some indications of "nickname conflicts" and things, but nothing that helps me resolve the issue. I'm not sure if it's a bug or if it's some weird condition I've encountered.
Titlebar is shown above tabbar after last crash. latest nightly
After last crash of Nightly titlebar is always visible above tabs (except in fullscreen) like there: http://img801.imageshack.us/img801/2405/7d57.png http://img19.imagesh… (read more)
After last crash of Nightly titlebar is always visible above tabs (except in fullscreen) like there: http://img801.imageshack.us/img801/2405/7d57.png http://img19.imageshack.us/img19/1778/qysh.png
Happened after last crash today.
/Found solution (if someone is having this problem) Go to about:config, find: browser.tabs.defaultDrawInTitlebar - toggle to true browser.tabs.drawInTitlebar - toggle to true