Last modified: 2011-02-07 11:07:56 UTC
Steps to reproduce 1. Open a wiki page in edit mode(IE7 or IE8). 2. Click on the any button available on wiki toolbar Actual Result User cannot insert commands into the wiki editor. Expected result User should be able to insert commands into the wiki editor. URL : http://prototype.wikimedia.org/rc-en/index.php/Main_Page Version : 1.17alpha (r80667)
1.17 blocker for Trevor
Testing in IE 8 on Windows 7: error is 'object doesn't support this property or method' blah in this bit of jquery.textSelection.js: if(context){ context.fn.restoreStuffForIE(); } It looks like no restoreStuffForIE function ever gets defined, so this may be a leftover of code that's been moved or dropped.
*** Bug 26825 has been marked as a duplicate of this bug. ***
(In reply to comment #2) > Testing in IE 8 on Windows 7: error is 'object doesn't support this property or > method' blah in this bit of jquery.textSelection.js: > > if(context){ > context.fn.restoreStuffForIE(); > } > > It looks like no restoreStuffForIE function ever gets defined, so this may be a > leftover of code that's been moved or dropped. Yes, it's a leftover of that function being renamed and callers not having been updated. Should be fixed in r80842.
Re-opening the bug.
Closing the bug