Same as T155325, except for PictureGame
Description
Details
Related Objects
- Mentioned Here
- T155325: QuizGame image upload frame doesn't fully show
Event Timeline
It is!
Can I work on this?
Please do! (And please feel free to add me as a reviewer for any and all patches.)
@Swayamsrk: Hi and welcome! :) Also see https://www.mediawiki.org/wiki/How_to_become_a_MediaWiki_hacker#Feedback,_questions_and_support and below
Hey @SamanthaNguyen, could you please indicate the steps to reproduce the error? What's the namespace for accessing PictureGame?
Samantha's not currently actively working on social tools. You can access the main PictureGame special page at Special:PictureGameHome. Specifically you'll want to be on the form for creating a new picture game; the URL will be something like http://localhost/devwiki/index.php?title=Special:PictureGameHome&picGameAction=startCreate
Ensure that you're logged in as a user who can upload files (and that file uploads *are* enabled in the first place!) and that the copy-by-upload feature ($wgAllowCopyUploads = true;) is enabled in your wiki's LocalSettings.php and that a user group that you're a member of has the upload_by_url user right.
Once these prerequisites are met and you're on the aforementioned special page, the UI glitch that this ticket describes should be painfully obvious.
I look forward to reviewing your patch!
Hey @ashley, thanks for spending some time describing the issue in more detail.
Here's the screenshot I have. From what I can see, the upload frames seem to be partially cut. The upload buttons and other parts of the form do not appear.
I'll give it a try.
Change 617827 had a related patch set uploaded (by African Hope; owner: African Hope):
[mediawiki/extensions/PictureGame@master] v3.4.1 - Fix the height and width of the image upload frame in PictureGame special page