https://bugzilla.wikimedia.org/show_bug.cgi?id=24237
--- Comment #9 from Derk-Jan Hartman <[email protected]> 2010-07-16 03:33:45 CEST --- Got it. the problem is in jquery.suggestions.js within configure, case suggestions: autoEllipsis() gets passed "matchedText". matchedText is always the text of the last suggestion in the list, with the substr length of context.data.prevText.length. So for "Doctor Who (" the last suggestion is "Doctor Who and the Silurians" and the matched text that is passed to autoellipsis is "Doctor Who a". If you add a breakpoint, you can actually see that during the building of the list of suggestions, "matchedText" is continuously updated to the last processed suggestion. -- 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
