Page MenuHomePhabricator

User cannot insert any commands by clicking on the wiki buttons on toolbar in Internet explorer browsers
Closed, ResolvedPublic

Description

Author: nadeejw

Description:
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)


Version: 1.17.x
Severity: blocker
OS: Windows XP
Platform: PC

Details

Reference
bz26827

Event Timeline

bzimport raised the priority of this task from to Medium.Nov 21 2014, 11:16 PM
bzimport set Reference to bz26827.

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.

nadeejw wrote:

Re-opening the bug.