There is 1 comment.
 
 
XWiki Platform / cid:jira-generated-image-avatar-85b39e39-8166-4c24-9ad0-e778626cbe2a XWIKI-23684 Closed

Remove deprecated withTip polyfill

 
View issue   ยท   Add comment
 

1 comment

 
cid:jira-generated-image-avatar-01e9f3ac-2f7f-4a8b-8990-76753994caa1 Vincent Massol on 26/Jan/26 14:14
 

I'd like to understand if this issue is a regression and if it's breaking extensions or custom code using the .withTips and .useTitleAsTip classes.

These 2 classes were APIs documented on https://www.xwiki.org/xwiki/bin/view/Documentation/DevGuide/FrontendResources/SpecialCSSClasses and they've now been removed: https://www.xwiki.org/xwiki/bin/view/Documentation/DevGuide/FrontendResources/SpecialCSSClasses/?viewer=changes&rev1=16.6&rev2=17.1&

I've also seen lots of commits removing these classes from contrib extensions. For example: https://github.com/xwiki-contrib/extension-tweak/commit/4b14cbe9bd62176f9ff209db87253f149afd51ac

Since this is removing some API, I was expecting to see a proposal/vote to remove them.

I'm worried that we're breaking extensions/custom code with that change, without a proper discussion.

Thanks