| Summary: | "Description" text box is hidden in the window to upload video to youtube | ||
|---|---|---|---|
| Product: | [Frameworks and Libraries] frameworks-purpose | Reporter: | Patrick Silva <bugseforuns> |
| Component: | general | Assignee: | Aleix Pol <aleixpol> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | Keywords: | junior-jobs |
| Priority: | NOR | ||
| Version First Reported In: | 5.51.0 | ||
| Target Milestone: | --- | ||
| Platform: | Arch Linux | ||
| OS: | Linux | ||
| Latest Commit: | https://commits.kde.org/purpose/b244557c3c3f133291c89cf43240377ff4892ff6 | Version Fixed/Implemented In: | |
| Sentry Crash Report: | |||
| Attachments: |
demonstration
buttons overlap the text box |
||
TextArea in https://cgit.kde.org/purpose.git/tree/src/plugins/youtube/youtubeplugin_config.qml could need a sensible minimumHeight, maybe for two text lines. Created attachment 116584 [details]
buttons overlap the text box
on neon dev unstable both "Run" and "Cancel" buttons overlap "Description" text box.
Git commit b244557c3c3f133291c89cf43240377ff4892ff6 by Aleix Pol. Committed on 30/11/2018 at 18:18. Pushed by apol into branch 'master'. Allow the JobDialog to get a nicer initial size M +3 -2 src/widgets/JobDialog.qml https://commits.kde.org/purpose/b244557c3c3f133291c89cf43240377ff4892ff6 |
Created attachment 116205 [details] demonstration SUMMARY A window with hidden text box shows up every time I try to use Share feature in Dolphin to upload a video to youtube. I need to resize it manually. STEPS TO REPRODUCE 1. open Dolphin, right click on some video file 2. select "Share > Youtube" 3. a window to upload the video shows up OBSERVED RESULT "Description" text box is hidden on bottom, see the video please. EXPECTED RESULT window size should be sufficient to show "Description" text box. SOFTWARE/OS VERSIONS Linux/KDE Plasma: Arch Linux KDE Plasma Version: 5.14.3 KDE Frameworks Version: 5.51 Qt Version: 5.12 beta4 ADDITIONAL INFORMATION same thing on neon dev unstable.