Ticket #2532329 (closed defect)
Reporterreese.kensington |
Opened: 05/17/12 Last modified: 08/1/12 Status: closed Type: defect Resolution: fixed |
Owner Luke Smith |
Target Release: 3.6.0 Priority: P3 (normal) |
|---|---|---|---|
| Summary: | Focus event throws JavaScript error | ||
| Description: | I have a TinyMCE instance in a panel. When I click in the edit area I get the following alert: Webpage error details User Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.1; WOW64; Trident/5.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; .NET4.0C; .NET4.0E; Message: Unable to get value of the property 'ms__id47520': object is null or undefined Looking at the code, it seems to recognize on line 96 that the variable notifierData may be undefined, but there is no test for the same on line 119. Not sure what all this does, and my code is |
||
| Type: | defect | Observed in Version: | 3.5.1 |
| Component: | Event | Severity: | S3 (normal) |
| Assigned To: | Luke Smith | Target Release: | 3.6.0 |
| Location: | Library Code | Priority: | P3 (normal) |
| Tags: | Relates To: | ||
| Browsers: | IE 9.x | ||
| URL: | |||
| Test Information: | |||
Change History
|
Posted: 05/24/12
|
|
Posted: 05/24/12
|
|
Posted: 05/24/12
Fix NPE in focus handler. Fixes #2532329 notifierData was being checked in one place, but not another. |
|
Posted: 08/1/12
Shipped in 3.6.0. Marking closed/fixed. |
Thanks for catching this