Opened 22 months ago
Closed 19 months ago
#665 closed defect (fixed)
Error reported in JavaScript when closing incomplete (but rendering) widget
| Reported by: | gcooper | Owned by: | |
|---|---|---|---|
| Priority: | minor | Milestone: | |
| Component: | GUI | Version: | 8.0-RELEASE |
| Keywords: | Cc: |
Description
Prereqs:
- You must be running Firefox or an equivalent browser with the Error Console up and running.
Procedure:
- Open the Error Console.
- Go to "Account" -> "Users".
- Click "Add User".
- Close while the widget is rendering.
Expected result:
- No errors should show up in the Error Console.
Actual result:
- The following JavaScript? error shows up:
Error: elem is undefined
Source File: https://10.2.1.166:8000/dojango/dojo-media/release/1.6.1/dojo/freenasdojo.js
Line: 14
Change History (1)
comment:1 Changed 19 months ago by william
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.

I believe this has been fixed with the change to dojo 1.7 (r8496)
(at least I cannot reproduce it anymore)