Lea Hayes

Results 17 comments of Lea Hayes

There are no queued jobs in the CMS and this issue is persistent (in the sense, the query always returns this). Is there a way to force the "Updating element...

![image](https://user-images.githubusercontent.com/554215/78455999-4224c000-7699-11ea-9acc-3f6162293bd8.png)

The issue is inside your custom property drawer. Unity provides two methods that should be overridden; [GetPropertyHeight](https://docs.unity3d.com/ScriptReference/PropertyDrawer.GetPropertyHeight.html) and [OnGUI](https://docs.unity3d.com/ScriptReference/PropertyDrawer.OnGUI.html). So in your case, something like this (not tested): ```csharp [CustomPropertyDrawer(typeof(WordPicker.Choice))]...

I think that you just need to install git (https://git-scm.com/) and/or ensure that git is in your execution path.

Same issue. Editing the text version of the file is safer and should be the default given this bug imo.

I am seeing this issue as well in Craft 3.7.55.2: ![image](https://user-images.githubusercontent.com/554215/191799682-7c2999cd-a294-40ab-9865-aa757eddee4d.png) Saving the entry actually saves the `focus-visible` class.

I have the following problem with this workaround (in unit testing): > Execution context was destroyed, most likely because of a navigation.

Resaving did resolve the immediate issue although not sure what the original cause would have been.