You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I saw in js/commands/info.js is used the zero width space entity #8203 to mark the any single element of a file path.
As you can see in the screenshot below the info box displays correctly the informations but when I copy the path displayed and I past it in a browser I get a 404 error since the browser considers the #8203 as a regular char.
Is it possible to remove #8203 from the displayed path ?
The text was updated successfully, but these errors were encountered:
@nanghele , @fortcms "Zero Width Space" is inserted for the purpose of appropriately breaking a long path when the dialog width is narrow. If you want to get the item URL, right click on the "link" item and obtain the URL.
@nao-pon in the screenshot the field "Percorso" is not a link. It would be nice an useful to copy this path string and paste into a browser as a part of URI without bringing that special char.
Hi,
I saw in js/commands/info.js is used the zero width space entity #8203 to mark the any single element of a file path.
As you can see in the screenshot below the info box displays correctly the informations but when I copy the path displayed and I past it in a browser I get a 404 error since the browser considers the #8203 as a regular char.
Is it possible to remove #8203 from the displayed path ?
The text was updated successfully, but these errors were encountered: