Opened 2 years ago

Closed 2 years ago

Last modified 2 years ago

#17467 closed defect (bug) (fixed)

TinyMCE focus problems in IE9

Reported by: greuben Owned by: azaozz
Priority: normal Milestone: 3.2
Component: Editor Version: 3.1
Severity: normal Keywords: has-patch
Cc:

Description

In IE9 if you click on tinymce editor, it does not get focus. You have to click on the very first line to get focus.

Attachments (1)

17467.diff (502 bytes) - added by greuben 2 years ago.

Download all attachments as: .zip

Change History (8)

  • Version changed from 3.2 to 3.1

Same in WordPress 3.1. It works with IE9 compatibility mode.

comment:2 follow-up: ↓ 3   azaozz2 years ago

  • Milestone Awaiting Review deleted
  • Resolution set to worksforme
  • Status changed from new to closed

Seems to be IE9 contentEditable change (this depends on the browser, not TinyMCE). Works in a similar way in FF3 and 4 too.

comment:3 in reply to: ↑ 2   greuben2 years ago

Replying to azaozz:

Seems to be IE9 contentEditable change (this depends on the browser, not TinyMCE). Works in a similar way in FF3 and 4 too.

If you change the TinyMCE skin to 'default' from 'wp_theme' it works fine. Maybe its a css issue.

  • Milestone set to Awaiting Review
  • Resolution worksforme deleted
  • Status changed from closed to reopened

greuben2 years ago

  • Keywords has-patch added; needs-patch removed

Changing padding to margin on body.mceContentBody seems to fix it. See 17467.diff

  • Owner set to azaozz
  • Resolution set to fixed
  • Status changed from reopened to closed

In [18066]:

Fix the spellchecker button for the visual editor.
Fix focusing the editor in IE, props greuben, fixes #17467

  • Milestone changed from Awaiting Review to 3.2
Note: See TracTickets for help on using tickets.