Re: [qooxdoo-devel] htmlArea.getContextInformation is undefined

2010-10-24 Thread SimplyNotes
My fault, setting the property editable to false causes the __examineCursorContext method to exit and therefore the contextinformation is undefined. Since the editable property does not prevent the user from editing the content this is not a big deal as I will implement a workaround with another

[qooxdoo-devel] htmlArea.getContextInformation is undefined

2010-10-23 Thread SimplyNotes
Hallo all, I'm using the HtmlArea (qx.ui.embed.HtmlArea) class to implement an editor in my application. I found out that the contextInformation is no longer available as either the method getContextInformation returns undefined as does the data event fired. This used to work in previous qooxdoo