Index: trunk/phase3/skins/common/wikibits.js |
— | — | @@ -484,9 +484,7 @@ |
485 | 485 | || navigator.userAgent.toLowerCase().indexOf('mac') != -1 |
486 | 486 | || navigator.userAgent.toLowerCase().indexOf('konqueror') != -1 ) { |
487 | 487 | tooltipAccessKeyPrefix = 'ctrl-'; |
488 | | -} else if (is_ff2_x11) { |
489 | | - tooltipAccessKeyPrefix = 'ctrl-shift-'; |
490 | | -} else if (is_ff2_win) { |
| 488 | +} else if (is_ff2_x11 || is_ff2_win) { |
491 | 489 | tooltipAccessKeyPrefix = 'alt-shift-'; |
492 | 490 | } |
493 | 491 | var tooltipAccessKeyRegexp = /\[(ctrl-)?(alt-)?(shift-)?(esc-)?.\]$/; |
Index: trunk/phase3/includes/DefaultSettings.php |
— | — | @@ -1109,7 +1109,7 @@ |
1110 | 1110 | * to ensure that client-side caches don't keep obsolete copies of global |
1111 | 1111 | * styles. |
1112 | 1112 | */ |
1113 | | -$wgStyleVersion = '51'; |
| 1113 | +$wgStyleVersion = '52'; |
1114 | 1114 | |
1115 | 1115 | |
1116 | 1116 | # Server-side caching: |
Index: trunk/phase3/RELEASE-NOTES |
— | — | @@ -141,6 +141,8 @@ |
142 | 142 | made with the new field left blank. |
143 | 143 | * Allow sending per-user contribution requests to "contributions" query group |
144 | 144 | * (bug 3717) Update user count for AuthPlugin account autocreation |
| 145 | +* (bug 8719) Firefox release notes lie! Fix tooltips for Firefox 2 on x11; |
| 146 | + accesskeys default settings appear to be same as Windows. |
145 | 147 | |
146 | 148 | |
147 | 149 | == Languages updated == |