From dev-return-6176-archive-asf-public=cust-asf.ponee.io@royale.apache.org Fri Sep 7 20:52:26 2018 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx-eu-01.ponee.io (Postfix) with SMTP id BB65B180672 for ; Fri, 7 Sep 2018 20:52:25 +0200 (CEST) Received: (qmail 30757 invoked by uid 500); 7 Sep 2018 18:52:24 -0000 Mailing-List: contact dev-help@royale.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@royale.apache.org Delivered-To: mailing list dev@royale.apache.org Received: (qmail 30746 invoked by uid 99); 7 Sep 2018 18:52:24 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd3-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 07 Sep 2018 18:52:24 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd3-us-west.apache.org (ASF Mail Server at spamd3-us-west.apache.org) with ESMTP id DE02718AE27 for ; Fri, 7 Sep 2018 18:52:23 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd3-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 3.23 X-Spam-Level: *** X-Spam-Status: No, score=3.23 tagged_above=-999 required=6.31 tests=[HEADER_FROM_DIFFERENT_DOMAINS=0.001, HTML_MESSAGE=2, KAM_INFOUSMEBIZ=0.75, KAM_NUMSUBJECT=0.5, RCVD_IN_DNSWL_NONE=-0.0001, RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01, SPF_PASS=-0.001] autolearn=disabled Received: from mx1-lw-us.apache.org ([10.40.0.8]) by localhost (spamd3-us-west.apache.org [10.40.0.10]) (amavisd-new, port 10024) with ESMTP id VtZtHqzSbpUh for ; Fri, 7 Sep 2018 18:52:23 +0000 (UTC) Received: from mail-oi0-f49.google.com (mail-oi0-f49.google.com [209.85.218.49]) by mx1-lw-us.apache.org (ASF Mail Server at mx1-lw-us.apache.org) with ESMTPS id AD2835F1A1 for ; Fri, 7 Sep 2018 18:52:22 +0000 (UTC) Received: by mail-oi0-f49.google.com with SMTP id t68-v6so29040356oie.12 for ; Fri, 07 Sep 2018 11:52:22 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to; bh=AE4PxuLD20jnvJZH/WQ5WfmbCmgK9W9W7n4upNS8GdA=; b=tReYOxoVpYEIcVZZ72Mips4entpcbnFik8bSoiUucLywwmp4hNAy43pNWIbSru+zG/ iMlxL24aQPwH4MFk2afeWj1GSfZ0dbjbHyK9JtGY0XBHPvdiCJHQsee8HwzcKMqehvNP aIVy/jKfVJ/rezKCR69uDOfKjEmb3r2HnyLxL6WhHP0QxxHm9kTCAalDeYKk5c1MZRo6 /SI0Wdm2wcFzxn86cx3slS30pPubTeD3w9GcbETaNZpodJliM5cde07mr4hnTpRUZ/rN iwp7qdZtqv6sVNr0CBZqM4OqJm8Oj0VmGHpSU/mwWJfXomLfGaUyYTGkiKwJPF8nPhpa /msw== X-Gm-Message-State: APzg51DqEtrX0TapQn54cJXCTcEfvHhgeDtwTTR7RtdvydPgOtLXB/9q nKt50V+GhQdibLjS7vedMGvqOPHHswN88U5aIOF8dQ== X-Google-Smtp-Source: ANB0VdY0LiB1MHoW5Xp4D5yYiPaNCpfjtIgoXacpuWTsmzYz/k17GRqiOMiC19wQbXgeTZ6VpCaXHs287UyviEp1Ay4= X-Received: by 2002:aca:524a:: with SMTP id g71-v6mr55593oib.351.1536346341826; Fri, 07 Sep 2018 11:52:21 -0700 (PDT) MIME-Version: 1.0 References: In-Reply-To: From: Carlos Rovira Date: Fri, 7 Sep 2018 20:52:10 +0200 Message-ID: Subject: =?UTF-8?Q?Re=3A_setting_left=2C_top_styles_v=C3=ADa_Javascript_has_no_?= =?UTF-8?Q?effect_on_IE11?= To: dev@royale.apache.org Content-Type: multipart/alternative; boundary="000000000000f4e94505754c8153" --000000000000f4e94505754c8153 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Just to refresh this, if someone knows something about why Royale could be failing to set styles left and top on IE11 let me know so I can fix and make this compatible in IE11 thanks! Carlos El lun., 3 sept. 2018 a las 13:15, Carlos Rovira (= ) escribi=C3=B3: > Hi, > > we have currently 2 bugs in IE11 due to the same problem. > > 1.- Validor ErrorTip recently done by Yutaro > 2.- DateField and ComboBox in Jewel > > both popups some kind of component that needs to position in a particular > x, y position. This is done using Point class and PointUtils with > localToGlobal > the code finally sets x e y: > > someUIBaseComp.x =3D point.x; > someUIBaseComp.y =3D point.y; > > what in js ends making for example : > > style=3D"top: 237px, left: 48px" > > in Chrome, Firefox and Safari this works ok > > in IE11, we get style=3D"", so nothing is set in IE11 > > someone knows what could be the problem? > > if we solve this we'll get this components properly displaying in IE11, s= o > in all browsers :) > > This is not a Jewel problem, I think other UI sets will have this > problems, so for example DateField/ComboBox in Basic should have this > problem too. > > Thanks > > > -- > Carlos Rovira > http://about.me/carlosrovira > > --=20 Carlos Rovira http://about.me/carlosrovira --000000000000f4e94505754c8153--