[switchyard-issues] [JBoss JIRA] (SWITCHYARD-866) Update property pages to operate on keyboard and focus lost events rather than every keystroke

Brian Fitzpatrick (JIRA) jira-events at lists.jboss.org
Mon Jun 11 19:15:04 EDT 2012


Brian Fitzpatrick created SWITCHYARD-866:
--------------------------------------------

             Summary: Update property pages to operate on keyboard and focus lost events rather than every keystroke
                 Key: SWITCHYARD-866
                 URL: https://issues.jboss.org/browse/SWITCHYARD-866
             Project: SwitchYard
          Issue Type: Bug
          Components: tooling
            Reporter: Brian Fitzpatrick
            Assignee: Brian Fitzpatrick
             Fix For: 0.5


Though we have property pages for most things in SwitchYard, it gets very annoying when you are trying to provide data for a field and it tries to update the model on every keystroke, effectively changing your selection and providing endless hours of click, type, click, type, click.

We need to shift it (esp. for bindings) to the same model implemented for the name property page where it reacts to focus lost events and keyboard commands (Enter = update model, Esc = revert change, Tab = check to see if it's valid, if so update model and move). 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the switchyard-issues mailing list