Tab not chaning tab-pane when element id attribute is a UUID.
Created by: JRSofty
Issue occurs on Windows 10 x64 Desktop, testing with Firefox 62 (64bit) using Bootstrap 4.1.3 (Tests with Bootstrap 4.0.0 does not show this problem).
The problem is that when using UUID or GUID for id attributes for the tab-pane of the tab functionality the change in the tab itself occurs but the tab pane is not changed. No messages are logged in the browser console. The classes "show" and "active" do not appear for the tab-pane with the provided id.
Use of shorter id names does seems to work.
When tested against the Bootstrap 4.0.0 version the problem did not occur, and UUID/GUID could be used for element id.
I have attached an index.html file (zipped) that shows the failing functionality with version 4.1.3 using the libraries from the CDN. Problem seems to also appear using version 4.1.2. However, version 4.1.1 works as expected.