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

Bug 473948

Summary: [html][assist] on* tag attribute events should appear in their own sections
Product: [ECD] Orion Reporter: Michael Rennie <Michael_Rennie>
Component: JS ToolsAssignee: Michael Rennie <Michael_Rennie>
Status: RESOLVED FIXED QA Contact:
Severity: enhancement    
Priority: P3 CC: curtis.windatt.public
Version: 10.0   
Target Milestone: 10.0   
Hardware: All   
OS: All   
Whiteboard:

Description Michael Rennie CLA 2015-07-30 12:34:27 EDT
It would be nice to see the on* events appear in their own sections.

This would:

1. add clarity to what the events are for and their scope (without reading the spec). i.e. Window event s vs. Mouse events, etc, etc

2. move them out of the general global attributes listing to avoid having them used. MDN has a good write up on why the events should be avoided: https://developer.mozilla.org/en-US/docs/Web/Guide/HTML/Event_attributes
Comment 1 Michael Rennie CLA 2015-07-30 12:50:53 EDT
Fixed in:

http://git.eclipse.org/c/orion/org.eclipse.orion.client.git/commit/?id=e5f3c728c5ef7c2373a85b7b7424ee8ab227d1d3

I also fixed a styling bug in ternAssist that caused headings to disappear while typing when assist is open.