https://bugzilla.wikimedia.org/show_bug.cgi?id=50193

Bartosz Dziewoński <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Priority|Normal                      |Low
             Blocks|                            |700
            Summary|bug in collapsibleTabs that |bug in collapsibleTabs:
                   |causes exception: null !=   |null != undefined,
                   |nudefined                   |undefined variables passed
                   |                            |to .data()
           Severity|normal                      |minor

--- Comment #4 from Bartosz Dziewoński <[email protected]> ---
This currently doesn't cause any bad behavior as far as I can see ($settings
will never be undefined, apparently), but it's obviously a bug.

There's also something else in this file:

// XXX: 'data' is undefined here, should the 'data' from the outer scope have
// a different name?
$( this ).detach().prependTo( target ).data( 'collapsibleTabsSettings', data );


It would be nice if someone spent some time trying to understand what all that
code is doing.

Adjusting bug summary and metadata.

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to