Index: trunk/phase3/RELEASE-NOTES |
— | — | @@ -79,6 +79,10 @@ |
80 | 80 | * (bug 19907) $wgCrossSiteAJAXdomains and $wgCrossSiteAJAXdomainsRegex added |
81 | 81 | to control which external domains may access the API via cross-site AJAX. |
82 | 82 | * $wgMaintenanceScripts for extensions to add their scripts to the default list |
| 83 | +* OutputPage::addStyle now appends projection to the media attribute of any |
| 84 | + style that specifies the media attribute as screen. This is done to resolve |
| 85 | + and issue with Opera (bug 18497) where fullscreen mode is assumed to be |
| 86 | + projection mode and the style sheet for screen media is no longer used. |
83 | 87 | |
84 | 88 | === New features in 1.16 === |
85 | 89 | |