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 преди 15 часа

Последен отговор от cor-elпреди 2 часа

Apostrophe is not showing up correctly ( )

Somehow I cannot type an apostrophe, whenever I do it just shows whats between the brackets ( ). What I do: 1. Press the apostrophe button 2. Press space Expected res… (прочетете още)

Somehow I cannot type an apostrophe, whenever I do it just shows whats between the brackets ( ).

What I do: 1. Press the apostrophe button 2. Press space

Expected result: '

Actual result:


I m on Firefox Linux and my keybord is set on INTL

Asked by Jonezz преди 17 часа

Последен отговор от cor-elпреди 6 часа

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… (прочетете още)

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?

Asked by drollere преди 12 часа

Последен отговор от cor-elпреди 6 часа

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?

<!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>

Asked by ngiatsog преди 14 часа

Последен отговор от jscher2000 - Support Volunteerпреди 10 часа

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… (прочетете още)

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!

Asked by javajiving преди 1 ден

Последен отговор от jscher2000 - Support Volunteerпреди 23 часа

At some point browser back button stopped returning you to the same exact results page (order etc.)

I cannot begin to express how frustrating this change is... and I struggle to comprehend why anyone would introduce this by writing it into software, but I'm sure it has … (прочетете още)

I cannot begin to express how frustrating this change is... and I struggle to comprehend why anyone would introduce this by writing it into software, but I'm sure it has something to do with money and profits.

There was a time when you could do a search and get a list of results, and then view a specific listing, and then return to your search page and view another listing. however, those days are evidently gone, as now when you return to your search page, it's slightly different results in a different order. Most are there, but some are missing entirely, and the ones that remain are varied slightly. Whaaaat for!? It is truly a form of torture.

Now in fairness I can't tell if it's the browser (Firefox), or the search engine (Duck Duck Go), because I am unfortunately not a developer. However, whatever is causing it should be fixed out of a sense of social responsibility to the greater good.

If anyone knows why this happens and knows how to fix it, I would be sincerely grateful if you shared the solution.

E

Asked by obhke4e3 преди 1 ден

Последен отговор от jscher2000 - Support Volunteerпреди 23 часа

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… (прочетете още)

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.

Asked by jjnowayhosa преди 1 ден

Последен отговор от jonzn4SUSEпреди 1 ден

Remove search URL from tool bar

I am using latest of Firefox and DuckDuckGo. When I type something in the main search bar (in the middle of screen) the text moves to the search field in the toolbar area… (прочетете още)

I am using latest of Firefox and DuckDuckGo. When I type something in the main search bar (in the middle of screen) the text moves to the search field in the toolbar area. I find this annoying. I want to text to remain in the main search bar (middle of screen). Any solution?

Regards Francesco Cembrola

Asked by Francesco3000 преди 2 дена

Последен отговор от Agent virtuelпреди 2 дена

Firefox's enhanced tracking protection (strict mode) is known to cause issues on x.com

Can't log on to x.com. Getting this message: "Firefox's Enhanced Tracking Protection (Strict Mode) is known to cause issues on x.com". I added x.com and twitter.com as … (прочетете още)

Can't log on to x.com. Getting this message: "Firefox's Enhanced Tracking Protection (Strict Mode) is known to cause issues on x.com".

I added x.com and twitter.com as an exception in Settings/Enhanced Tracking Protection and still not working.

What the heck firefox???

Asked by suepawley преди 3 дена

Последен отговор от TyDraniuпреди 3 дена

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… (прочетете още)

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.

Asked by hokagegaara преди 6 дена

Последен отговор от TyDraniuпреди 3 дена

Copy/Paste is Not Working

No longer able to copy or paste text on Firefox with Windows 10. Copy and Paste are greyed out in the right click menu after selecting text. Using CTRL-C, V or P does not… (прочетете още)

No longer able to copy or paste text on Firefox with Windows 10. Copy and Paste are greyed out in the right click menu after selecting text. Using CTRL-C, V or P does nothing at all. Still works fine in other browsers. What has Firefox broken again this time?

Asked by Rafael Lecuona преди 5 месеца

Последен отговор от jscher2000 - Support Volunteerпреди 3 дена

Cut and paste is still broken

For months now I can't cut and paste if I use Firefox. I am not remotely interested is uninstalling a heap of adds in a vain attempt to fix the issue. I can use Google ch… (прочетете още)

For months now I can't cut and paste if I use Firefox. I am not remotely interested is uninstalling a heap of adds in a vain attempt to fix the issue. I can use Google chrome and Wonderfox which don't suffer this issue. I fail to understand why Firefox is alone in this problem. I would switch to Wonderfox as a default but it only works on SSL sites. Please stop ignoring this issue and fix it. Running Windows 11 fully updated on an AMD cpu.

Asked by michaelgroves преди 3 дена

Последен отговор от jscher2000 - Support Volunteerпреди 3 дена

PDF are often rendered unreadable, with desktop background showing through (screenshot attached)

I often run into issues with PDFs in Firefox Linux. They either appear totally blank (typically after suspend/restore), or they appear with the desktop background showing… (прочетете още)

I often run into issues with PDFs in Firefox Linux. They either appear totally blank (typically after suspend/restore), or they appear with the desktop background showing through (as in the attached screenshot).

Hard refreshing the page doesn't change anything, opening a new tab and opening the PDF again doesn't change anything, opening a new window and loading the PDF doesn't change anything.

The screenshot is with this PDF: https://www.sgsw.ch/home/strom/_jcr_content/Par/sgsw_accordion_list_1838160259/AccordionListPar/sgsw_accordion_12353/AccordionPar/sgsw_downloadlist/DownloadListPar/sgsw_download_1049323524.ocFile/2023-08-31%20Mitteilung%20Elcom%20Erh%C3%B6hung%20Elektrizit%C3%A4tspreise%20f%C3%BCr%20das%20Jahr%202024.pdf

It renders correctly in Chromium.

Firefox 126.0 using the recommended performance settings on Mint 21.3, nvidia quadro p620 using the official nvidia drivers v535.171.04-0ubuntu0.22.04.1

Asked by c+ff преди 1 седмица

Последен отговор от jonzn4SUSEпреди 3 дена

website not working right

Website side bar not going top when changing screens . Takes forever to change screens if you dont fix it i will go to crome# Numbered list item everyup date gets worse … (прочетете още)

Website side bar not going top when changing screens . Takes forever to change screens if you dont fix it i will go to crome# Numbered list item everyup date gets worse

Asked by raledj преди 4 дена

Последен отговор от jonzn4SUSEпреди 4 дена

convert jpg into pdf

I used to (not long ago) convert jpg images into pdf, which works well for various applications. I am having a glitch in making the conversion now. My Firefox version i… (прочетете още)

I used to (not long ago) convert jpg images into pdf, which works well for various applications. I am having a glitch in making the conversion now. My Firefox version is 123.0.1. Is there a reasonable workaround?

Asked by archatty преди 3 месеца

Последен отговор от Zeeshan Kundiпреди 4 дена

receiving repeated unwanted pop-ups supposedly from at & t, how to stop

receiving repeated unwanted pop-ups supposedly from at & t, how to stop. When tried to cut and paste the pop-up jumped to another screen, but was able to forward send… (прочетете още)

receiving repeated unwanted pop-ups supposedly from at & t, how to stop. When tried to cut and paste the pop-up jumped to another screen, but was able to forward sending web address to at & t fraud.

If happens again will update this post with web address.

Not aware of any after marked pop-up blocker installed on my desktop.

Any security setting which can be set in MS to block pop ups?

Asked by johnlk99 преди 4 дена

Последен отговор от jscher2000 - Support Volunteerпреди 4 дена