Make WordPress Core

Opened 10 years ago

Closed 9 years ago

#29400 closed defect (bug) (fixed)

Resize handles around gallery in IE

Reported by: bduclos's profile bduclos Owned by: azaozz's profile azaozz
Milestone: 4.4 Priority: normal
Severity: normal Version: 3.9
Component: TinyMCE Keywords: has-patch dev-feedback
Focuses: javascript Cc:

Description

When inserting a gallery (Add Media, Create a new Gallery, Insert Gallery), in Visual Mode, resize handles appear on Internet Explorer (tested with IE9, IE10, IE11):
See http://i.imgur.com/mKIAmjy.jpg?1
Same when inserting audio or video using Add Media.

Also resize handles appear only on IE11 when Gallery has no items found.
See: http://i.imgur.com/zmyKOab.jpg?1

Attachments (1)

29400.patch (607 bytes) - added by azaozz 10 years ago.

Download all attachments as: .zip

Change History (10)

@azaozz
10 years ago

#1 @azaozz
10 years ago

29400.patch prevents the control selection (resize handles) in IE11 on the error messages. Don't see a good way to prevent them on inserting a view. It is a "cosmetic bug" but annoying.

#2 @helen
10 years ago

  • Version changed from trunk to 3.9

#3 @iseulde
10 years ago

  • Component changed from Editor to TinyMCE
  • Focuses javascript added
  • Keywords has-patch reporter-feedback added

This is reported against 3.9. Is this still an issue? I remember some changes for 4.0 here.

#4 @iseulde
10 years ago

Hm, though it was reported against trunk (4.0) at first.

#5 @bduclos
10 years ago

  • Keywords reporter-feedback removed
  • First issue: still happening (tested against 4.1 and trunk):

When inserting a gallery (Add Media, Create a new Gallery, Insert Gallery), in Visual Mode, resize handles appear on Internet Explorer (tested with IE9, IE10, IE11):
See http://i.imgur.com/mKIAmjy.jpg?1
Same when inserting audio or video using Add Media.

  • Second issue: fixed (tested against 4.1 and trunk)

Also resize handles appear only on IE11 when Gallery has no items found.

#6 @wonderboymusic
9 years ago

  • Milestone changed from Awaiting Review to 4.4
  • Owner set to azaozz
  • Status changed from new to assigned

perhaps you or @iseulde want to take a quick look?

#7 @DrewAPicture
9 years ago

  • Keywords dev-feedback added

@azaozz Patch still applies (with fuzz). Based on comment:5, what's left here?

#8 @azaozz
9 years ago

29400.patch is not a complete fix, won't work in all IE. Doesn't seem possible to fix all versions (without huge hacks) but wouldn't hurt adding it to fix at least IE11.

#9 @azaozz
9 years ago

  • Resolution set to fixed
  • Status changed from assigned to closed

In 35602:

TinyMCE: prevent resize handles in newer IE when inserting a wpView.

Fixes #29400.

Note: See TracTickets for help on using tickets.