In WIkidata, there is a false warning of "Your skin is incompatible with VisualEditor"
- No VE for entities
- Vector is compatible with VE
In WIkidata, there is a false warning of "Your skin is incompatible with VisualEditor"
This appears on all wikidata item pages: https://www.wikidata.org/wiki/Q45554042
This is similar to T186174. VE is attempting to register itself because wgIsArticle is true, but then stops because the page doesn't have the correct UI components for article editing.
The first question would be are wikidata sure they want wgIsArticle to be true on item pages?
The first question would be are wikidata sure they want wgIsArticle to be true on item pages?
I suppose this is correct, usually the main/content namespace is "wgIsArticle" (I dont know of any wiki site for which it is false in the main NS).
Possibly this warning can be shown also based on a check with wgVisualEditorConfig.namespaces?
The text of this error is obviously incorrect, but given that the visual editor is not meant to work on Wikidata, this is not high priority.