User tests: Successful: Unsuccessful:
Pull Request for Issue # .
Don't use unnecessary closure, just use jQuery ready function.
Use javsacript strict mode
use event delegation where possible
Make tooltips and button groups work properly with repeatable subforms
Use beez3.
Create a page with a repeatable subform containing a radiobutton field with the btn-group class.
Expect newly created rows to initialize btn-groups properly.
Yes, it works.
No.
| Status | New | ⇒ | Pending | 
| Category | ⇒ | JavaScript Front End Templates (site) | 
I have tested this item 
Fails with error:
ReferenceError: label is not defined template.js:14:8
| Labels | 
                                        Added: 
?
 | 
    ||
I have tested this item 
Just as a hint for testers (Beez doesn't load Bootstrap css always):
Deactivate this line before tests:
https://github.com/joomla/joomla-cms/blob/staging/templates/beez3/index.php#L41
to get the buttons styled correctly. Subforms don't look nice then but it is sufficient to test the concern of this pr.
I have tested this item 
| Status | Pending | ⇒ | Ready to Commit | 
RTC
| Labels | 
                                        Added: 
?
 | 
    ||
It took some time to merge but thanks for you fix.
| Status | Ready to Commit | ⇒ | Fixed in Code Base | 
| Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2019-12-05 22:44:36 | 
| Closed_By | ⇒ | HLeithner | 
This basically an alternative to #19722 with additional improvements and cleanup.