IceCubesApp icon indicating copy to clipboard operation
IceCubesApp copied to clipboard

Bug: Dismissing Context Menu will trigger click on underlying elements

Open pReya opened this issue 1 year ago • 1 comments

Environment:

  • OS: iOS 16.6
  • IceCubesApp version: 1.7.3

Description

The context menu (which can be triggered by tapping the "three dots" icon in the top right corner of every toot) can be closed/dismissed by tapping anywhere outside of the menu. However this "closing tap" will still be registered as a normal tap. So whatever you tap on, will still be the tap target. Instead, the tap outside of the menu should only close the menu.

Related Issues

This is especially annyoing due to #1528, where this context menu is triggered a lot by accident.

pReya avatar Aug 10 '23 09:08 pReya

Apparently this is due to a bug in SwiftUI, and needs to be fixed by Apple :(

https://mastodon.online/@IceCubesApp/111703190993267566

pReya avatar Jan 05 '24 11:01 pReya