| Issue 117: | IE error if try block does not have a catch but has finally block | |
| 1 person starred this issue and may be notified of changes. | Back to list |
What steps will reproduce the problem?
1. Per chance, IE 6 catches "object does not have this property" script error
2. Code is traced to line 1773 which is commented out.
3. Once uncommented, code runs fine.
jquery.dynatree.js, version 5.1, line 1773, bind() function
1773 } catch(e) {
1774 // dtnode.tree.logError("bind(%o): dtnode: %o", event, dtnode);
1775 } finally {
1776 dtnode.tree.phase = prevPhase;
1777 }
What is the expected output? What do you see instead?
Internet explorer has a bug where script error would occur if
try-catch-finally block does not have catch block.
What version of the product are you using?
$Version: 0.5.1$
$Revision: 279, 2009-08-16 21:08:44$
On what operating system and browser? WinXP IE6
Please provide any additional information below.
Sep 9, 2009
Can you confirm it fixed?
Status:
Fixed
Jul 17, 2012
considered verified
Status:
Verified
|
Owner: moo...@wwWendt.de
Labels: Milestone-Release0.5.2