OpenCue icon indicating copy to clipboard operation
OpenCue copied to clipboard

CueSubmit table header looks weird on Windows 11

Open nyqvistatwork opened this issue 2 years ago • 2 comments

Describe the bug Table header for Submission Details at the bottom of the GUI looks weird.

To Reproduce Steps to reproduce the behavior:

  1. Install cuesubmit, pycue and pyoutline from tars
  2. Launch cuesubmit

Expected behavior Screenshot from https://www.opencue.io/docs/quick-starts/quick-start-linux/ image

Screenshots Screenshot from my desktop image

Version Number 0.21.13

nyqvistatwork avatar Feb 03 '23 09:02 nyqvistatwork

Thanks for the report!

Yeah, it looks like the stylesheet we're using in CueSubmit is not being properly applied on Windows 11, and some default OS styling is being used instead.

It's probably a relatively easy fix, but unfortunately I don't have a Windows 11 instance at hand to try to reproduce this at the moment.

I'll see what I can do but if any other developers see this and have an easy way to reproduce, please let us know!

bcipriano avatar Feb 10 '23 16:02 bcipriano

Hello, I did a fix on this for Windows (tested on Win 10-11). It is part of this PR : https://github.com/AcademySoftwareFoundation/OpenCue/pull/1269 I can make a new PR with only that fix to avoid mixing with the other features. If someone could test on linux !

Last row is selected, the one above is hovered: image

KernAttila avatar Mar 15 '23 17:03 KernAttila