Re: [qooxdoo-devel] text area doesn't accept some letters

2013-06-09 Thread cesium62
My symptoms are slightly different.  The 'r' key does work when chrome is
open; I'm using chrome now as I type.  The 'r' key even works in some text
fields in the application that my qooxdoo extension is working with.  The
'r' key just doesn't work in *my* text fields.

The alpha keys don't work in text fields that I've marked as numeric by
using setFilter (of course).  I guess I should read the filter on my
non-numeric fields and see if that is somehow corrupt...

I will instrument my text areas with listeners as franck suggests and see
if I can learn something that way.


On Sun, Jun 9, 2013 at 1:53 AM, thron7-2 [via qooxdoo] <
[email protected]> wrote:

> Try to disable all Chrome extensions [1].
>
> T.
>
> [1] http://productforums.google.com/forum/#!topic/chrome/PfEB_c4p7bs
>
>
>
> > I have an application where I use qooxdoo.  In this application, I
> create
> > some text areas.  When I type in a text area that I create, most
> > characters
> > echo normally, but "r"s don't echo normally.  E.g. If I place the cursor
> > in
> > the text area and type "v", a "v" appears in the text area.  If I type
> > "r",
> > nothing happens.
> >
> > The problem appears in Chrome, but does not appear in firefox.
> >
> > I've instrumented routines that are called on a keypress event for other
> > objects, and don't see anything obviously capturing and tossing the
> input.
> >
> > If anyone has seen these types of symptoms or anyone can give me hints
> as
> > to
> > how I might go about diagnosing the problem, I'd appreciate it.  I'm
> > stumped
> > at the moment.
> >
> > thanks, Chuck
> >
> >
> >
> > --
> > View this message in context:
> >
> http://qooxdoo.678.n2.nabble.com/text-area-doesn-t-accept-some-letters-tp7583848.html
> > Sent from the qooxdoo mailing list archive at Nabble.com.
> >
> >
> --
>
> > How ServiceNow helps IT people transform IT departments:
> > 1. A cloud service to automate IT design, transition and operations
> > 2. Dashboards that offer high-level views of enterprise services
> > 3. A single system of record for all IT processes
> > http://p.sf.net/sfu/servicenow-d2d-j
> > ___
> > qooxdoo-devel mailing list
> > [hidden email] 
> > https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
> >
> >
> >
>
>
>
> --
>
> How ServiceNow helps IT people transform IT departments:
> 1. A cloud service to automate IT design, transition and operations
> 2. Dashboards that offer high-level views of enterprise services
> 3. A single system of record for all IT processes
> http://p.sf.net/sfu/servicenow-d2d-j
> ___
> qooxdoo-devel mailing list
> [hidden email] 
> https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
>
>
> --
>  If you reply to this email, your message will be added to the discussion
> below:
>
> http://qooxdoo.678.n2.nabble.com/text-area-doesn-t-accept-some-letters-tp7583848p7583850.html
>  To unsubscribe from text area doesn't accept some letters, click 
> here
> .
> NAML
>




--
View this message in context: 
http://qooxdoo.678.n2.nabble.com/text-area-doesn-t-accept-some-letters-tp7583848p7583851.html
Sent from the qooxdoo mailing list archive at Nabble.com.--
How ServiceNow helps IT people transform IT departments:
1. A cloud service to automate IT design, transition and operations
2. Dashboards that offer high-level views of enterprise services
3. A single system of record for all IT processes
http://p.sf.net/sfu/servicenow-d2d-j___
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel


Re: [qooxdoo-devel] text area doesn't accept some letters

2013-06-09 Thread thron7
Try to disable all Chrome extensions [1].

T.

[1] http://productforums.google.com/forum/#!topic/chrome/PfEB_c4p7bs


> I have an application where I use qooxdoo.  In this application, I create
> some text areas.  When I type in a text area that I create, most
> characters
> echo normally, but "r"s don't echo normally.  E.g. If I place the cursor
> in
> the text area and type "v", a "v" appears in the text area.  If I type
> "r",
> nothing happens.
>
> The problem appears in Chrome, but does not appear in firefox.
>
> I've instrumented routines that are called on a keypress event for other
> objects, and don't see anything obviously capturing and tossing the input.
>
> If anyone has seen these types of symptoms or anyone can give me hints as
> to
> how I might go about diagnosing the problem, I'd appreciate it.  I'm
> stumped
> at the moment.
>
> thanks, Chuck
>
>
>
> --
> View this message in context:
> http://qooxdoo.678.n2.nabble.com/text-area-doesn-t-accept-some-letters-tp7583848.html
> Sent from the qooxdoo mailing list archive at Nabble.com.
>
> --
> How ServiceNow helps IT people transform IT departments:
> 1. A cloud service to automate IT design, transition and operations
> 2. Dashboards that offer high-level views of enterprise services
> 3. A single system of record for all IT processes
> http://p.sf.net/sfu/servicenow-d2d-j
> ___
> qooxdoo-devel mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
>
>
>



--
How ServiceNow helps IT people transform IT departments:
1. A cloud service to automate IT design, transition and operations
2. Dashboards that offer high-level views of enterprise services
3. A single system of record for all IT processes
http://p.sf.net/sfu/servicenow-d2d-j
___
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel


Re: [qooxdoo-devel] text area doesn't accept some letters

2013-06-09 Thread franck34
Hi

As you can see here http://tinyurl.com/mcy3o2x textarea is ok with "r".

So it's probably related to your code. You said you have routines with
keypress, did you try to comment every keypress listener, keyup, keydown,
to see if "r" key is coming back in the textarea ?

And just for fun, are you sure the "r" key of your keyboard is not broken
:) ?

Cheers


2013/6/9 cesium62 

> I have an application where I use qooxdoo.  In this application, I create
> some text areas.  When I type in a text area that I create, most characters
> echo normally, but "r"s don't echo normally.  E.g. If I place the cursor in
> the text area and type "v", a "v" appears in the text area.  If I type "r",
> nothing happens.
>
> The problem appears in Chrome, but does not appear in firefox.
>
> I've instrumented routines that are called on a keypress event for other
> objects, and don't see anything obviously capturing and tossing the input.
>
> If anyone has seen these types of symptoms or anyone can give me hints as
> to
> how I might go about diagnosing the problem, I'd appreciate it.  I'm
> stumped
> at the moment.
>
> thanks, Chuck
>
>
>
> --
> View this message in context:
> http://qooxdoo.678.n2.nabble.com/text-area-doesn-t-accept-some-letters-tp7583848.html
> Sent from the qooxdoo mailing list archive at Nabble.com.
>
>
> --
> How ServiceNow helps IT people transform IT departments:
> 1. A cloud service to automate IT design, transition and operations
> 2. Dashboards that offer high-level views of enterprise services
> 3. A single system of record for all IT processes
> http://p.sf.net/sfu/servicenow-d2d-j
> ___
> qooxdoo-devel mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
>
--
How ServiceNow helps IT people transform IT departments:
1. A cloud service to automate IT design, transition and operations
2. Dashboards that offer high-level views of enterprise services
3. A single system of record for all IT processes
http://p.sf.net/sfu/servicenow-d2d-j___
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel