https://bugs.kde.org/show_bug.cgi?id=459230

ratijas <m...@ratijas.tk> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
     Ever confirmed|0                           |1
             Status|REPORTED                    |CONFIRMED

--- Comment #4 from ratijas <m...@ratijas.tk> ---
I can reproduce it even without a second screen. Maybe it takes to ever had it
plugged in during current session, idk.

The outline is coming from this component in desktopgrid/main.qml:

> Repeater {
>     id: gridRepeater
> 
>     DesktopView {
>         id: thumbnail
> 
>         Rectangle {
>             anchors.fill: parent
>             color: "transparent"
>             border {
>                 color: PlasmaCore.Theme.highlightColor
>                 width: 1 / grid.scale
>             }
>             visible: parent.activeFocus
>         }

So, that means the first desktop view is holding an 'activeFocus'. More over,
it should be possible to switch with arrows between windows and different
desktops. It seems like an intended feature rather than a bug, though maybe
poorly and ambiguously communicated.

The only thing I'd fix here, is to focus on current desktop first. For example,
I'm on 3rd desktop (second row, first column), but the lop left one is still
the one that gets highlighted.

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to