Ticket #2531547 (accepted defect)
ReporterStanda Opichal |
Opened: 12/6/11 Last modified: 07/13/12 Status: accepted Type: defect |
Owner Luke Smith |
Target Release: Priority: P3 (normal) |
|---|---|---|---|
| Summary: | event-focus crashes in IE7/IE8 | ||
| Description: | It received 'beforeactivate' DOM event with toElement === null which causes the code to fail. |
||
| Type: | defect | Observed in Version: | 3.4.1 |
| Component: | Event | Severity: | S3 (normal) |
| Assigned To: | Luke Smith | Target Release: | |
| Location: | Priority: | P3 (normal) | |
| Tags: | Relates To: | ||
| Browsers: | IE 7.x,IE 8.x | ||
| URL: | https://github.com/opichals/yui3/tree/ticket_2531547_event_focus_ie78_null_e_target | ||
| Test Information: | |||
Change History
|
Posted: 12/6/11
|
|
Posted: 12/6/11
|
|
Posted: 12/6/11
|
|
Posted: 07/2/12
I got same problem, you can debug it in ie10 (windows 8 rc) in ie7 compatibility mode or in ie7 (on windows xp). e.target is undefined, so target.getData(nodeDataKey) fails. I got this error in mojito, using binder - ie7(ie8 with all service packs not) fails. |
|
Posted: 07/2/12
I got same problem, you can debug it in ie10 (windows 8 rc) in ie7 compatibility mode or in ie7 (on windows xp). e.target is undefined, so target.getData(nodeDataKey) fails. I got this error in mojito, using binder - ie7(ie8 with all service packs not) fails. |
|
Posted: 07/12/12
Can you update the test url to an endpoint? That link points to the root of a branch. |
|
Posted: 07/13/12
Just got this error. It takes much time to reproduce it. I've experimented that time, so it takes some time to remember. If you'll have any questions - feel free to ask. |
Were you able to create a reduced reproduction of the issue? The _proxy handler should be receiving an event facade (e) that has passed through the DOMEventFacade (IE version) constructor, which *really should* populate e.target. I'm curious about the root of the problem.