You are viewing a plain text version of this content. The canonical link for it is here.
Posted to xap-dev@incubator.apache.org by "Matt Carbone (JIRA)" <xa...@incubator.apache.org> on 2006/11/10 16:25:37 UTC

[jira] Created: (XAP-94) Widgets: textField - textArea: multiple key events causes typing to lag

Widgets: textField - textArea: multiple key events causes typing to lag
-----------------------------------------------------------------------

                 Key: XAP-94
                 URL: http://issues.apache.org/jira/browse/XAP-94
             Project: XAP
          Issue Type: Bug
          Components: Widgets
            Reporter: Matt Carbone



Having multiple key events ( key (Down, Up,) textchanged ) on text widgets will cause the typing to lag significantly. The widget/component tests application will show this.




-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Commented: (XAP-94) Widgets: textField - textArea: multiple key events causes typing to lag

Posted by "Trevor Oldak (JIRA)" <xa...@incubator.apache.org>.
    [ http://issues.apache.org/jira/browse/XAP-94?page=comments#action_12448791 ] 
            
Trevor Oldak commented on XAP-94:
---------------------------------

Disable the keydown/up events or have it call some mco that doesn't add a significant amount to the DOM every time, and you'll see there's much less lag.

> Widgets: textField - textArea: multiple key events causes typing to lag
> -----------------------------------------------------------------------
>
>                 Key: XAP-94
>                 URL: http://issues.apache.org/jira/browse/XAP-94
>             Project: XAP
>          Issue Type: Bug
>          Components: Widgets
>            Reporter: Matt Carbone
>
> Having multiple key events ( key (Down, Up,) textchanged ) on text widgets will cause the typing to lag significantly. The widget/component tests application will show this.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Updated: (XAP-94) Widgets: textField - textArea: multiple key events causes typing to lag

Posted by "Scott Boyd (JIRA)" <xa...@incubator.apache.org>.
     [ http://issues.apache.org/jira/browse/XAP-94?page=all ]

Scott Boyd updated XAP-94:
--------------------------

    Comment: was deleted

> Widgets: textField - textArea: multiple key events causes typing to lag
> -----------------------------------------------------------------------
>
>                 Key: XAP-94
>                 URL: http://issues.apache.org/jira/browse/XAP-94
>             Project: XAP
>          Issue Type: Bug
>          Components: Widgets
>            Reporter: Matt Carbone
>
> Having multiple key events ( key (Down, Up,) textchanged ) on text widgets will cause the typing to lag significantly. The widget/component tests application will show this.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Closed: (XAP-94) Widgets: textField - textArea: multiple key events causes typing to lag

Posted by "Scott Boyd (JIRA)" <xa...@incubator.apache.org>.
     [ http://issues.apache.org/jira/browse/XAP-94?page=all ]

Scott Boyd closed XAP-94.
-------------------------

    Resolution: Won't Fix

By design: performing complex operations on every key press is complex.

> Widgets: textField - textArea: multiple key events causes typing to lag
> -----------------------------------------------------------------------
>
>                 Key: XAP-94
>                 URL: http://issues.apache.org/jira/browse/XAP-94
>             Project: XAP
>          Issue Type: Bug
>          Components: Widgets
>            Reporter: Matt Carbone
>
> Having multiple key events ( key (Down, Up,) textchanged ) on text widgets will cause the typing to lag significantly. The widget/component tests application will show this.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Commented: (XAP-94) Widgets: textField - textArea: multiple key events causes typing to lag

Posted by "Scott Boyd (JIRA)" <xa...@incubator.apache.org>.
    [ http://issues.apache.org/jira/browse/XAP-94?page=comments#action_12455034 ] 
            
Scott Boyd commented on XAP-94:
-------------------------------

Performing complex operations on every key press is slow.

> Widgets: textField - textArea: multiple key events causes typing to lag
> -----------------------------------------------------------------------
>
>                 Key: XAP-94
>                 URL: http://issues.apache.org/jira/browse/XAP-94
>             Project: XAP
>          Issue Type: Bug
>          Components: Widgets
>            Reporter: Matt Carbone
>
> Having multiple key events ( key (Down, Up,) textchanged ) on text widgets will cause the typing to lag significantly. The widget/component tests application will show this.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira