User "Brion VIBBER" posted a comment on MediaWiki.r99837. Full URL: http://www.mediawiki.org/wiki/Special:Code/MediaWiki/99837#c24655 Commit summary:
use jquery fqncybox for rules display Comment: Did the revert for now (r100433). Things to test/fix if considering adding this back: # embed the link into the first message via a $ parameter (and replace it instead of appending), for proper i18n construction. not all languages will put that part of the sentence at the end! # set the link's href to point at the actual page, so you can right-click or middle-click to copy/paste the URL or open in new window. you can still handle a click(), just remember to do e.preventDefault() to cancel default handling # see if it's possible to let the box expand to full height rather than embedded scrolling; on touchscreen systems eg iPad or iPhone) it doesn't always work # add a "open in full window" link within the popup so you can get to the full page for bookmarking _______________________________________________ MediaWiki-CodeReview mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-codereview
