Vilius Mačiulis
Vilius Mačiulis
Hello, had the same issue. If someone is looking for this, one workaround is to have your own trigger button, which triggers a click on label associated with the datepicker...
@dland512 Here it is: ``` Invoice Date ``` ``` triggerClick: function (id) { $('#order_invoices label[for=' + id + ']').click(); }, ``` The idea is to have label tag associated with...
It seems that deleting Default/Preferences fixes the profile, but then it forgets about installed extension. A workaround for my case is to delete Default/Preferences and then to load extension with...
Thanks for the help @sebdelsol . I don't have a fork, but I've implemented a workaround in my script which will help it to run while your fix gets to...
@sebdelsol In my case I'm opening and closing Chrome often. Maybe at some point when I try to open it again Chrome is not fully closed or maybe it needs...
No, I don't use prefs. All modifications are done with add_argument and execute_cdp_cmd. But thanks, I will try to delete that folder once the script crashes and I will check...
I've applied your patch with pnpm patch. When I edit the layout or one of its inner components it seems to trigger something, but the data in the browser is...
I know that this is a very old issue, but it might help someone in the future. I've noticed that I got this issue while using attributedText in the main...