Pšašanja ze slědujucym wobznamjenim pokazaś: Wšykne pšašanja pokazaś

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 … (cytajśo wěcej)

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?

<!DOCTYPE html>
<html lang="el">

<head>
  <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>
</head>

<body>
  <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>
</body>

</html>

Pšašany wót wužywarja ngiatsog pśed 1 mjasecom

Slědne wótegrono wót wužywarja jscher2000 - Support Volunteer pśed 1 mjasecom

firefox ate my history

after downloading and installing v.126 of firefox, my history has disappeared. the browser is not generating new history from web site visits. the history is fixed perman… (cytajśo wěcej)

after downloading and installing v.126 of firefox, my history has disappeared. the browser is not generating new history from web site visits. the history is fixed permanently on a single web address. this is the web address of a site that is in my toolbar. this site cannot be deleted from the history. this site cannot be deleted through the preferences menu. the same site shows in the history file as the only site visited in the past several months, even though i have not visited that site in the past several months. the browser does not show my browsing history. the browser does not create a browsing history. my history function is permanently broken.

help?

Pšašany wót wužywarja drollere pśed 1 mjasecom

Slědne wótegrono wót wužywarja jscher2000 - Support Volunteer pśed 1 mjasecom

Firefox’s Enhanced Tracking Protection (Strict Mode) is known to cause issues on x.com

https://x.com/ (Formaly Twitter) Firefox’s Enhanced Tracking Protection (Strict Mode) is known to cause issues on x.com Not only me: https://www.reddit.com/r/firefox/co… (cytajśo wěcej)

https://x.com/ (Formaly Twitter) Firefox’s Enhanced Tracking Protection (Strict Mode) is known to cause issues on x.com


Not only me: https://www.reddit.com/r/firefox/comments/1ctx1bm/twitter_not_working_on_private_browsing/ https://connect.mozilla.org/t5/discussions/firefox-s-enhanced-tracking-protection-strict-mode-is-known-to/td-p/57432 https://lemmy.world/post/15496431

https://news.ycombinator.com/item?id=40386418 Dunno if entirely accurate but regarding the Firefox error: “Twitter switched their top level domain to X, but didn't change any of their other domains, so they're still pulling assets from Twimg. Which makes Firefox (correctly) block the page if you have Tracking Protect enabled because it sees X trying to involve 3rd parties.“ Slow clap.

Pšašany wót wužywarja hokagegaara pśed 1 mjasecom

Slědne wótegrono wót wužywarja Paul pśed 1 mjasecom

Bookmark Toolbar

Can I have more than one bookmark toolbar at the top of the screen? I am a teacher and I have at least 12 maths bookmarks I would like to display as well as my standard /… (cytajśo wěcej)

Can I have more than one bookmark toolbar at the top of the screen? I am a teacher and I have at least 12 maths bookmarks I would like to display as well as my standard / personal bookmarks.

Pšašany wót wužywarja FieldEagle pśed 1 mjasecom

Slědne wótegrono wót wužywarja Paul pśed 1 mjasecom

Credit card info

I went to settings and then to privacy and security and tried to find auto fill to remove credit card info. I couldn't find the setting the browser told me to find. … (cytajśo wěcej)

I went to settings and then to privacy and security and tried to find auto fill to remove credit card info. I couldn't find the setting the browser told me to find.

Pšašany wót wužywarja Steven pśed 1 mjasecom

Slědne wótegrono wót wužywarja jonzn4SUSE pśed 1 mjasecom

Google Not Responding and/or Timing Out

In early May I started having problems with Google on Firefox. Sometimes the Google home page won't load up at all. Once it does load up sometimes the searches work, so… (cytajśo wěcej)

In early May I started having problems with Google on Firefox. Sometimes the Google home page won't load up at all. Once it does load up sometimes the searches work, sometimes the search just times out and goes back to the empty search bar, also when I click on links to websites they time out too. If I go straight to a bookmarked website, that seems to free things up and the next Google search I do will work. I've uninstalled and reinstalled Firefox but it doesn't make any difference. Google works fine on Chrome and Edge. Any advice would be gratefully received - please note I'm not technically minded! Thank you.

Pšašany wót wužywarja kallen359 pśed 1 mjasecom

Slědne wótegrono wót wužywarja jonzn4SUSE pśed 1 mjasecom

Log in

I can not log in to Outlook anymore on my computer when I use Firefox, but it is possible when I use Edge. But I prefer Firefox. What to do about this? Billy … (cytajśo wěcej)

I can not log in to Outlook anymore on my computer when I use Firefox, but it is possible when I use Edge. But I prefer Firefox. What to do about this?

Billy

Pšašany wót wužywarja billylarsson pśed 1 mjasecom

Slědne wótegrono wót wužywarja Paul pśed 1 mjasecom

One site blank in Linux FF but not in Windows FF

https:\\archive.org works perfectly in Firefox on Win-10, but on a new Linux Mint install, (with default Firefox as included), this particular website simply displays as… (cytajśo wěcej)

https:\\archive.org works perfectly in Firefox on Win-10, but on a new Linux Mint install, (with default Firefox as included), this particular website simply displays as a blank white screen. Every other website I try on the Linux install works perfectly; it is only this one website which does not work.

There are no add-ons, no proxies, no security suites, nothing extra. I cleared all cookies and cache. Tried running FF in Protected Mode. Nothing seems to fix it.  There are no error messages displayed - just a blank white screen.

And, to make it worse, I am not particularly computer-literate, (I'm 82 years old...), so you will have to give me simple guidance if I need to get involved with deeper logging etc.

Pšašany wót wužywarja dmaxwell1 pśed 1 mjasecom

Slědne wótegrono wót wužywarja jonzn4SUSE pśed 1 mjasecom

126.0.1 (64-bit) so many problems

I have been using Firefox for years without any problem but 126.0.1 (64-bit) is making me to consider stopping it. I am having issues playing live cams, getting some webs… (cytajśo wěcej)

I have been using Firefox for years without any problem but 126.0.1 (64-bit) is making me to consider stopping it. I am having issues playing live cams, getting some websites running properly, authentication issues, etc...etc..

Why?

Pšašany wót wužywarja aramartis pśed 1 mjasecom

Slědne wótegrono wót wužywarja jonzn4SUSE pśed 1 mjasecom

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… (cytajśo wěcej)

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.

Pšašany wót wužywarja warburton-alan pśed 1 mjasecom

Slědne wótegrono wót wužywarja cor-el pśed 1 mjasecom

XULRunner Error Pop-Up when starting and closing Firefox

Lately, I have been getting a pop-up error when I start and close Firefox. The error reads: "XULRunner Could not determine any profile running in backgroundtask mode!"… (cytajśo wěcej)

Lately, I have been getting a pop-up error when I start and close Firefox. The error reads: "XULRunner Could not determine any profile running in backgroundtask mode!"

I have found posts such as this one: https://support.mozilla.org/en-US/questions/1398228 and other posts suggesting to disable the scheduled task in Windows Task Scheduler, but none of the solutions have worked thus far. Anyone know of any other solutions?

Pšašany wót wužywarja johann.e.munguia pśed 1 mjasecom

Slědne wótegrono wót wužywarja cor-el pśed 1 mjasecom

Firefox Can’t Open This Page

When I try to open a what may be a link in a page, which should bring up a PDF file, I think, I get the following: Firefox Can’t Open This Page To protect your securit… (cytajśo wěcej)

When I try to open a what may be a link in a page, which should bring up a PDF file, I think, I get the following:


Firefox Can’t Open This Page

To protect your security, api.medicare.gov will not allow Firefox to display the page if another site has embedded it. To see this page, you need to open it in a new window.

Learn more…

When I click on the Open Site in new Window button I get a new window with the following:


message "Unauthorized" context {} code null

Pšašany wót wužywarja kurt_matthys pśed 1 mjasecom

Slědne wótegrono wót wužywarja jscher2000 - Support Volunteer pśed 1 mjasecom

mp4 videos fail to load using <video> tag

I am trying to add an mp4 video to my website using the following code: <video width="320" height="240" controls> <source src="images/###.mp4" type="video/mp… (cytajśo wěcej)

I am trying to add an mp4 video to my website using the following code:

<video width="320" height="240" controls>
  <source src="images/###.mp4" type="video/mp4">
</video>

where ### is the name of the video file. I get the following error message:

"No video with supported format or MIME type found."

In the console the following is displayed:

"Media resource http://127.0.0.1:5502/images/###.mp4 could not be decoded. video.html All candidate resources failed to load. Media load paused. video.html Media resource http://127.0.0.1:5502/images/###.mp4 could not be decoded, error: Error Code: NS_ERROR_DOM_MEDIA_METADATA_ERR (0x806e0006)"

Runs just fine in Chrome and I have no pop-up blockers installed. Autoplay is set to be allowed for all websites.

Windows 11 version 23H2. Firefox version: 126.0 (64-bit)

Pšašany wót wužywarja crb001 pśed 1 mjasecom

Slědne wótegrono wót wužywarja TyDraniu pśed 1 mjasecom

Feature request in Reading mode

I would like to request a feature for reading mode. If we could flip page like Kindle book, instead of page scroll, especially in reading mode, it will be great! BTW I h… (cytajśo wěcej)

I would like to request a feature for reading mode. If we could flip page like Kindle book, instead of page scroll, especially in reading mode, it will be great!

BTW I have chosen to use Mozilla Firefox instead of chrome because of this reading mode feature. Thank you for this great feature!

Pšašany wót wužywarja p_achalam pśed 1 mjasecom

Slědne wótegrono wót wužywarja Paul pśed 1 mjasecom

Printing emails

I have used Firefox for Windows for many years and have had no problems until recently. I have been unable to print my emails: when I click on the printer icon in the upp… (cytajśo wěcej)

I have used Firefox for Windows for many years and have had no problems until recently. I have been unable to print my emails: when I click on the printer icon in the upper right corner of an email nothing happens. I was wondering if there was something in the settings that was causing this problem. Thank you!

Pšašany wót wužywarja javajiving pśed 1 mjasecom

Slědne wótegrono wót wužywarja jscher2000 - Support Volunteer pśed 1 mjasecom

credit card window

I am experiencing no window to enter my credit card number in. There is the window for the expiry date and CCC code. Just not the card number. I have tried numerous websi… (cytajśo wěcej)

I am experiencing no window to enter my credit card number in. There is the window for the expiry date and CCC code. Just not the card number. I have tried numerous websites that I would never buy anything from just to test the failure and it repeats on all the sites I have tried including government payment site.

Pšašany wót wužywarja jjnowayhosa pśed 1 mjasecom

Slědne wótegrono wót wužywarja jonzn4SUSE pśed 1 mjasecom

Cannot reorder or detach tabs after having done it once

So I have an issue where I am unable to reorder or detach tabs after having detached one tab. When I start Firefox I am able to reorder my tabs as much as I want, but onc… (cytajśo wěcej)

So I have an issue where I am unable to reorder or detach tabs after having detached one tab. When I start Firefox I am able to reorder my tabs as much as I want, but once I detach one tab both functionalities do not work anymore.

- Firefox version 126.0 on Kubuntu 24.04 - After restarting Firefox I am able to do it again once - After rebooting I am also able to do it again once - The same issue in private window - I have refreshed Firefox through Help -> More troubleshooting information - Disabled all my add-ons - Tried it in Troubleshoot mode

I cannot seem to find a real answer online. Does somebody here have a solution for me :-)?

Pšašany wót wužywarja legousk pśed 1 mjasecom

Slědne wótegrono wót wužywarja jonzn4SUSE pśed 1 mjasecom

Closing a tab next to an unloaded one jumps to previous tab

Hi, If I have an unloaded tab on right of the current tab and I close the current one, instead of going to the right tab, which is the unloaded one, it jumps to another … (cytajśo wěcej)

Hi,

If I have an unloaded tab on right of the current tab and I close the current one, instead of going to the right tab, which is the unloaded one, it jumps to another tab which I'm not sure has what relation to it, it certainly is not the tab that opened it.

I removed every modified entry of "Browser.tab" in About:Config, installed "Select After Closing Tab", no result.

Thanks

Pšašany wót wužywarja Silliness7034 pśed 1 mjasecom

Slědne wótegrono wót wužywarja jscher2000 - Support Volunteer pśed 1 mjasecom