Closed
Description
Hello,
not sure that this is an issue with jQuery UI, but I think it is worth to report it
In Active Admin, we were trying to upgrade jQuery UI to 1.14.1 from 1.13.2, but one of our specs related to the tabs component was failing.
The failure is related to the way Active Admin creates the fragment name when it contains just an emoji, which is the same way GitHub creates fragments in markdown to HTML conversion
Example: ☺️
=> %EF%B8%8F
Reproducible test case:
Code taken from: https://jqueryui.com/tabs/
- ✅ v1.14.0 https://jsfiddle.net/tagliala/dkLa4v7e/8
- ❌ v1.14.1 https://jsfiddle.net/tagliala/dkLa4v7e/9
Expected

Actual

Refs: