User "Helder.wiki" posted a comment on MediaWiki.r91122. Full URL: https://secure.wikimedia.org/wikipedia/mediawiki/wiki/Special:Code/MediaWiki/91122#c19056 Commit summary:
Implementing tooltips for ArticleFeedback * Rating container needed 1em more height to avoid text going through the form options * Messages swapped on-hover based on context of the rating-star-hover, then shown on hover-in and hidden on hover-out Comment: Specifically, the message "I am highly knowledgeable about this topic (optional)" and the "submit" button could be hidden by default and the function [http://svn.wikimedia.org/viewvc/mediawiki/trunk/extensions/ArticleFeedback/modules/jquery.articleFeedback/jquery.articleFeedback.js?revision=91122&view=markup#l137 enableSubmission] which is called during the event <code>.find( '.articleFeedback-rating-label' )[http://svn.wikimedia.org/viewvc/mediawiki/trunk/extensions/ArticleFeedback/modules/jquery.articleFeedback/jquery.articleFeedback.js?revision=91122&view=markup#l762 .mousedown]</code> could be responsible by un-hiding the elements when the user clicks in some star. _______________________________________________ MediaWiki-CodeReview mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-codereview
