Paste

How do I paste in the game forge of empires chat windows with my mouse and without clipboard, it will only allow me to use clipboard control V for keyboard not my mouse, … (ďalšie informácie)

How do I paste in the game forge of empires chat windows with my mouse and without clipboard, it will only allow me to use clipboard control V for keyboard not my mouse, using my mouse to select all, copy, it's fine, cannot use paste with mouse,

Otázku položil(a) Pastesaga Pred 1 týždňom

Removing Folders from the Bookmarks Sidebar

Is there a way to remove the "Bookmarks Menu" folder from the Bookmarks Sidebar using CSS? I would like to have only one folder showing in the sidebar since I only use on… (ďalšie informácie)

Is there a way to remove the "Bookmarks Menu" folder from the Bookmarks Sidebar using CSS? I would like to have only one folder showing in the sidebar since I only use one folder.

Otázku položil(a) lokisveil Pred 1 mesiacom

Firefox stopped working

Hello, since yesterday I cannot use Firefox anymore; nothing works; cannot load any website when I can with Safari on macbook runnin 13.2.1 and firefox runs OK on my and… (ďalšie informácie)

Hello,

since yesterday I cannot use Firefox anymore; nothing works; cannot load any website when I can with Safari on macbook runnin 13.2.1 and firefox runs OK on my android phone. I have tried essentially all the suggestions I found on the Mozilla web site. No success. May you help me ? Thank you. Isabelle.

Otázku položil(a) isabelle.seez Pred 2 mesiacmi

URLs not opening from mail

URL links in Mac Mail have suddenly stopped opening when the Firefox app is not running. Clicking on a link will open Firefox, but will stay on the homepage and not conti… (ďalšie informácie)

URL links in Mac Mail have suddenly stopped opening when the Firefox app is not running. Clicking on a link will open Firefox, but will stay on the homepage and not continue to the clicked URL.

Otázku položil(a) CanadaGary17 Pred 2 mesiacmi

Firefox starts open only in task bar

Hello. Having Problems with Firefox Browser. Firefox start open only in task bar, not on full screen. When I reinstall browser, is opening for full screen but when pc goi… (ďalšie informácie)

Hello. Having Problems with Firefox Browser. Firefox start open only in task bar, not on full screen. When I reinstall browser, is opening for full screen but when pc going to sleep and wake up...only in task bar. Have Windows 11. Please advise how to fix it. Thx

Otázku položil(a) januszbosowski Pred 2 mesiacmi

The accessibility issue with aria-disabled attribute

I am currently facing issue with the attribute aria-disabled only in firefox browser. Using nvda reader when I move on to buttons using tab key the reader reads the aria-… (ďalšie informácie)

I am currently facing issue with the attribute aria-disabled only in firefox browser. Using nvda reader when I move on to buttons using tab key the reader reads the aria-label of button but it also says button unavailable even when the button has aria-disabled="false".The same behaviour with the narrator it reads it as button disabled. The
  • tag that covers these have aria-disabled="true". But I think that should not have effect on these button elements as I have explicitly gave on the button the aria-disabled="false". Kindly please look into this issue and resolve. Code Sample:
    <!DOCTYPE html>
    <html lang="en">
    <head>
        <meta charset="UTF-8">
        <title>List with Accessible Buttons</title>
    </head>
    <body>
            <li aria-disabled="true" >
                Item 1
                <button aria-disabled="false" aria-label="Button 1"  onclick="alert('Button 1 clicked')">Button 1</button>
                <button aria-disabled="false" aria-label="Button 2" onclick="alert('Button 2 clicked')">Button 2</button>
            </li>
            <li aria-disabled="true">
                Item 2
                <button aria-disabled="false" aria-label="Button 3" onclick="alert('Button 3 clicked')">Button 3</button>
                <button aria-disabled="false" aria-label="Button 4" onclick="alert('Button 4 clicked')">Button 4</button>
            </li>
            <li aria-disabled="true">
                Item 3
                <button aria-disabled="false" aria-label="Button 5" onclick="alert('Button 5 clicked')">Button 5</button>
                <button aria-disabled="false" aria-label="Button 6" onclick="alert('Button 6 clicked')">Button 6</button>
            </li>
    </body>
    </html>

  • Otázku položil(a) mohdmuzammil1532002 Pred 2 mesiacmi

    xsl:include: base URI after permanent redirect

    An XML document under a URI http://base/sub/document.xml uses an XSLT stylesheet under a URI http://base/sub/stylesheet.xslt. The server redirects permanently to http://b… (ďalšie informácie)

    An XML document under a URI http://base/sub/document.xml uses an XSLT stylesheet under a URI http://base/sub/stylesheet.xslt. The server redirects permanently to http://base/stylesheet.xslt (response code 301). The stylesheet file contains <xsl:include href = "common.xslt"/>. Firefox fails to GET http://base/sub/common.xslt ?? Instead, Firefox should GET http://base/common.xslt (?). So, the base URI of a document under a permanently redirected URI is not the redirected, but the original URI ?

    Otázku položil(a) Herbert Schiemann Pred 2 mesiacmi

    Firefox 117.0 crashing

    Hi I wondered if I could get help understanding why a crash might be happening. Firefox seems to suddenly be crashing for a reason I can't determine. This crash was wh… (ďalšie informácie)

    Hi

    I wondered if I could get help understanding why a crash might be happening. Firefox seems to suddenly be crashing for a reason I can't determine. This crash was when I opened a YouTube tab, but it also happened on a Pinterist tab yesterday. I was running Firefox in troubleshooting mode on this most recent crash, which had the following id:

    bp-5c36d424-6fc1-4fec-b56b-173b90230910

    The only thing I've changed recently is moving some extensions from the main toolbar to the new extensions "puzzle piece" area, as well as switching from the default theme to the dark theme offered in the themes area.

    Thank you for any recommendations.

    Otázku položil(a) joshdewinter Pred 2 mesiacmi

    Run external script by right clicking

    Hello, Fo years I've used native Firefox on my Ubuntu system (which is /usr/bin/firefox). Now I've switched to snap firefox, because it's the new way to use and update Fi… (ďalšie informácie)

    Hello, Fo years I've used native Firefox on my Ubuntu system (which is /usr/bin/firefox). Now I've switched to snap firefox, because it's the new way to use and update Firefox on Ubuntu systems. I used too an extension called Open with (https://addons.mozilla.org/fr/firefox/addon/open-with/), to open shell scripts when I right clicked on a hypertext link to use it in the script shell. Then the script did its job with the url link received in parameter. I know it wasn't the goal of this extension, but It did the job I wanted. Now, in the snap firefox, I cannot do the same. It seems its because native messaging (https://developer.mozilla.org/fr/docs/Mozilla/Add-ons/WebExtensions/Native_messaging) doesn't allow permission to interact with others applications (fix me if I'm wrong). I test several extensions, but I didn't find one to do the same job, and I've not the skills to developp it. Si here's my question: is there a way to do execute this type of script (not JavaScript) doing a right click on a link? Thank you for your help.

    Otázku položil(a) mentalo Pred 2 mesiacmi