Make WordPress Core

Opened 12 years ago

Closed 12 years ago

Last modified 12 years ago

#21348 closed defect (bug) (fixed)

IE7 crashes when opening Image Editor

Reported by: richardsoegito's profile richard.soegito Owned by: azaozz's profile azaozz
Milestone: 3.4.2 Priority: normal
Severity: normal Version: 3.4
Component: Media Keywords: has-patch
Focuses: Cc:

Description

Hi All,

Image editor consistently breaks in IE7. Every time I open then Image Editor (click on Edit Image button), IE 7 would hang and then crash.

Tested using Wordpress 3.4 and 3.4.1 with different machines and I got the same result.

I use Firebug to debug and can't find any script error. There's probably a long running script that is not suitable for IE7?

This requires an urgent fix as this feature would just kill the entire browser.

Hope to see any suggestion / fix for this issue.

Thanks.

Change History (8)

#1 @c3mdigital
12 years ago

  • Component changed from Editor to Media
  • Keywords close added; needs-patch removed
  • Resolution set to invalid
  • Severity changed from blocker to normal
  • Status changed from new to closed
  • Version changed from 3.4.1 to 3.4

IE 7 is not fully supported in admin see #18199. This is a support issue not a bug.

#2 @helenyhou
12 years ago

  • Keywords close removed
  • Resolution invalid deleted
  • Status changed from closed to reopened

#18199 is an open ticket - IE7 is not deprecated at this moment.

#3 @c3mdigital
12 years ago

I did some testing on this issue with virtual machine with IE9 browser mode set to IE7 and document mode set to IE7 Standards. I was able to confirm the crash error report.

It was a stack overflow error traced back to imgAreaSelect. Updating the plugin to the latest version 0.9.9 fixed the crashing.

https://github.com/odyniec/imgareaselect/commit/c002444ccff3afefb0b47b24fe270ada675e913c#jquery.imgareaselect.dev.js

I'm going to create another ticket with updated 3rd party library.

Version 0, edited 12 years ago by c3mdigital (next)

#4 @nacin
12 years ago

  • Milestone changed from Awaiting Review to 3.4.2

#5 @SergeyBiryukov
12 years ago

Reproduced the crashing. The patch on #21363 works.

#6 @c3mdigital
12 years ago

  • Keywords has-patch added

#7 @azaozz
12 years ago

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

In [21346]:

Update ImgAreaSelect to 0.9.9 that fixes IE7 stack overflow error, props c3mdigital, fixes #21363, fixes #21348 for 3.4

#3 @azaozz
12 years ago

In [21347]:

Update ImgAreaSelect to 0.9.9 that fixes IE7 stack overflow error, props c3mdigital, fixes #21363, fixes #21348 for trunk

Note: See TracTickets for help on using tickets.