Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtp (Exim 4.84_2) (envelope-from ) id 1d3Tw5-0006rt-Ux for pgadmin-hackers@arkaria.postgresql.org; Wed, 26 Apr 2017 20:53:18 +0000 Received: from localhost ([127.0.0.1] helo=postgresql.org) by malur.postgresql.org with smtp (Exim 4.84_2) (envelope-from ) id 1d3Tw4-0008TR-QD for pgadmin-hackers@arkaria.postgresql.org; Wed, 26 Apr 2017 20:53:16 +0000 Received: from makus.postgresql.org ([2001:4800:1501:1::229]) by malur.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1d3Tw3-0008TF-1U for pgadmin-hackers@postgresql.org; Wed, 26 Apr 2017 20:53:15 +0000 Received: from mail-vk0-x236.google.com ([2607:f8b0:400c:c05::236]) by makus.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA1:256) (Exim 4.84_2) (envelope-from ) id 1d3Tvz-0004Y1-6F for pgadmin-hackers@postgresql.org; Wed, 26 Apr 2017 20:53:13 +0000 Received: by mail-vk0-x236.google.com with SMTP id j127so7355498vkh.0 for ; Wed, 26 Apr 2017 13:53:09 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=pivotal-io.20150623.gappssmtp.com; s=20150623; h=mime-version:from:date:message-id:subject:to; bh=tBvwyOOx/as+isCJ7u/KCk73th2jIs2m11MjtmrXScE=; b=SxCnjE0pY/dCP4uMe21USd2BxLtpVv0I195noASf9h+992YI6QeJKku5336jU2jl0e lpvYJkdLj5v0qphHYMDXyVK8DhrSsBbbNVb1dGZlm9q1Gj0AUBBuvp7otRQh4asJvPKh bEkh3xjBISylsB5lu+aWgGCXBH9MuG1Aa7e6qa1HQs8bHhn7JfpilLg8A95JOvGD7vis v/8KFlKfkIMYs238Fjkl5TZ8i2YSG7BgU7Dc4Ad1PWeqS5sE/kxmE0SkNIR3BOC85pIt i5V+C+4TRCNWzCdieEZ7Hs40or/n4dSNjXkGXmosnhOoP1koKwvysTtVqIo8kDxsiMC2 62Ew== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:from:date:message-id:subject:to; bh=tBvwyOOx/as+isCJ7u/KCk73th2jIs2m11MjtmrXScE=; b=LxLht91QrYDqD7XJZkRgUFu0jvJcA2mQWg+hAy4EnU1nPL1nURP/IUUeSbCS2IK8zI kntx05U8dW9zyhM61mLHhhmpwDa3emSOanix1i7qVtvdD9Oa+EW5yaTcT5TZt2FjZs20 ZKFFvrHGSVjBw4awkEoy/PyxfTPmA7E84WA7bWINrWfsMDI3Ormq+ums6msVAE6PaIbi wuPdrWHmbofOS2O5rdKtZ5Q/vIsDtM/Yp52NOFBs4MQcZ+URnR3dha867bQz4CFSIVjl +h/JeBjldbgb++NzuPva880DS9jopcBQ5K2/i3uxLuvOkS8ohDqhTnyBRLwIBYDA+UOD WI6g== X-Gm-Message-State: AN3rC/6pE/4X731a3B/aaSl4HfMuQ+/1CyVNIWDjsdw3hPzwqPdcc17i n370HkFbM1NAgGUDvpNGy0eop6TgqOQu X-Received: by 10.31.115.130 with SMTP id o124mr826699vkc.59.1493239988440; Wed, 26 Apr 2017 13:53:08 -0700 (PDT) MIME-Version: 1.0 Received: by 10.103.10.199 with HTTP; Wed, 26 Apr 2017 13:53:08 -0700 (PDT) From: Joao Pedro De Almeida Pereira Date: Wed, 26 Apr 2017 16:53:08 -0400 Message-ID: Subject: Issue with SlickGrid To: pgadmin-hackers Content-Type: multipart/alternative; boundary=94eb2c14c862136a58054e1807b0 X-Pg-Spam-Score: -2.6 (--) List-Archive: List-Help: List-ID: List-Owner: List-Post: List-Subscribe: List-Unsubscribe: X-Mailing-List: pgadmin-hackers Precedence: bulk Sender: pgadmin-hackers-owner@postgresql.org --94eb2c14c862136a58054e1807b0 Content-Type: text/plain; charset=UTF-8 Hello Hackers, While doing some changes to the Query Results we found out that there was a issue with Slick grid. The issue that we found was with the CellSelectModel, behaved differently when pressing Ctrl and Command(Mac). We created a PR with the change to changes the behavior of the plugin. When this PR is applied to the SlickGrid library we need to apply it to the current version of SlickGrid that we have vendorized. According to the libraries.txt file we are in version 2.2.4 of the library but a diff between our code and the libraries version 2.2.4 shows differences in the code. Did we do any change to SlickGrid library that is vendorized? Or is just the information in libraries.txt that is incorrect? Does anyone know any problem if we bump the version of SlickGrid to the newer version after the PR is applied? Thanks Joao --94eb2c14c862136a58054e1807b0 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
Hello Hackers,

While doing some changes= to the Query Results we found out that there was a issue with Slick grid.= =C2=A0

The issue that we found was with the CellSe= lectModel, behaved differently when pressing Ctrl and Command(Mac). We crea= ted a PR with th= e change to changes the behavior of the plugin.

Wh= en this PR is applied to the SlickGrid library we need to apply it to the c= urrent version of SlickGrid that we have vendorized.
According to= the libraries.txt file we are in version 2.2.4 of the library but a diff b= etween our code and the libraries version 2.2.4 shows differences in the co= de.

Did we do any change to SlickGrid library that= is vendorized? Or is just the information in libraries.txt that is incorre= ct?
Does anyone know any problem if we bump the version of SlickG= rid to the newer version after the PR is applied?

= Thanks
Joao
--94eb2c14c862136a58054e1807b0--