Make WordPress Core

Opened 14 years ago

Closed 14 years ago

Last modified 14 years ago

#17467 closed defect (bug) (fixed)

TinyMCE focus problems in IE9

Reported by: greuben's profile greuben Owned by: azaozz's profile azaozz
Milestone: 3.2 Priority: normal
Severity: normal Version: 3.1
Component: Editor Keywords: has-patch
Focuses: 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 14 years ago.

Download all attachments as: .zip

Change History (8)

#1 @ocean90
14 years ago

  • Version changed from 3.2 to 3.1

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

#2 follow-up: @azaozz
14 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.

#3 in reply to: ↑ 2 @greuben
14 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.

#4 @nacin
14 years ago

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

@greuben
14 years ago

#5 @greuben
14 years ago

  • Keywords has-patch added; needs-patch removed

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

#6 @azaozz
14 years ago

  • 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

#7 @ocean90
14 years ago

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