https://bugzilla.wikimedia.org/show_bug.cgi?id=49445
--- Comment #2 from Matthias Mullie <[email protected]> --- I'm confused here. Braindump: * The AFTv5 form shows up, then is hidden again immediately. Only in non-compatibility mode, other mode (as well as IE8 & IE7 work fine) * F12 developer tools shows that AFTv5 is actually there, but has a display:none * Getting rid of the display:none using F12 developer tools, displays AFTv5 again, and it's fully functional Temp. conclusion here: none of AFTv5's "can the form be displayed on this page" is the reason for the form not to be there; it is actually there. * Judging from F12 developer tools, the display:none is on .articleFeedbackv5. The one in jquery.articleFeedbackv5.css, line 12. Wrapper inside an @media print {} At this point, perhaps ResourceLoader is messing up the CSS, dropping or making something invalid out of the @media print (since it obviously not only displays on print). However, it should also be erroneous on other browsers. * Capturing requests, I find ResourceLoader returns this: @media print{.articleFeedbackv5{display:none}} - looks like perfectly valid & correct CSS to me At this point, I'm out of potential culprits. The CSS that is making the form disappear seems perfectly valid & should not be applied on a non-print media. I'd blame IE9, but a quick "google" doesn't reveal similar issues. -- You are receiving this mail because: You are the assignee for the bug. You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
