Re: [Interest] Crash in iOS 12 when Accessibility is ON

2018-10-26 Thread coroberti .
Hi Philippe, On windows, I've made a custom menu based on QWidgets. On iOS, I've integrated native Popovers with UITableViewController inside to serve as menus. It adds more native look and feel. Take care. Kind regards, Robert Iakobashvili On Fri, Oct 26, 2018 at 4:

Re: [Interest] Crash in iOS 12 when Accessibility is ON

2018-10-26 Thread maitai
Hi, Tried to put all I could think (tooltip, statustip, etc), no luck. I will go the hard way, using a custom class derived from both QAction and QAccessible... Philippe. Le 26-10-2018 10:34, coroberti . a écrit : Hi Philippe, What I've seen recently on Windows, QAction is not supporting plat

Re: [Interest] Crash in iOS 12 when Accessibility is ON

2018-10-26 Thread coroberti .
Hi Philippe, What I've seen recently on Windows, QAction is not supporting platform accessibility unlike QWidget derivatives. There are two paths to go there: 1. To make some derivative of QAction and implement QAccessible; 2. To make a custom menu from QWidget derivatives. Prior to going there,

Re: [Interest] Crash in iOS 12 when Accessibility is ON

2018-10-26 Thread coroberti .
Hi Philippe, Just voted for it. If you run the app from debugger and trigger the menu's action to reproduce, which backtrace stack of functions you see there? Kind regards, Robert Iakobashvili On Fri, Oct 26, 2018 at 10:01 AM maitai wrote: > > Hello, > > There has be

[Interest] Crash in iOS 12 when Accessibility is ON

2018-10-26 Thread maitai
Hello, There has been already 2 bug reports for that (QTBUG-70909 and QTBUG-70683), but it is not yet fixed and I am looking for a workaround, since lot of my users are complaining. To make a long story short, iOS 12 is crashing in UIAccessibility _axuiElementForNotificationData when for ins