https://bugzilla.wikimedia.org/show_bug.cgi?id=65010
--- Comment #4 from Fomafix <[email protected]> --- The original tooltip is the tooltip from PHP. This contains title text and the access key text at the end for compatibility with clients without JavaScript. Without regex the title text has to transfered on a alternative way to JavaScript. mediawiki.page.watch.ajax.js has this because it changes the title text. When a script changes only the access key and without changing the title text the title text is normally not available and the regex is necessary to extract the title text from the tooltip. attr hook seams to be a good idea. -- 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
