Return-Path: X-Original-To: apmail-wicket-users-archive@minotaur.apache.org Delivered-To: apmail-wicket-users-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id CDEE710177 for ; Sun, 8 Sep 2013 09:24:51 +0000 (UTC) Received: (qmail 3278 invoked by uid 500); 8 Sep 2013 09:24:50 -0000 Delivered-To: apmail-wicket-users-archive@wicket.apache.org Received: (qmail 3250 invoked by uid 500); 8 Sep 2013 09:24:50 -0000 Mailing-List: contact users-help@wicket.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: users@wicket.apache.org Delivered-To: mailing list users@wicket.apache.org Received: (qmail 3241 invoked by uid 99); 8 Sep 2013 09:24:50 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 08 Sep 2013 09:24:50 +0000 X-ASF-Spam-Status: No, hits=2.8 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS,URI_HEX X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of an.delbene@gmail.com designates 209.85.223.170 as permitted sender) Received: from [209.85.223.170] (HELO mail-ie0-f170.google.com) (209.85.223.170) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 08 Sep 2013 09:24:44 +0000 Received: by mail-ie0-f170.google.com with SMTP id 17so1447623iea.15 for ; Sun, 08 Sep 2013 02:24:23 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=+SV+1JwCETDAhyqfyIdhVLKaNx16Cfs9xUVZ8UopbYs=; b=Ym1VhI4gJwvKGlVIv8jMCQHar/jc9+nv8bM5N6UmUL7Ov3qinyVUsR5tQ0quuVO3gR qdQuD/2fARadrq065cqfwQWKLkN7sxqmutmWdHvgFvO4Nxugl3QlaHzOeoHgjj+MBxzM QEtKCE6Jcbe+LtB0K40Yi1Xv8bSW+mOStrVlFCNS+Gy4U4rDBQbmgzLdKzJcPNYAq3sB Rnuo95KPIVdzeLnXhl3R6T0lBrhcRFyGhiXyw7jBC4ZxnXGAHAdb/1ijLeZDqYBVj0dE WqpA1th0oohcz7YHTMXDD9P9B6D4qWouVMyrhjVDyZ5wurUESy28T5vtJnEae2+3kjoI M2lQ== MIME-Version: 1.0 X-Received: by 10.50.43.170 with SMTP id x10mr4368302igl.45.1378632263629; Sun, 08 Sep 2013 02:24:23 -0700 (PDT) Received: by 10.64.28.235 with HTTP; Sun, 8 Sep 2013 02:24:23 -0700 (PDT) Received: by 10.64.28.235 with HTTP; Sun, 8 Sep 2013 02:24:23 -0700 (PDT) In-Reply-To: <1378627149063-4661247.post@n4.nabble.com> References: <1378557651420-4661242.post@n4.nabble.com> <522BAD42.8090305@gmail.com> <1378627149063-4661247.post@n4.nabble.com> Date: Sun, 8 Sep 2013 11:24:23 +0200 Message-ID: Subject: Re: AutoCompleteTextField & suggestions popup position issue when container has scrollbar From: Andrea Del Bene To: users@wicket.apache.org Content-Type: multipart/alternative; boundary=089e01176cad59830604e5dbd64e X-Virus-Checked: Checked by ClamAV on apache.org --089e01176cad59830604e5dbd64e Content-Type: text/plain; charset=ISO-8859-1 Thank you for your feedback! A simple fix l've found is to use JavaScript function getBoundingClientRect to retrieve the position of the owner of the auto complete menu. On Sep 8, 2013 10:00 AM, "Rakesh A" wrote: > Hi, > > Thank you, I did bit of search and found one issue which seems to be > similar, > > https://issues.apache.org/jira/browse/WICKET-1355 > > But the status says, its not reproducible. > > Hope it helps > > Regards, > Rakesh.A > > > > -- > View this message in context: > http://apache-wicket.1842946.n4.nabble.com/AutoCompleteTextField-suggestions-popup-position-issue-when-container-has-scrollbar-tp4661242p4661247.html > Sent from the Users forum mailing list archive at Nabble.com. > > --------------------------------------------------------------------- > To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org > For additional commands, e-mail: users-help@wicket.apache.org > > --089e01176cad59830604e5dbd64e--