[dolphin] [Bug 473009] right click in dolphin on wayland

2023-08-04 Thread Paolo M.
https://bugs.kde.org/show_bug.cgi?id=473009

--- Comment #2 from Paolo M.  ---
(In reply to Nate Graham from comment #1)
> Does it happen in any other apps as well, or just Dolphin?

other apps? are there other file manager? Oh, wait, there is konqueror. I've
just installed and now I can confirm that this happens also on konqueror (if
you follow the same steps to reproduce it that I wrote before).
I'm not a developer and now i don't know the most appropriate category for this
report.

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

[dolphin] [Bug 473009] New: right click in dolphin on wayland

2023-08-04 Thread Paolo M.
https://bugs.kde.org/show_bug.cgi?id=473009

Bug ID: 473009
   Summary: right click in dolphin on wayland
Classification: Applications
   Product: dolphin
   Version: 23.04.3
  Platform: Archlinux
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: dolphin-bugs-n...@kde.org
  Reporter: paolomil...@rocketmail.com
CC: kfm-de...@kde.org
  Target Milestone: ---

SUMMARY
***
When the dolphin window is not full screen and its size is relatively small and
the window is located at the bottom of the screen, holding down the right mouse
button on a file brings up the menu but the selected item is higher than the
mouse position. This bug doesn't happen on X11. Maybe it easier to show you:
https://peertube.io/w/hpv9h7QwhzLVkv4goYBCww
***


STEPS TO REPRODUCE
1. dolphin window must not be full screen but its window size should be small
2. dolphin window must be at the bottom of the screen
3. holding down the right mouse button brings up the menu but the selected item
is higher than the mouse position. Note: if you right click and release the
button, you cannot reproduce this bug, the right button must remain pressed.

OBSERVED RESULT
the selected menu item is higher

EXPECTED RESULT
the selected menu item is at the same height as the mouse (on X11 is ok)

SOFTWARE/OS VERSIONS
Windows: 
macOS: 
Linux/KDE Plasma: 6.4.7
(available in About System)
KDE Plasma Version: 5.27.7
KDE Frameworks Version: 5.108
Qt Version:  5.15.10+kde+r145-1

ADDITIONAL INFORMATION

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

[kdelibs] [Bug 226775] bug in KListWidget executed signal

2018-11-11 Thread Paolo M .
https://bugs.kde.org/show_bug.cgi?id=226775

Paolo M.  changed:

   What|Removed |Added

 Status|NEEDSINFO   |REPORTED
 Resolution|WAITINGFORINFO  |---

--- Comment #3 from Paolo M.  ---
It doesn't happen anymore. Just tested with qt 5.11.2 and kde frameworks 5.51

I've set the status to REPORTED as you told me, but you can close this bug
report. Thanks.

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

[frameworks-kirigami] [Bug 386470] New: The popup menu of Controls.ComboBox is shown under Kirigami.OverlaySheet

2017-11-02 Thread Paolo M .
https://bugs.kde.org/show_bug.cgi?id=386470

Bug ID: 386470
   Summary: The popup menu of Controls.ComboBox is shown under
Kirigami.OverlaySheet
   Product: frameworks-kirigami
   Version: 5.39.0
  Platform: Other
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: notm...@gmail.com
  Reporter: paolomil...@rocketmail.com
  Target Milestone: Not decided

I made a Kirigami.OverlaySheet sheet on which there is a Controls.ComboBox.
The popup menu of Controls.ComboBox is shown under Kirigami.OverlaySheet.

my system: linux box, artix distro, kirigami2 version 5.39.0-1
Code sample:

Kirigami.OverlaySheet
{
id: settings
ColumnLayout
  {
  Controls.Label
{
text: qsTr("Settings")
Layout.alignment: Qt.AlignHCenter
}

  RowLayout
{
Controls.Label
  {
  text: qsTr("Choose one: ")
  }
Controls.ComboBox
  {
  Kirigami.Theme.inherit: true
  currentIndex: 0
  model: ["one", "two", "three", "four"]
//  onCurrentIndexChanged: console.debug(currentIndex)
  }
}


The popup menu (one, two, three, four) is under the OverlaySheet (and it's very
difficult to select it)

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