#17467 closed defect (bug) (fixed)
TinyMCE focus problems in IE9
Reported by: |
|
Owned by: |
|
---|---|---|---|
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)
Change History (8)
#2
follow-up:
↓ 3
@
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
@
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
@
14 years ago
- Milestone set to Awaiting Review
- Resolution worksforme deleted
- Status changed from closed to reopened
#5
@
14 years ago
- Keywords has-patch added; needs-patch removed
Changing padding to margin on body.mceContentBody seems to fix it. See 17467.diff
Note: See
TracTickets for help on using
tickets.
Same in WordPress 3.1. It works with IE9 compatibility mode.