r108885 MediaWiki - Code Review archive
Repository:
MediaWiki
Revision:
<
r108884
|
r108885
|
r108886
>
Date:
00:40, 14 January 2012
Author:
krinkle
Status:
ok
Tags:
Comment:
[Core JS] Fix code from
r107327
which was broken by
r108222
-- Of course one most not assume the DOM is finished enough for #p-logo to be parsed, simply bind to document ready
Modified paths:
/trunk/phase3/skins/common/IEFixes.js
(modified) (
history
)
Diff
[
purge
]
Index: trunk/phase3/skins/common/IEFixes.js
—
—
@@ -63,10 +63,9 @@
64
64
}
65
65
};
66
66
67
-if( isMSIE55 ) {
68
- // Legacy modules are loaded from the bottom
69
- // No need to wait for DOMContentReady or window.onload
70
- fixalpha();
67
+if ( isMSIE55 ) {
68
+ // ondomready
69
+ $( fixalpha );
71
70
}
72
71
73
72
// fix ie6 disappering float bug
Past revisions this follows-up on
Revision
Commit summary
Author
Date
r107327
[Core JS] wikibits.js / IEFixes clean up...
krinkle
16:12, 26 December 2011
r108222
Set position => 'top' for wikibits, required to support legacy gadgets. Spott...
catrope
12:03, 6 January 2012
Status & tagging log
01:42, 1 March 2012
Krinkle
(
talk
|
contribs
)
changed the
tags
for r108885
[
removed:
frontend]
15:37, 20 January 2012
😂
(
talk
|
contribs
)
changed the
status
of r108885
[
removed:
new
added:
ok]
00:33, 18 January 2012
Siebrand
(
talk
|
contribs
)
changed the
tags
for r108885
[
added:
frontend]