Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Horizontal scrollbar in chat window while video preview loads #15477

Closed
jaywink opened this issue Oct 15, 2020 · 3 comments
Closed

Horizontal scrollbar in chat window while video preview loads #15477

jaywink opened this issue Oct 15, 2020 · 3 comments
Labels
A-Media A-Timeline P2 S-Minor Impairs non-critical functionality or suitable workarounds exist T-Defect

Comments

@jaywink
Copy link
Member

jaywink commented Oct 15, 2020

Description

After switching to a room with a video file, before the preview loads, I can see a horizontal scrollbar.

Selection_777

Once the preview loads, the scrollbar disappears.

Version information

  • Platform: desktop
  • OS: Ubuntu 20.04
  • Version: nightly 2020101401
@t3chguy
Copy link
Member

t3chguy commented Oct 15, 2020

Related #6881

@jaywink
Copy link
Member Author

jaywink commented Oct 15, 2020

After it loads the preview is quite small in screen estate:

Selection_780

The decrypted message with some bits replaced:

{
  "room_id": "!foobar:domain.tld",
  "type": "m.room.message",
  "content": {
    "body": "video.m4v",
    "info": {
      "size": 73622443,
      "mimetype": "video/mp4",
      "thumbnail_info": {
        "w": 800,
        "h": 450,
        "mimetype": "image/jpeg",
        "size": 2459
      },
      "w": 1280,
      "h": 720,
      "thumbnail_file": {
        "v": "v2",
        "key": {
           .....
        },
        "iv": "...",
        "hashes": {
          "sha256": "..."
        },
        "url": "mxc://domain.tld/foobar",
        "mimetype": "image/jpeg"
      }
    },
    "msgtype": "m.video",
    "file": {
      "v": "v2",
      "key": {
          ....
      },
      "iv": "....",
      "hashes": {
        "sha256": "....."
      },
      "url": "mxc://domain.tld/foobar",
      "mimetype": "video/mp4"
    }
  }
}

@jryans jryans added defect P2 S-Minor Impairs non-critical functionality or suitable workarounds exist A-Media A-Timeline labels Oct 21, 2020
@jryans jryans removed defect labels Mar 4, 2021
@t3chguy
Copy link
Member

t3chguy commented May 7, 2022

This got fixed

@t3chguy t3chguy closed this as completed May 7, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-Media A-Timeline P2 S-Minor Impairs non-critical functionality or suitable workarounds exist T-Defect
Projects
None yet
Development

No branches or pull requests

3 participants