Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WATagBrush and WAPrettyPrintedDocument inconsistencies #642

Closed
GoogleCodeExporter opened this issue Mar 25, 2015 · 2 comments
Closed

WATagBrush and WAPrettyPrintedDocument inconsistencies #642

GoogleCodeExporter opened this issue Mar 25, 2015 · 2 comments

Comments

@GoogleCodeExporter
Copy link

WAPrettyPrintedDocument>>#knownEvents contains all event attributes for pretty 
printing. Comparing it to WATagBrush reveals:

1. WATagBrush is missing the onAbort event attribute.
2. WAPrettyPrintedDocument>>#knownEvents is missing the oninput event.
3. The following events methods on WATagBrush are implemented as regular 
attributes when they should be implemented as event attributes: (see 
WATagBrush>>#onFocus: for an example of how event attributes are implemented)
 - onResize
 - onScroll
 - onError

Original issue reported on code.google.com by avish...@gmail.com on 9 Feb 2011 at 8:38

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant