Introduction of a Live Data properties popover menu
Version 2.1 by Manuel Leduc on 2021/07/15
Before XWiki 13.6, a double click on a property of a Live Data would switch it to edit mode. This mechanism was causing different issues, especially when the entries contain links.
We deactivate the double click and instead a popover is showed to the user.
On devices equipped with a mouse, the popover is showed when hovering an editable property and propose a single edit action.
On touch-based devices, the popover is showed on touch on editable entries, and on touch on any links. They respectively propose the edit and follow link actions (touching a link in an editable property propose both actions).