Level 1
Level 2
Melden Sie sich an, um alle Badges zu sehen
Hi All,
We are using AEM 6.1 in Touch UI and faced with issue that copied component into clipboard has no expiration (Stored in Local Storage).
Is there a way to clean clipboard via UI (Without manually clearing local storage)?
Thank you in advance!
Gelöst! Gehe zu Lösung.
Zugriffe
Antworten
Likes gesamt
We have an option to clear clipboard when component is copied in classic UI.
Never saw an option in Touch UI. This looks interesting.
Zugriffe
Antworten
Likes gesamt
Never heard of this issue. Lets see if other ppl have seen this.
Zugriffe
Antworten
Likes gesamt
We have an option to clear clipboard when component is copied in classic UI.
Never saw an option in Touch UI. This looks interesting.
Zugriffe
Antworten
Likes gesamt
Yes I am also facing this issue in touch UI. Do we have option to check clipboard content?
Zugriffe
Antworten
Likes gesamt
I just came across this issue myself and needed a solution:
There is a javascript API you can access.
Granite.author.clipboard.clear()
If you create a browser bookmark and paste in this script in place of the URL it will clear the TouchUI clipboard when clicked.
javascript:(function()%7BGranite.author.clipboard.clear()%3B%7D)()
replace &colon with a normal colon. It has been converted for forum safety.
Zugriffe
Antworten
Likes gesamt
Zugriffe
Likes
Antworten
Zugriffe
Likes
Antworten