You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@guacamole.apache.org by mj...@apache.org on 2019/06/25 20:04:47 UTC

[guacamole-client] branch master updated (1818b6a -> e9ed415)

This is an automated email from the ASF dual-hosted git repository.

mjumper pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/guacamole-client.git.


    from 1818b6a  GUACAMOLE-302: Merge logic for automatically focusing relevant login fields.
     add 68e5779  GUACAMOLE-302: Make the binding of the guacFocus directive unidirectional.
     new e9ed415  GUACAMOLE-302: Merge narrowing of guacFocus behavior to simply setting/removing focus.

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../src/main/webapp/app/element/directives/guacFocus.js    | 14 --------------
 1 file changed, 14 deletions(-)


[guacamole-client] 01/01: GUACAMOLE-302: Merge narrowing of guacFocus behavior to simply setting/removing focus.

Posted by mj...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

mjumper pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/guacamole-client.git

commit e9ed4150b92e0c92afb10dac77c6aef8dc061b2b
Merge: 1818b6a 68e5779
Author: Mike Jumper <mj...@apache.org>
AuthorDate: Tue Jun 25 13:04:42 2019 -0700

    GUACAMOLE-302: Merge narrowing of guacFocus behavior to simply setting/removing focus.
    
    Additionally reporting whether the affected element receives or loses focus causes trouble if the source of the original value is non-assignable. It also seems like it could cause unexpected side effects if usages of guacFocus expect to separate their intent (assigning a value via the expression watched by guacFocus) from the result of attempting to set/remove focus. If tracking of focus is needed, that would best be served by another directive dedicated solely to tracking.

 .../src/main/webapp/app/element/directives/guacFocus.js    | 14 --------------
 1 file changed, 14 deletions(-)