Re: [qooxdoo-devel] TextField keyevents error

2008-11-26 Thread Taha Özket
Hi, Forgot our implementation :) Just try this code; main: function() { this.base(arguments); if (qx.core.Variant.isSet("qx.debug", "on")){} var doc = this.getRoot(); var text1 = new qx.ui.form.TextField(); text1.addListe

Re: [qooxdoo-devel] TextField keyevents error

2008-11-25 Thread Taha Özket
Hi, Forgot our implementation :) Just try this code; main: function() { this.base(arguments); if (qx.core.Variant.isSet("qx.debug", "on")){} var doc = this.getRoot(); var text1 = new qx.ui.form.TextField(); text1.addListe

Re: [qooxdoo-devel] TextField keyevents error

2008-11-24 Thread Petr Kobalíček
I think that this is simple textbox with validation, isn't it ? 2008/11/24 Alexander Back <[EMAIL PROTECTED]>: > Hi Taha, > > I've just took a quick look at your implementation but I must admit, > that I do not know for sure what you are trying to accomplish. > Could you please tell us in short wh

Re: [qooxdoo-devel] TextField keyevents error

2008-11-24 Thread Alexander Back
Hi Taha, I've just took a quick look at your implementation but I must admit, that I do not know for sure what you are trying to accomplish. Could you please tell us in short what your intention was to sublcass the TextField class and what you are trying to achieve? Maybe we can find a solution

Re: [qooxdoo-devel] TextField keyevents error

2008-11-24 Thread Taha Özket
Hi, We extended qx.ui.form.TextField . We are firing events when pressed key. But on ie key events not firing after "mouse selection". There is no problem with firefox. You can see this problem in videos. (We zipped the screencasts you can download from this link ; http://rapidshare.com/files/166

Re: [qooxdoo-devel] TextField keyevents error

2008-11-19 Thread Jonathan Rass
Hello Taha, to understand you correctly: you select text inside a qx.ui.form.TextField and when you press any key no key event is fired any more in IE? On which elements do you set the event listeners? On the same TextField? This works for me: var input4 = new qx.ui.form.TextField("

[qooxdoo-devel] TextField keyevents error

2008-11-19 Thread Taha Özket
Hi, We have a problem with TextField. after selecting the value of text field with mouse, key events stop firing in internet explorer. There is no problem with firefox. Could you help us about this problem? Thanks - This SF.N

[qooxdoo-devel] TextField keyevents error

2008-11-19 Thread Taha Ozket
Hi, We have a problem with TextField. after selecting the value of text field with mouse, key events stop firing in internet explorer. There is no problem with firefox. Could you help us about this problem? Thanks - This SF.