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
I think more extensions should be supported when extracting information on the current page. The following is a list of extensions that will be added and an example of their raw URL and titles when copied without support;
During testing I've discovered that the current IE Tab support is broken and attempting to use URL Copy on a page when IE Tab is active will result in an error.
The problem appears to be with the extracted URL no longer being decoded. The fix is simply ensuring decodeURIComponent is called with the extracted URL before being returned. This will also be required for IE Tab Multi (Enhance).
IE Tab Multi (Enhance) only sometimes has [escape] in the query string in which case decodeURIComponent should be called. This appears to happen when accessed via the context menu but may occur at other times (unimportant comment).
Also, it seems that the value of the query string is only populated when first loaded and not updated when the user navigates to another page within the container. I will contact the developer in the hope that this can be changed in an update.
These problems will probably exist in Mozilla Gecko Tab as well as it's made by the same developer.
This issue has been fixed and additional support has been added.
IE Tab Multi and Mozilla Gecko Tab extensions do not update the URL of the tab as the user navigates to other pages so the URL will always be that which they were originally activated on. I've asked the developer of these extensions to make an update so that new pages are tracked in the URL. This is not something that can be fixed/bypassed on my end so fingers crossed they make the required changes.
I think more extensions should be supported when extracting information on the current page. The following is a list of extensions that will be added and an example of their raw URL and titles when copied without support;
IE Tab Classic
IE Tab Multi (Enhance)
Mozilla Gecko Tab
The above examples were based on this information;
It will be best if the supported extensions mechanism is redesigned to easily support multiple extensions.
The text was updated successfully, but these errors were encountered: