https://bugzilla.wikimedia.org/show_bug.cgi?id=29592

       Web browser: ---
             Bug #: 29592
           Summary: WebChat iframe with based on screensize
           Product: MediaWiki extensions
           Version: any
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: Unprioritized
         Component: Wikilog
        AssignedTo: [email protected]
        ReportedBy: [email protected]
    Classification: Unclassified


Created attachment 8708
  --> https://bugzilla.wikimedia.org/attachment.cgi?id=8708
Example patch

Extension:WebChat (http://www.mediawiki.org/wiki/Extension:WebChat) uses an
iFrame to display content, that is automatically resized to screen width.  This
forces the user to resize the browser to be unnecessarily wide. 

This is caused by /trunk/extensions/WebChat/WebChat_body.php, in function
execute().

The attachment shows a sample change on how to fix the problem. It changes the
iFrame width to 100%, letting the browser to resize the iFrame itself rather
than hacking it through Javascript.

A sample fix is found on StrategyWiki, and may be copied from there.

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
------- 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

Reply via email to