Snaterlicious added a comment. Currently, at least regarding displaying the Property label, the `snakview` redraws its DOM on initialization--regardless of any existing DOM. On main Snak level, the Property label DOM is not visible since it is overlayed by the `statemengroupview` Property label. Some notes on the issue:
- `snakview` should not redraw the Property label DOM if it is initialized on existing DOM. - Regardless of that, there also needs to be a JS mechanism to apply language fall-back: For example, what about entering an Item reference specifying an Item ID? Currently, language fall-back is not applied during this action as it is a JS-only action. - `snakview` should probably not be touched before https://gerrit.wikimedia.org/r/#/c/186963/ is merged. - Regarding `snakview` refactoring, see also https://phabricator.wikimedia.org/T88271. TASK DETAIL https://phabricator.wikimedia.org/T88275 REPLY HANDLER ACTIONS Reply to comment or attach files, or !close, !claim, !unsubscribe or !assign <username>. EMAIL PREFERENCES https://phabricator.wikimedia.org/settings/panel/emailpreferences/ To: Snaterlicious Cc: thiemowmde, Snaterlicious, adrianheine, Aklapper, daniel, Wikidata-bugs, aude _______________________________________________ Wikidata-bugs mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs
