From issues-return-11228-apmail-flex-issues-archive=flex.apache.org@flex.apache.org Fri Dec 2 13:47:01 2016 Return-Path: X-Original-To: apmail-flex-issues-archive@minotaur.apache.org Delivered-To: apmail-flex-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 2D0A119A43 for ; Fri, 2 Dec 2016 13:47:01 +0000 (UTC) Received: (qmail 95926 invoked by uid 500); 2 Dec 2016 13:46:59 -0000 Delivered-To: apmail-flex-issues-archive@flex.apache.org Received: (qmail 95804 invoked by uid 500); 2 Dec 2016 13:46:59 -0000 Mailing-List: contact issues-help@flex.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@flex.apache.org Delivered-To: mailing list issues@flex.apache.org Received: (qmail 95450 invoked by uid 99); 2 Dec 2016 13:46:59 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 02 Dec 2016 13:46:59 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 58B5D2C0453 for ; Fri, 2 Dec 2016 13:46:59 +0000 (UTC) Date: Fri, 2 Dec 2016 13:46:59 +0000 (UTC) From: "Pan Li (JIRA)" To: issues@flex.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (FLEX-35191) DateChooser and DateField don't align days correctly in javascript mode MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/FLEX-35191?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15715171#comment-15715171 ] Pan Li commented on FLEX-35191: ------------------------------- I think the underline problem is TileLayout used by Datechooser, it doesn't align controls correctly in some cases. I filled the empty day buttons (of next/previous month) with actual date and add a alpha filter to them, it looks like: !newdate.png! Attachment is my patch, I created it by "git diff". > DateChooser and DateField don't align days correctly in javascript mode > ----------------------------------------------------------------------- > > Key: FLEX-35191 > URL: https://issues.apache.org/jira/browse/FLEX-35191 > Project: Apache Flex > Issue Type: Bug > Affects Versions: Apache FlexJS 0.7.0, Apache FlexJS 0.8.0 > Reporter: Pan Li > Attachments: datecontrol1.png, datecontrol2.png, newdate.png > > > There are random gaps between the days on DateChooser when running in HTML/javascript mode: > !datecontrol1.png! > !datecontrol2.png! -- This message was sent by Atlassian JIRA (v6.3.4#6332)