टैग किए गए सवाल दिखा रहा है: सभी प्रश्न दिखाएँ

Obscure canvas rendering issue

Hello, I have created a webpage with a canvas element that allows the user to draw an irregular path by pressing down the mouse, similar to the free drawing of a paint … (और पढ़ें)

Hello,

I have created a webpage with a canvas element that allows the user to draw an irregular path by pressing down the mouse, similar to the free drawing of a paint application. The issue is that the very first time that the user presses the mouse, the line stops abruptly, while the next times the lines are drawn correctly. The events seem to fire correctly and the page works fine at Chromium, so it seems to be a Firefox issue. You can find the html page below. I am curious, what could be the problem?

<meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Canvas</title> <style> #canvas { background-color: whitesmoke; border: solid 2px brown; } </style> <canvas id="canvas"></canvas> <script> function startDrawing(e) { isDrawing = true; context.beginPath(); context.moveTo(e.offsetX, e.offsetY); } function draw(e) { if (isDrawing) { context.lineTo(e.offsetX, e.offsetY); context.stroke(); } } function stopDrawing(e) { console.log("stopped drawing") isDrawing = false; } const canvas = document.getElementById('canvas'); const context = canvas.getContext('2d'); var isDrawing = false; canvas.width = 1000; canvas.height = 1000; context.strokeStyle = "#913d88"; context.lineWidth = 2; canvas.onmousedown = startDrawing; canvas.onmouseup = stopDrawing; canvas.onmousemove = draw; </script>

Asked by ngiatsog 49 मिनट पहले

Last reply by ngiatsog 47 मिनट पहले

Sky ID on my iPhone

I have received two emails from Sky regarding updating my Sky ID on my iPhone to enable continuing use of Yahoo emails. However, when I click on the link given there is a… (और पढ़ें)

I have received two emails from Sky regarding updating my Sky ID on my iPhone to enable continuing use of Yahoo emails. However, when I click on the link given there is a Google error message denying access owing to a violation of Terms of Service. This means I am unable to update and could have future problems with access to Yahoo emails on my iPhone. Can you help? Alan Warburton.

Asked by warburton-alan 1 घंटे पहले

A new pop-up box is preventing me from using a site I have been using regularly for several years

I've been using a Rewards site regularly (3/4 times per month) for several years without problem. This weekend the attached pop-up appeared. It makes no difference wheth… (और पढ़ें)

I've been using a Rewards site regularly (3/4 times per month) for several years without problem. This weekend the attached pop-up appeared. It makes no difference whether I select Resend or Cancel, the program just re-displays the pop-up trapping me in an endless loop. The only exit is to close the window and abort the process. I was able to complete the task without any problem using Edge instead so it appears to be a Firefox specific issue. I haven't consciously changed anything since last using the site successfully on 24 May. Any help/suggestions appreciated.

Asked by eregister 2 घंटों पहले

Buzzing static noise when visiting certain sites

In Firefox, whenever I go to nab.com.au and then click on Login on the top right, I hear a constant stream of static noise coming out of the speakers. In Chrome, when I… (और पढ़ें)

In Firefox, whenever I go to nab.com.au and then click on Login on the top right, I hear a constant stream of static noise coming out of the speakers.

In Chrome, when I just visit nab.com.au that same noise starts.

I have a set of Bose speakers connected via an optical cable.

This behaviour doesn't happen on all sites. Just some. As soon as you close the tab, the noise goes away.

It's driving me absolutely nuts.

Asked by flecko561 6 घंटों पहले

google setting page incomplete

when I sign into Goog/setting/2 step, the page does not show "app passwords." I've turned off my ad-blocker extensions and pop-up blocker on the page. See attached. … (और पढ़ें)

when I sign into Goog/setting/2 step, the page does not show "app passwords." I've turned off my ad-blocker extensions and pop-up blocker on the page. See attached.

Asked by metropical 23 घंटों पहले

Last reply by metropical 17 घंटों पहले

Firefox Private Browsing

I have recently been getting an error message when I open Firefox saying "The bookmarks and history system will not be functional because one of Firefox's files is in use… (और पढ़ें)

I have recently been getting an error message when I open Firefox saying "The bookmarks and history system will not be functional because one of Firefox's files is in use by another application. Some security software can cause this problem". This has been happening since I clicked on a mail in Mail to unsubscribe from a spam/phishing mail list, which seemed to result in me installing Firefox Private Browsing, which I had never subscribed to. I have tried uninstalling Private Browsing but there is no way of doing that. I have even uninstalled and then re-installed Firefox completely but I still have the same problem. Because of the problem I have now lost all my bookmarks and history, and am unable to create new bookmarks and history. I have been on the help forums and seen that I can Disable Private Browsing by going through my anti-virus (Avast), which I have not yet tried because what I would really like to achieve is uninstalling and not having Private Browsing on my Start menu, rather than simply disabling it. Anyway, would disabling it solve the bookmarks and history problem ? Can anyone give me the solution ? Thanks. As you may gather, I am not very techno so you would have to give me the idiot's version of any instructions or advice.

Asked by jeremyboyce.com 1 सप्ताह पहले

Lock out of my Laptop is out of funktion. Why?

Mein Laptop reagiert nicht, wenn ich mich über lockout abmelden will. Mir wird stets die Seite "Fehler: Gesicherte Verbindung Fehlgeschlagen." und nicht wie vormals beim … (और पढ़ें)

Mein Laptop reagiert nicht, wenn ich mich über lockout abmelden will. Mir wird stets die Seite "Fehler: Gesicherte Verbindung Fehlgeschlagen." und nicht wie vormals beim öffnen des Laptops. Wo liegt der Fehler?

Asked by edgargrewe 1 दिन पहले

Youtube vids are skipping about 5-10 seconds intermittently.

For the last few weeks i've noticed youtube vids buffer but then sometimes stop and when the video reaches that point on the bar it skips about 5-10 seconds, then contine… (और पढ़ें)

For the last few weeks i've noticed youtube vids buffer but then sometimes stop and when the video reaches that point on the bar it skips about 5-10 seconds, then contines to buffer like normal, so I have to use the arrow keys to go back to see what I missed. It is very annoying. Happens almost 1-2 every day at random times. My wifi speed is good. I've cleared cookies and caches, turned off enhanced tracking protection for youtube, i've even increased perfomance settings for intel graphics in my pc's power manegment plan. Nothing! Can anyone help, thanks.

Asked by up656196 1 दिन पहले

Keep getting this when trying to sign-in to CITI bank account: You were signed out due to inactivity, but you can log in again whenever you’re ready.

Keep getting this when trying to sign-in to Citi bank account: "You were signed out due to inactivity, but you can log in again whenever you’re ready."

Asked by j.mccarron 1 दिन पहले

scrolling issues

When i scroll up and down on a page, it instead provides the back-page instead of scrolling up and down on the website. this is for all websites. the scroll function work… (और पढ़ें)

When i scroll up and down on a page, it instead provides the back-page instead of scrolling up and down on the website. this is for all websites. the scroll function works oroperly in system settings, it is only with firefox. autoscrolling is enabled in settings.

Asked by gymstar247 1 दिन पहले

Need current working method if any to launch FF with just title bar and borders NOT KIOSK

There are a bunch of obsolete suggestions on opening FF without address bar, menu bar, etc., and kiosk mode. I do not want Kiosk mode, but do need ability to open it via… (और पढ़ें)

There are a bunch of obsolete suggestions on opening FF without address bar, menu bar, etc., and kiosk mode.

I do not want Kiosk mode, but do need ability to open it via command line so that only the title bar (and borders around the app.

The most current available entry on the matter in the Mozilla site no longer works (at least for me) --

firefox.exe" -ssb https://www.example-site.html/

Also even if it did, not viable to update all FF users as these are customers, and they won't, simple as that. Chromium browsers just work by passing the command by default.

This is for use to launch a local help/users guide from a Windows application. Can do so on Chrome/Edge, but leaving out FF is less than ideal.

Asked by Alex

cannot login to browser - installed latest version and l cant see how to login - can login to my mozilla account

Hi Team, Just installed latest version of Firefox - and cannot login into the browser to enable applications menu. I can login into my Mozilla account but how do you lo… (और पढ़ें)

Hi Team,

Just installed latest version of Firefox - and cannot login into the browser to enable applications menu.

I can login into my Mozilla account but how do you login to this new version of the browser?

Appreciate your assistance

Michael

Asked by michael statis

No sound on FireFox only

I'm on OSX Catalina 10.15.7 and all of a sudden I am unable to get any sound from my FireFox browser. I tried to play audio/video from 3 different websites - Youtube, 123… (और पढ़ें)

I'm on OSX Catalina 10.15.7 and all of a sudden I am unable to get any sound from my FireFox browser. I tried to play audio/video from 3 different websites - Youtube, 123greeting.com and Gettr and while the video played, there was no audio coming out on any of the sites. I have no problems watching and hearing videos on my other browsers - Brave and Vivildi so this issue is with Firefox on multiple websites. Please advise as to where to look for some switch to turn the sound back on my Firefox browser. Thanks

Asked by Curleyhead

Password Recovery

Hello, I am trying to login to my Mozilla account so that I can backup my data and move it onto a new computer. However, even though Sync is activated, I cannot find my … (और पढ़ें)

Hello,

I am trying to login to my Mozilla account so that I can backup my data and move it onto a new computer. However, even though Sync is activated, I cannot find my Mozilla Firefox password anywhere and am unsure of what it is. Is there anyway that someone who works at Mozilla can give me access to my password?

I am happy to verify my identity and prove that this is indeed my account, but I am not sure of how to go about doing so. I really need access to all of my data, and would be highly thankful for any assistance regarding this matter.

Asked by Michael LiCastri

Mailto links do not work properly in Firefox

As per subject. When i click a Mailto link in a webpage, eMClient opens OK, but message window does not. Seems to be a Firefox problem because it works fine in Chrome. I'… (और पढ़ें)

As per subject. When i click a Mailto link in a webpage, eMClient opens OK, but message window does not. Seems to be a Firefox problem because it works fine in Chrome. I've checked the Firefox and Windows (10) settings; all seems as it should be. Any suggestions? Thanks.

Asked by autolycus1

Old Firefox Bug has returned in recent update 126.0.1

The first time i enter fullscreen for the on the current monitor, the window is not filled completely. It fixes itself if i exit fullscreen and enter it again. I did not… (और पढ़ें)

The first time i enter fullscreen for the on the current monitor, the window is not filled completely. It fixes itself if i exit fullscreen and enter it again.

I did not observe this behaviour in 124.0

this also happened like 1 year ago. i made a comment about this in a bugzilla thread right here: https://bugzilla.mozilla.org/show_bug.cgi?id=1763981#c119

The fix mentioned in that thread is applied for me.

It does not fix it.

Asked by jan237

Last reply by jan237

internet reduced in firefox

My internet has 750mb of bandwidth. Updated 64bit Firefox can only provide 320mb. I installed Chrome and the internet went to 800mb. What could be slowing down internet s… (और पढ़ें)

My internet has 750mb of bandwidth. Updated 64bit Firefox can only provide 320mb. I installed Chrome and the internet went to 800mb. What could be slowing down internet speed in Firefox? I restored Firefox, restarting everything. I did the same with Windows 10. I restored it to an earlier date. It didn't improve anything. What to do ?

FireFox changes

When I start FireFox most times the browser comes up then stops and restarts with a pink color on the web address line. I have tried making changes in settings but I can … (और पढ़ें)

When I start FireFox most times the browser comes up then stops and restarts with a pink color on the web address line. I have tried making changes in settings but I can not find a setting for this. If I restart Firefox right after this happens, I cn search or browse without the Pink address line. Why is this happening. It would be nice if FireFox technicians would respond to help questions instead of sending questions to a forem...

Asked by soles329