Viser spørgsmål med mærkatet: Vis alle spørgsmål

Firefox shows wrong layout with Shiny for Python 1.0.0

The new Shiny for Python 1.0.0 seems to be incompatible with Firefox. I made this dummy app: Start of code *** from shiny import App, render, ui, reactive fro… (læs mere)

The new Shiny for Python 1.0.0 seems to be incompatible with Firefox. I made this dummy app:

      • Start of code ***

from shiny import App, render, ui, reactive from pathlib import Path


app_ui = ui.page_fillable(

   ui.panel_title(
       ui.row(
       ui.column(6, ui.h1("title1")),
       ui.column(6, ui.h1("title2"))
       )
   ),
   ui.layout_sidebar(
       ui.sidebar(
           ui.input_text("input_text1", "input_text1", value=""),
           ui.input_text("input_text2", "input_text2", value=""),
           ui.input_text("input_text3", "input_text3", value=""),
           ui.input_text("input_text4", "input_text4", value=""),
           ui.input_text("input_text5", "input_text5", value=""),
           ui.input_selectize("input_selectize1", "input_selectize1", choices=["1", "2"]),
           ui.input_numeric("input_numeric1", "input_numeric1", value=4),
           ui.input_numeric("input_numeric2", "input_numeric2", value=8),
           ui.input_numeric("input_numeric3", "input_numeric3", value=20),
           ui.input_selectize("input_selectize2", "input_selectize2", choices=["3", "4", "5"]),
           ui.input_numeric("input_numeric4", "input_numeric4", value=1),
           ui.input_numeric("input_numeric5", "input_numeric5", value=1),
           ui.input_switch("input_switch1", "input_switch1", value=False),
           ui.input_switch("input_switch2", "input_switch2", value=False),
           ui.input_switch("input_switch3", "input_switch3", value=False),
           ui.input_action_button("input_action_button1", "input_action_button1"),
           ui.input_action_button("input_action_button2", "input_action_button2", disabled=True),
           width="350px"
       ),
       ui.layout_columns(
           ui.card(
               ui.card_header("card_header1"),
               ui.output_data_frame("card1"),
               full_screen=True
           ),
           ui.card(
               ui.card_header("card_header2"),
               ui.output_data_frame("card2"),
               full_screen=True
           ),
           col_widths=[12, 12]
       )
   )

)


def server(input, output, session):

   @reactive.event(input.input_action_button1)
   def reactive_function1():
       pass
   @output
   @render.data_frame
   def card1():
       return reactive_function1()
   @output
   @render.data_frame
   def card2():
       pass
   @reactive.effect
   @reactive.event(input.write_guides)
   def reactive_function2():
       return reactive_function1()

src_dir = Path(__file__).parent / "src" app = App(app_ui, server, static_assets=src_dir)

      • End of code ***

Then I started it and opened it with Safari (left) and Firefox (right).

With Shiny for Python 0.10.2 both browsers seem fine (click the link for a screenshot): https://github.com/user-attachments/assets/c1a40577-6341-40c5-b952-7fb99cb3330e

But as soon as I switch to Shiny for Python 1.0.0, Firefox fails, but Safari is still able to display: https://github.com/user-attachments/assets/6fbc60a6-2487-4195-a7c3-a326bdfc7373

Not sure, if this is of any use, but I can "expand" the sidebar in Firefox leading to this: https://github.com/user-attachments/assets/4f2d318f-809b-463d-9c99-7c2a8670397d

Any ideas, what's wrong? Can I fix this in my code or does this need to be fixed by the devs?

Stillet af philipp-schneider for 6 timer siden

Inqurinig

Attn: To whom it may concern @Fire Fox Mozilla My desktop version is macOS Ventura 13.6.7 your Fire Fox browser goes to the Mac-browser 115. The reason that I'm inquiring… (læs mere)

Attn: To whom it may concern @Fire Fox Mozilla My desktop version is macOS Ventura 13.6.7 your Fire Fox browser goes to the Mac-browser 115. The reason that I'm inquiring is I have to constantly have reload or restart the page again it is slowing

me down. Because if this continues I may have change browsers.

Stillet af dvdhrnnd for 8 timer siden

Support of DNS SVCB / HTTPS Alias mode

Hello, Our DNS supports SVCB and HTTPS records. We setup HTTPS is alias mode and want to redirect a HTTPS connection from Host_A to Host_B. Here a example: communicati… (læs mere)

Hello, Our DNS supports SVCB and HTTPS records. We setup HTTPS is alias mode and want to redirect a HTTPS connection from Host_A to Host_B. Here a example: communication.baloise.be. 30 IN HTTPS 1 communicationbaloisebe.customdomain.chkmkt.com.

I can see that the Firefox sent a HTTPS request, got back the correct answer, but does not connect to the new host B. A lot people required that DNS support SVCB /HTTPS records, but the browsers do not.

When will Firefox support the Alias mode for SVCB / HTTPS Records?

Thanks pascal

Stillet af Pascal Raemy for 1 dag siden

site info certificate detail tab isn't duplicated when you try view more than one certificate, hindering comparison

Way to duplicate problem. on MacOS Sonoma 14.5 (23F79) Using Firefox Desktop 128.0.2 (64-bit) (intel architecture) Visit https://www.eventbrite.com/ Click Verify Securi… (læs mere)

Way to duplicate problem.

on MacOS Sonoma 14.5 (23F79) Using Firefox Desktop 128.0.2 (64-bit) (intel architecture)

Visit https://www.eventbrite.com/ Click Verify Security icon at left of address bar. Click Connection Secure Click More Information Click View Certificate A tab opens, showing the certificate details. Leave that tab open

Visit https://www.eventbrite.com.au/ Follow same process A new tab isn't opened - as the certificate is the same. The issue is - without the ability to side by side compare, it's difficult to know that the certificate is the same, for a beginner.

Resolution: Visit other websites, then the certificate details tab is duplicated.

Stillet af xenek for 1 dag siden

I lost access to my connect.mozilla.org account

(Idk where else to post this on the site) Idk exactly what happened, other than that I changed emails on my Mozilla account and when I signed into connect.mozilla.org wi… (læs mere)

(Idk where else to post this on the site)

Idk exactly what happened, other than that I changed emails on my Mozilla account and when I signed into connect.mozilla.org with it, it had me create a new username. My old profile page is still up.

Stillet af TheWonderAlmighty for 1 dag siden

Flashing screen

I have a Mac running on Ventura v13.6.7. I also run Express VPN. F/F v 128.0.2[64 bit]. I have as my home page the BBC.Most of the time if I click on sport or the weather… (læs mere)

I have a Mac running on Ventura v13.6.7. I also run Express VPN. F/F v 128.0.2[64 bit]. I have as my home page the BBC.Most of the time if I click on sport or the weather button the screen starts flashing.I cleared the cashe that lasted a couple of days then it started flashing again. By the way when the screen is flashing the reload button is flashing. Any help greatly appreciated.

Mike.

Stillet af Michael Gilbert for 1 dag siden

Youtube TV freezing on Firefox 120.0.2, Mac Ventura

I have been using Firefox for quite a while. Recently, I cannot use Firefox for Youtube TV. The audio plays, but the first screen is frozen, and does not play the live v… (læs mere)

I have been using Firefox for quite a while. Recently, I cannot use Firefox for Youtube TV. The audio plays, but the first screen is frozen, and does not play the live video. I have toggled the hardware acceleration without resolution.

Any ideas?

Thank you

Stillet af mozilla491 for 2 dage siden

Fios router, VPN and Firefox not allowing access to Facebook, Yahoo,

Installed new FIOS router. I used a VPN and Firefox to access Facebook, Yahoo, and a number of other sites (like a bank). With the new router, I can't access these … (læs mere)

Installed new FIOS router. I used a VPN and Firefox to access Facebook, Yahoo, and a number of other sites (like a bank). With the new router, I can't access these

Stillet af 5kbzzjsf9g for 1 dag siden

I am unable to click on icon in an online article to email a copy. immediate return to article. Works in SAFARI.

I was reading an article in the CBN Website https://www2.cbn.com/news/us/elon-musk-tricked-putting-son-puberty-blockers-xavier-was-killed-woke-mind-virus# it has an i… (læs mere)

I was reading an article in the CBN Website

  https://www2.cbn.com/news/us/elon-musk-tricked-putting-son-puberty-blockers-xavier-was-killed-woke-mind-virus#
 it has an in article window(?) with a button to email a copy of the article. Clicking the button does nothing. I am

immediately returned to the article. it works fine in Safari. Firefox 128.0.2 on Mac laptop with macos sonoma 14.5

 can you help me?

Stillet af hugho for 2 dage siden

How do I enlarge my device's browser window for Firefox?

Trying to upload a graphic file of a book cover to Kindle. I get a message: your device browser is too small, 1200px by 600. please enlarge the browser window. Don't get… (læs mere)

Trying to upload a graphic file of a book cover to Kindle. I get a message: your device browser

is too small, 1200px by 600. please enlarge the browser window. Don't get this using Safari. 


How do I enlarge my device's browser window for Firefox?

Stillet af jimlaw09 for 2 dage siden

Screenshots randomly stopped working

Was clearing out some files yesterday in the middle of taking screenshots on Netflix through firefox (per usual) when suddenly whenever I go into a netflix TV show I get … (læs mere)

Was clearing out some files yesterday in the middle of taking screenshots on Netflix through firefox (per usual) when suddenly whenever I go into a netflix TV show I get the purple-green image down below that's all wrong and corrupted. Feeling especially confused because I can take screenshots anywhere else on other browsers or Firefox, even on the Netflix home page, perfectly fine - but this format below stopped working?? Am hoping to resolve the issue quickly cause one of my Favourite shows I wanted to post about is having a new season drop in like 2 days :(

Stillet af wordswithdragons for 2 dage siden

Keep specific cookies while deleting others on exit

Is there a way to keep specific cookies while deleting others on exit? The "Delete cookies and site data when Firefox is closed" option ignores the "Manage Exceptions" o… (læs mere)

Is there a way to keep specific cookies while deleting others on exit?

The "Delete cookies and site data when Firefox is closed" option ignores the "Manage Exceptions" option, which exists for nothing, since allowed exceptions are also deleted on exit.

Tks

Stillet af ririn for 2 dage siden

I'm getting. samesite cookie errors on some websites on youtube using videodroid plugin

Here is the message". SearchTelemetry: Expected to report URI for https://www.google.com/search?client=firefox-b-1-d&q=tokina+11-18 with ads but couldn't find the inf… (læs mere)

Here is the message". SearchTelemetry: Expected to report URI for https://www.google.com/search?client=firefox-b-1-d&q=tokina+11-18 with ads but couldn't find the information SearchSERPTelemetry.sys.mjs:1624:23

TypeError: linkMap is undefined     Links_onLinkChanged resource://gre/modules/NewTabUtils.sys.mjs:2003     PlacesProvider__callObservers resource://gre/modules/NewTabUtils.sys.mjs:697     handlePlacesEvents resource://gre/modules/NewTabUtils.sys.mjs:671 NewTabUtils.sys.mjs:699:19 SearchTelemetry: Expected to report URI for https://www.google.com/search?client=firefox-b-1-d&q=tokina+11-18 with ads but couldn't find the informationbold text

Currently on firefox 128.02 macbook pro Sonoma 14.5

I've done some research but haven't yet found what I can do to remedy this error. It only happens on some websites but is repetitive and cannot be overcome by reboot of mac or firefox. I've only seen it the last couple of weeks so it may be due to a firefox change though I'm not sure. Thanks for any help!

Stillet af docmaas for 3 dage siden

Elektronsko podaljšanje veljavnosti digitalnega potrdila

Imam dva potrdila, ženino, ki še ne mo kmalu poteklo in moje(Igor Kafol),ki bo kmalu poteklo, vendar ga ne morem (oz, ne znam) podaljšati. prosim za pomoč. Igor Kafoll … (læs mere)

Imam dva potrdila, ženino, ki še ne mo kmalu poteklo in moje(Igor Kafol),ki bo kmalu poteklo, vendar ga ne morem (oz, ne znam) podaljšati. prosim za pomoč. Igor Kafoll

Stillet af s51ik for 3 dage siden

Firefox keeps crashing

The web browser does not open after restarting and logging into user profile on computer. It crashes and I have to keep refreshing for several minutes. Then I get a pop u… (læs mere)

The web browser does not open after restarting and logging into user profile on computer. It crashes and I have to keep refreshing for several minutes. Then I get a pop up to refresh firefox. It happens everytime I log out of computer and log back in. The web browser wont start

Here is the code, please fix


AdapterDeviceID: 0x162b AdapterVendorID: 0x8086 Add-ons: formautofill%40mozilla.org:1.0.1,pictureinpicture%40mozilla.org:1.0.0,screenshots%40mozilla.org:39.0.1,webcompat%40mozilla.org:128.3.0,default-theme%40mozilla.org:1.3,addons-search-detection%40mozilla.com:2.0.0,google%40search.mozilla.org:1.4,amazondotcom%40search.mozilla.org:1.7,wikipedia%40search.mozilla.org:1.3,bing%40search.mozilla.org:1.6,ddg%40search.mozilla.org:1.4,ebay%40search.mozilla.org:1.4 AvailablePhysicalMemory: 8506310656 AvailableSwapMemory: 0 BackgroundTaskMode: 0 BuildID: 20240704121409 ContentSandboxCapable: 1 ContentSandboxLevel: 3 CrashTime: 1721721528 DOMFissionEnabled: 1 DOMIPCEnabled: 1 EMCheckCompatibility: true EventLoopNestingLevel: 1 GpuSandboxLevel: 0 GraphicsNumActiveRenderers: 0 GraphicsNumRenderers: 1 HeadlessMode: 0 InstallTime: 1720569807 LastStartupWasCrash: 1 MacAvailableMemorySysctl: 89 MacMemoryPressure: Normal MacMemoryPressureCriticalTime: Unset MacMemoryPressureNormalTime: 1721721526 MacMemoryPressureSysctl: 1 MacMemoryPressureWarningTime: Unset Notes: FP(D00-L1000-W0000000-T01) WR? WR+ GL Context? GL Context+ ProductID: {ec8030f7-c20a-464f-9b0e-13a3a9e97384} ProductName: Firefox PurgeablePhysicalMemory: 159993856 ReleaseChannel: release SafeMode: 0 SecondsSinceLastCrash: 31 StartupCacheValid: 0 StartupCrash: 0 StartupTime: 1721721526 SubmittedFrom: Client TelemetryClientId: fd8edd43-dc96-4b38-9346-f4d46d9d62a6 TelemetryEnvironment: {"build":{"applicationId":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","applicationName":"Firefox","architecture":"x86-64","buildId":"20240704121409","version":"128.0","vendor":"Mozilla","displayVersion":"128.0","platformVersion":"128.0","xpcomAbi":"x86_64-gcc3","updaterAvailable":true},"partner":{"distributionId":null,"distributionVersion":null,"partnerId":null,"distributor":null,"distributorChannel":null,"partnerNames":[]},"system":{"memoryMB":16384,"virtualMaxMB":null,"cpu":{"extensions":["hasMMX","hasSSE","hasSSE2","hasSSE3","hasSSSE3","hasSSE4_1","hasSSE4_2","hasAVX","hasAVX2","hasAES"]},"os":{"name":"Darwin","version":"21.6.0","locale":"en"},"hdd":{"profile":{"model":null,"revision":null,"type":null},"binary":{"model":null,"revision":null,"type":null},"system":{"model":null,"revision":null,"type":null}},"gfx":{"D2DEnabled":null,"DWriteEnabled":null,"ContentBackend":"Skia","Headless":false,"EmbeddedInFirefoxReality":null,"TargetFrameRate":60,"adapters":[{"description":null,"vendorID":"0x8086","deviceID":"0x162b","subsysID":null,"RAM":0,"driver":null,"driverVendor":null,"driverVersion":null,"driverDate":null,"GPUActive":true}],"monitors":[{"screenWidth":2560,"screenHeight":1600,"scale":2}],"features":{"compositor":"webrender","hwCompositing":{"status":"available"},"gpuProcess":{"status":"unused"},"webrender":{"status":"available"},"wrCompositor":{"status":"available"},"openglCompositing":{"status":"available"},"omtp":{"status":"unused"}}},"appleModelId":"MacBookPro12,1","hasWinPackageId":null},"settings":{"blocklistEnabled":true,"e10sEnabled":true,"e10sMultiProcesses":8,"fissionEnabled":true,"telemetryEnabled":false,"locale":"en-US","intl":{"requestedLocales":["en-US"],"availableLocales":["en-US"],"appLocales":["en-US"],"systemLocales":["en"],"regionalPrefsLocales":["en"],"acceptLanguages":["en-US","en"]},"update":{"channel":"release","enabled":true,"autoDownload":true,"background":true},"userPrefs":{"browser.search.region":"US","browser.search.widget.inNavBar":false,"browser.urlbar.autoFill":true,"browser.urlbar.autoFill.adaptiveHistory.enabled":false,"browser.urlbar.dnsResolveSingleWordsAfterSearch":0,"browser.urlbar.quicksuggest.dataCollection.enabled":false,"browser.urlbar.suggest.quicksuggest.nonsponsored":false,"browser.urlbar.suggest.quicksuggest.sponsored":false,"media.gmp-gmpopenh264.lastInstallStart":1712695695,"media.gmp-gmpopenh264.lastDownload":1688874698,"media.gmp-gmpopenh264.lastDownloadFailed":1712695695,"media.gmp-gmpopenh264.lastDownloadFailReason":"Error: Failed downloading via ServiceRequest, status: 0, channelStatus: null, errorCode: 5, reason: error","media.gmp-gmpopenh264.lastUpdate":1688874698,"media.gmp-widevinecdm.lastInstallStart":1697309252,"media.gmp-widevinecdm.lastDownload":1697309253,"media.gmp-widevinecdm.lastUpdate":1697309254,"media.gmp-manager.lastCheck":1721675295,"media.gmp-manager.lastEmptyCheck":1721675295,"network.proxy.http":"<user-set>","network.proxy.ssl":"<user-set>","network.trr.strict_native_fallback":false,"widget.content.gtk-high-contrast.enabled":true},"sandbox":{"effectiveContentProcessLevel":3,"contentWin32kLockdownState":3},"addonCompatibilityCheckEnabled":true,"isDefaultBrowser":true,"attribution":{"campaign":"%2528not%2Bset%2529","content":"%2528not%2Bset%2529","dlsource":"mozorg","dltoken":"ac185d28-13f3-49b1-8f16-f56401491e89","experiment":"%2528not%2Bset%2529","medium":"referral","source":"www.google.com","ua":"other","variation":"%2528not%2Bset%2529"}},"profile":{"creationDate":19539,"firstUseDate":19539},"addons":{"activeAddons":{"formautofill@mozilla.org":{"version":"1.0.1","scope":1,"type":"extension","updateDay":19908,"isSystem":true,"isWebExtension":true,"multiprocessCompatible":true},"pictureinpicture@mozilla.org":{"version":"1.0.0","scope":1,"type":"extension","updateDay":19908,"isSystem":true,"isWebExtension":true,"multiprocessCompatible":true},"screenshots@mozilla.org":{"version":"39.0.1","scope":1,"type":"extension","updateDay":19908,"isSystem":true,"isWebExtension":true,"multiprocessCompatible":true},"webcompat@mozilla.org":{"version":"128.3.0","scope":1,"type":"extension","updateDay":19908,"isSystem":true,"isWebExtension":true,"multiprocessCompatible":true},"addons-search-detection@mozilla.com":{"version":"2.0.0","scope":4,"type":"extension","updateDay":null,"isSystem":false,"isWebExtension":true,"multiprocessCompatible":true},"google@search.mozilla.org":{"version":"1.4","scope":4,"type":"extension","updateDay":null,"isSystem":false,"isWebExtension":true,"multiprocessCompatible":true},"amazondotcom@search.mozilla.org":{"version":"1.7","scope":4,"type":"extension","updateDay":null,"isSystem":false,"isWebExtension":true,"multiprocessCompatible":true},"wikipedia@search.mozilla.org":{"version":"1.3","scope":4,"type":"extension","updateDay":null,"isSystem":false,"isWebExtension":true,"multiprocessCompatible":true},"bing@search.mozilla.org":{"version":"1.6","scope":4,"type":"extension","updateDay":null,"isSystem":false,"isWebExtension":true,"multiprocessCompatible":true},"ddg@search.mozilla.org":{"version":"1.4","scope":4,"type":"extension","updateDay":null,"isSystem":false,"isWebExtension":true,"multiprocessCompatible":true},"ebay@search.mozilla.org":{"version":"1.4","scope":4,"type":"extension","updateDay":null,"isSystem":false,"isWebExtension":true,"multiprocessCompatible":true}},"theme":{},"activeGMPlugins":{"gmp-gmpopenh264":{"version":"2.3.2","userDisabled":false,"applyBackgroundUpdates":1},"gmp-widevinecdm":{"version":"4.10.2710.0","userDisabled":false,"applyBackgroundUpdates":1}}},"experiments":{"home-and-newtab-wallpapers-v1-spotlight":{"branch":"control","type":"nimbus-nimbus"},"long-term-holdback-2024-h2-velocity-desktop":{"branch":"delivery","type":"nimbus-nimbus"},"july-moments-page-fakespot":{"branch":"treatment-a","type":"nimbus-nimbus"},"persist-search-term-rollout-phase-1":{"branch":"control-rollout","type":"nimbus-rollout"},"product-insight-telemetry-via-server-knobs-rollout-release":{"branch":"control-rollout","type":"nimbus-rollout"},"csv-import-release-rollout":{"branch":"enable-csv-import","type":"nimbus-rollout"},"upgrade-spotlight-rollout":{"branch":"treatment","type":"nimbus-rollout"},"extensions-migration-in-import-wizard-116-rollout":{"branch":"control","type":"nimbus-rollout"},"ech-roll-out":{"branch":"rollout","type":"nimbus-rollout"},"add-an-image-to-pdf-with-alt-text-rollout":{"branch":"control","type":"nimbus-rollout"},"address-autofill-desktop-pref-release-rollout":{"branch":"enable-address-autofill","type":"nimbus-rollout"},"highlighting-in-pdfs-rollout":{"branch":"treatment","type":"nimbus-rollout"},"serp-categorization-and-consolidated-search-config-us-desktop-relaunch":{"branch":"control","type":"nimbus-rollout"},"device-migration-q4-spotlights-remaining-population":{"branch":"treatment","type":"nimbus-rollout"},"us-review-checker-rollout-v2":{"branch":"treatment-a","type":"nimbus-rollout"},"home-and-newtab-weather-with-location-selector":{"branch":"control","type":"nimbus-rollout"},"disable-redirects-for-authretries":{"branch":"control","type":"nimbus-rollout"}}} TelemetryServerURL: https://incoming.telemetry.mozilla.org TelemetrySessionId: fdcdb1fc-5351-413e-b39c-2ef8601d27fa Throttleable: 1 TotalPhysicalMemory: 17179869184 UptimeTS: 2.52724791 Vendor: Mozilla Version: 128.0 useragent_locale: en-US This report also contains technical information about the state of the application when it crashed.

Stillet af Ale Z for 4 dage siden