ecma262.netxion.net
5/15/2008 Problem with the Netxion.Net.TelnetSession solved
Due to the attribute value normalization the telnet session failed with the Internet Explorer browser.
5/12/2008 The addition of the keyboard device
Similar to the mouse device, here's the keyboard device and special key enumeration.
5/12/2008 Netxion.Ui.Controls.Window and Netxion.Ui.Controls.Form ready for injection
The classes have been extendend with a functionality to be used with the Netxion.Ui.Injector.
4/22/2008 Small note for SEO poeple using javascripts
Some searchengines don't inedx pages with hyperlinks contained in hidden boxes.
4/21/2008 Modified Netxion.Ui.Devices.Mouse
The mouse class had the abillity to create event listeners, with the Netxion.IEvent interface implemented we could consider this obsolete.
4/20/2008 Added Netxion.IEvent to Netxion.Ui.Controls.Control
The Netxion.IEvent interface adds event stacking to objects. For the Netxion.Ui.Controls.Control this was added to the events wich are used internally.
4/19/2008 New event interface Netxion.IEvent
The Netxion.IEvent interface adds the abillity for stacking of handlers per event.
4/17/2008 Revision of the Netxion.Ui.Controls.RichTextBox + dependants
With some new features in play we've had to change the RichTextBox for the sake of code reduction.
4/15/2008 Addition of delegated tasks
To run a task witin a given context can be done with the Function.apply method. To save it for later or multiple use we needed to create some classes.
4/14/2008 Secure Telnet
Security option available for the telnet class. Enables us to send data encrypted.

Problem with the Netxion.Net.TelnetSession solved

Due to the attribute value normalization the telnet session failed with the Internet Explorer browser.

As determined by the recommendation at w3.org (ref) all line-breaks in attribute values should be normalized to #xA.

Unfortunately our objects..
Used the <CR><LF> before setting it to the xml attribute wich results in malfunction of multi-line telnet sessions. Rethinking the configuration resulted in the obvious solution wich is applied to the server-side script. By trimming the telnet command and adding a <CR><LF> to it before sending it to the server solved the problem.

Browsers
The problem was detected with IE wich is conform the w3 recommendation. Scripts are mainly tested with the mozilla browser as it has good support for javascript debugging.


Netxion.Net 2008 | license | page bookmarking