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

       Web browser: ---
             Bug #: 39504
           Summary: JavaScript error thrown because of wrong css selectors
                    in skins.vector javascript module
           Product: MediaWiki
           Version: unspecified
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: minor
          Priority: Unprioritized
         Component: Skin: Vector
        AssignedTo: [email protected]
        ReportedBy: [email protected]
                CC: [email protected], [email protected],
                    [email protected]
    Classification: Unclassified
   Mobile Platform: ---


See the javascript module "skins.vector"

http://bits.wikimedia.org/en.wikipedia.org/load.php?debug=true&lang=de&modules=skins.vector&only=scripts&skin=vector&*

On line 7 the following thing is done:
  $( 'h5:first a:first', this )

This could not work - "first" is no valid css pseudo-class, leading to an
javascript error in the jQuery library. Maybe "first-child" is meant, but I do
not really now, what the purpose of this script is, so I don't really know how
to fix it.

At least it's annoying to have JavaScript errors thrown ;).

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
------- 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