briefcase icon indicating copy to clipboard operation
briefcase copied to clipboard

Selection highlight is not visible behind the checkbox if Detailed Status window was opened

Open mmarciniak90 opened this issue 5 years ago • 1 comments

Software versions

Briefcase current master Ubuntu 18.04

Problem description

Selection highlight is not visible behind the checkbox if Detailed Status window was opened

Steps to reproduce the problem

PUSH TAB

  1. User pushes some form
  2. User clicks on Details icon
  3. Selection highlight is not visible behind the whole row

Screenshot from 2019-04-12 12-20-34

EXPORT TAB

  1. User exports some form
  2. User clicks on Details icon

Screenshot from 2019-04-12 14-35-47

Expected behavior

Selection highlight is visible behind the whole row

mmarciniak90 avatar Apr 12 '19 10:04 mmarciniak90

Hi, @mmarciniak90!

I can't reproduce the issue in Ubuntu 18.04:

image

In any case, it looks like a bug in Swing, not in our code. Could you tell me what JVM version are you running, please? If I run java -version this is what I get:

briefcase master java -version
java version "1.8.0_181"
Java(TM) SE Runtime Environment (build 1.8.0_181-b13)
Java HotSpot(TM) 64-Bit Server VM (build 25.181-b13, mixed mode)

ggalmazor avatar Apr 15 '19 05:04 ggalmazor