[chrome 49 (2016-03-02)] Missing Tabber in backend Edit item

More
5 years 3 weeks ago #76329 by fjp
I agree it's difficult. I can at least confirm that it makes things work form him if I change the following code from tabber-minimized.js
Code:
Element.prototype.tabber_hasClass = function(className) { if (!!this.classList) { return this.classList.contains(className); } else { return !!this.className.match(new RegExp('(\\s|^)' + className + '(\\s|$)')); } }
into
Code:
Element.prototype.tabber_hasClass = function(className) { return !!this.className.match(new RegExp('(\\s|^)' + className + '(\\s|$)')); }

From what I've read I understood the className.match construction is orginally used for older browsers with no implementation for classList.contains. Probably his browser suffers in some way from a similar problem. For other users, in other browsers, this solution seems to work as well, albeit maybe not as efficient.
I'll advise him to find ways to buy a more modern computer or OS/browser.

Please Log in or Create an account to join the conversation.

More
5 years 3 weeks ago #76330 by ggppdk
Hello

ok i am afraid it will not work with
chrome 49 [2016-03-02]


-- Flexicontent is Free but involves a big effort on our part.
Like the our support? (for a bug-free FC, despite having a long list of functions) Like the features? Like the ongoing development and future commitment to FLEXIcontent?
-- Add your voice to the FLEXIcontent JED listing with a 5-star...

Please Log in or Create an account to join the conversation.

More
5 years 3 weeks ago - 5 years 3 weeks ago #76331 by ggppdk
Hello

i will try to download this particular old version of chrome (v0.49) (the last version for windows XP / Vista) to test with it,
if easy will make a patch


-- Flexicontent is Free but involves a big effort on our part.
Like the our support? (for a bug-free FC, despite having a long list of functions) Like the features? Like the ongoing development and future commitment to FLEXIcontent?
-- Add your voice to the FLEXIcontent JED listing with a 5-star...
Last edit: 5 years 3 weeks ago by ggppdk.

Please Log in or Create an account to join the conversation.

Moderators: vistamediajoomlacornerggppdk
Time to create page: 0.845 seconds
Save
Cookies user preferences
We use cookies to ensure you to get the best experience on our website. If you decline the use of cookies, this website may not function as expected.
Accept all
Decline all
Essential
These cookies are needed to make the website work correctly. You can not disable them.
Display
Accept
Analytics
Tools used to analyze the data to measure the effectiveness of a website and to understand how it works.
Google Analytics
Accept
Decline