• Community
    • Community
    • Vivaldi Social
    • Blogs
  • Forum
    • Vivaldi Forum
    • Categories
    • Recent
    • Popular
  • Themes
    • Vivaldi Themes
    • My Themes
    • FAQ
  • Contribute
    • Contribute
    • Volunteer
    • Donate
  • Browser
    • Vivaldi Browser
    • Latest News
    • Snapshots
    • Help
Register Login

Vivaldi

  • Community
  • Themes
  • Contribute
  • Browser

Navigation

    • Home
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    1. Home
    2. Desktop
    3. Vivaldi for Linux
    4. File upload chooser prompt not working on any website

    File upload chooser prompt not working on any website

    Scheduled Pinned Locked Moved Vivaldi for Linux
    22 Posts 7 Posters 2.3k Views 4 Watching
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • DoctorG
      D
      DoctorG Soprano @vishv
      last edited by DoctorG

      @vishv Tested now on Ubuntu 23 with multiple workspaces; file dialog appears for me.
      Ubuntu 23.10 / GNOME 45.2 / Wayland / Kernel 6.5.0.14

      //EDIT: Perhaps i will try to install a Manjaro on my VM to test in the next hours. Sad, Manjaro crashes on Virtualbox, i can not test and invest more time.

      _bug hunter · Volunteer helper · Sopranos tester · Language DE,EN · ♀👵
      Known old dragon lady: Gwen aka Dr. Gwen Agon aka GwenDragon aka DoctorGTesting


      Linux Debian 12 KDE X11 / Windows 11 Pro
      Intel i5-7400 / NVidia GT 710

      1 Reply Last reply Reply Quote 0
    • D
      dphov
      last edited by dphov

      I'm impacted by the same issue

      On clicking "Upload file " or "Saving as PDF" nothing happens
      Example here
      Stack overflow answer

      Copying the example in case if link will broke

      function readSingleFile(e) {
        var file = e.target.files[0];
        if (!file) {
          return;
        }
        var reader = new FileReader();
        reader.onload = function(e) {
          var contents = e.target.result;
          displayContents(contents);
        };
        reader.readAsText(file);
      }
      
      function displayContents(contents) {
        var element = document.getElementById('file-content');
        element.textContent = contents;
      }
      
      document.getElementById('file-input')
        .addEventListener('change', readSingleFile, false);
      
      <input type="file" id="file-input" />
      <h3>Contents of the file:</h3>
      <pre id="file-content"></pre>
      

      Vivaldi version 6.8.3381.48

      System Info

                                   OS: Pop 22.04 jammy
                                   Kernel: x86_64 Linux 6.9.3-76060903-generic
               #####               
              #######              Packages: Unknown
              ##O#O##              Shell: zsh 5.8.1
              #######              Resolution: 1920x1080
            ###########            DE: GNOME 41.4
           #############           WM: i3
          ###############          GTK Theme: Dracula [GTK2/3]
          ################         Icon Theme: Dracula
         #################         Font: RobotoMono Nerd Font 12
       #####################       
       #####################       CPU: Intel Core i9-10885H @ 16x 5,3GHz [53.0°C]
         #################         GPU: Quadro T2000 with Max-Q Design
                                   RAM: 31790MiB
                                  
      

      xdg-desktop-portal-kde was installed

      1 Reply Last reply Reply Quote 0
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    • 1
    • 2
    • 2 / 2
    • First post
      Last post

    Copyright © Vivaldi Technologies™ — All rights reserved. Privacy Policy | Code of conduct | Terms of use | Vivaldi Status