Re: Webclient 2.0 status, ready to proceed with new development
| Newsgroups | gmane.comp.mozilla.devel.java |
|---|---|
| Organization | http://groups.google.com |
| Message-ID | <[email protected]> |
Expose the dom Node to the standard java key and mouse listeners. Next step is to update the test browser to use this feature. SECTION: A webclient/classes_spec/org/mozilla/webclient/WCKeyEvent.java - KeyEvent subclass to expose WebclientEvent, and allow access to the Source property, which is a dom Node M webclient/classes_spec/org/mozilla/webclient/impl/wrapper_native/EventRegistrationImpl.java - change to handle WCKeyEvent M webclient/test/automated/src/classes/org/mozilla/webclient/KeyListenerTest.java M webclient/test/automated/src/classes/org/mozilla/webclient/MouseListenerTest.java - new test content M webclient/test/automated/src/test/KeyListenerTest1.html - add id attribute