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

--- Comment #1 from Brion Vibber <[email protected]> 2011-06-28 21:29:59 UTC 
---
Can confirm this with KDE 3.5.10 (OpenSuSE 11.1 LiveCD), but not with KDE 4.6.0
(OpenSuSE 11.4 LiveCD) -- there all tests run clean.

Is it worth cleaning up after an obsolete version of Konqueror?


In KDE 3.5.10, the loader test appears to load up the .js file ok but doesn't
fire the callback given to mw.loader.using(). Not sure the exact cause -- I'm
not sure exactly where the callbacks happen in there -- but it sounds hard to
debug with old Konqueror's lack of a debug console.


In KDE 3.5.10, the table sort test seems to fail because String.toLowerCase()
doesn't appear to work properly on accented characters -- the sort string
'Äpfel' should get lowercased to 'äpfel', then the regex should take the
matched 'ä', find it in its map, and return the matching 'ae'.

Instead it's staying as 'Äpfel' and looking for 'Ä' in the map, which isn't
there.

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
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