Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 379761

Summary: NPE in explorerNavHandler
Product: [ECD] Orion Reporter: Mark Macdonald <mamacdon>
Component: ClientAssignee: Mark Macdonald <mamacdon>
Status: RESOLVED FIXED QA Contact:
Severity: minor    
Priority: P3 CC: libingw, simon_kaegi
Version: 0.5   
Target Milestone: 0.5 RC2   
Hardware: PC   
OS: Windows 7   
Whiteboard:

Description Mark Macdonald CLA 2012-05-16 17:19:58 EDT
Using HEAD

1. Click "Sites" link on toolbar.
2. Click the "Create" button to create a new site. You will be taken to the site editor.
3. Click an empty area on the page (this will unfocus the table).
4. An NPE appears in the log:

> Uncaught TypeError: Cannot read property 'className' of null -- html.js:1803
> dojo.removeClass -- html.js:1803
> dojo.toggleClass html.js:1868
> exports.ExplorerNavHandler.ExplorerNavHandler.toggleCursor -- explorerNavHandler.js:296
> (anonymous function) -- explorerNavHandler.js:99
> dojo.hitch -- lang.js:130

This doesn't seem to break any of the site editor features, so marking as minor.
Comment 1 Simon Kaegi CLA 2012-06-08 16:22:55 EDT
Mark is this still an issue?
Comment 2 Mark Macdonald CLA 2012-06-08 16:30:08 EDT
Nope