diff options
| author | callum_linden <none@none> | 2017-08-31 15:51:14 -0700 | 
|---|---|---|
| committer | callum_linden <none@none> | 2017-08-31 15:51:14 -0700 | 
| commit | 8e6b5947b403b3c1ef1ceac76fbf8b6e74c250ff (patch) | |
| tree | 4cca5c344f1099b2a2435618d309593d581b9728 | |
| parent | c662e173ab541ffb497085e55ddfa444ab51cda6 (diff) | |
Fix for MAINT-7531 Second comment with text 'Write a comment...' appears, when user post comment to Profile Feed and MAINT-7651 Cannot post new message in feed because the 'Share something...' Share button never becomes active. The fix was in Dullahan Mac keyboard code - used to send a keyb event and then char code after for down and not for up.  Now sends it for up and not down and works as expected for these 2 test cases as well as some JavaScript keyboard test pages
| -rw-r--r-- | autobuild.xml | 14 | 
1 files changed, 7 insertions, 7 deletions
| diff --git a/autobuild.xml b/autobuild.xml index 2c4677e462..04a677385e 100644 --- a/autobuild.xml +++ b/autobuild.xml @@ -556,9 +556,9 @@              <key>archive</key>              <map>                <key>hash</key> -              <string>ec71ffd68af829bf77fb03fdf39c2461</string> +              <string>bbdea742f2a89bcd6360e61e01d6be93</string>                <key>url</key> -              <string>http://automated-builds-secondlife-com.s3.amazonaws.com/ct2/7820/30257/dullahan-1.1.813_3.3071.1637.gcb6cf75-darwin64-507809.tar.bz2</string> +              <string>http://automated-builds-secondlife-com.s3.amazonaws.com/ct2/8207/32592/dullahan-1.1.820_3.3071.1637.gcb6cf75-darwin64-508196.tar.bz2</string>              </map>              <key>name</key>              <string>darwin64</string> @@ -568,9 +568,9 @@              <key>archive</key>              <map>                <key>hash</key> -              <string>234547cab68748f82e429237d5a46783</string> +              <string>31e11a74e0d3f1e5e4036cb5fea8d944</string>                <key>url</key> -              <string>http://automated-builds-secondlife-com.s3.amazonaws.com/ct2/7822/30267/dullahan-1.1.813_3.3071.1634.g9cc59c8-windows-507809.tar.bz2</string> +              <string>http://automated-builds-secondlife-com.s3.amazonaws.com/ct2/8209/32599/dullahan-1.1.820_3.3071.1634.g9cc59c8-windows-508196.tar.bz2</string>              </map>              <key>name</key>              <string>windows</string> @@ -580,16 +580,16 @@              <key>archive</key>              <map>                <key>hash</key> -              <string>c3bcb52276cb115577e8c0cd053b8fc7</string> +              <string>f965d244e7921c06ee79b68a4abcea3b</string>                <key>url</key> -              <string>http://automated-builds-secondlife-com.s3.amazonaws.com/ct2/7821/30264/dullahan-1.1.813_3.3071.1634.g9cc59c8-windows64-507809.tar.bz2</string> +              <string>http://automated-builds-secondlife-com.s3.amazonaws.com/ct2/8208/32602/dullahan-1.1.820_3.3071.1634.g9cc59c8-windows64-508196.tar.bz2</string>              </map>              <key>name</key>              <string>windows64</string>            </map>          </map>          <key>version</key> -        <string>1.1.813_3.3071.1634.g9cc59c8</string> +        <string>1.1.820_3.3071.1634.g9cc59c8</string>        </map>        <key>elfio</key>        <map> | 
