You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@flex.apache.org by Scott Matheson <sm...@intralinks.com> on 2014/04/17 21:34:12 UTC

Indent on the first character

Hi
    I need to removed the text indent on the first character of a ParagraphElement

this is my layout code



<s:TextArea id="ta" minHeight="0"  width="100%" editable="false"

paddingBottom="20"

paddingTop="20"

paddingLeft="20"

paddingRight="20"

textIndent="0"

verticalAlign="middle"

ligatureLevel="minimum"

borderColor="#646464"

styleName="WordsEnabled"

contentBackgroundColor="{_uofsModel.user.workAreaColour}"

borderVisible="true" >

<s:p id="paragraphArea" paragraphSpaceBefore="0">

</s:p>

</s:TextArea>


________________________________

Disclaimer: This electronic mail and any attachments are confidential and may be privileged. If you are not the intended recipient, please notify the sender immediately by replying to this email, and destroy all copies of this email and any attachments. Thank you.

RE: Indent on the first character

Posted by Scott Matheson <sm...@intralinks.com>.
Alex
       hi it scold be a padding but i think i have all padding revolved, i check with a simple user case

ps how do i file a JIRA bug if that is the case ?
________________________________________
From: Alex Harui [aharui@adobe.com]
Sent: Thursday, April 17, 2014 8:43 PM
To: users@flex.apache.org
Subject: Re: Indent on the first character

Are you sure it is an indent and not some other spacing/margin/padding?

It might be better to file a JIRA bug with a complete test case instead of
just a TextArea snippet and include a screenshot that illustrates the
indent you are seeing.

-Alex

On 4/17/14 12:34 PM, "Scott Matheson" <sm...@intralinks.com> wrote:

>Hi
>    I need to removed the text indent on the first character of a
>ParagraphElement
>
>this is my layout code
>
>
>
><s:TextArea id="ta" minHeight="0"  width="100%" editable="false"
>
>paddingBottom="20"
>
>paddingTop="20"
>
>paddingLeft="20"
>
>paddingRight="20"
>
>textIndent="0"
>
>verticalAlign="middle"
>
>ligatureLevel="minimum"
>
>borderColor="#646464"
>
>styleName="WordsEnabled"
>
>contentBackgroundColor="{_uofsModel.user.workAreaColour}"
>
>borderVisible="true" >
>
><s:p id="paragraphArea" paragraphSpaceBefore="0">
>
></s:p>
>
></s:TextArea>
>
>
>________________________________
>
>Disclaimer: This electronic mail and any attachments are confidential and
>may be privileged. If you are not the intended recipient, please notify
>the sender immediately by replying to this email, and destroy all copies
>of this email and any attachments. Thank you.


________________________________

Disclaimer: This electronic mail and any attachments are confidential and may be privileged. If you are not the intended recipient, please notify the sender immediately by replying to this email, and destroy all copies of this email and any attachments. Thank you.

Re: Indent on the first character

Posted by Alex Harui <ah...@adobe.com>.

On 4/17/14 12:45 PM, "Scott Matheson" <sm...@intralinks.com> wrote:

>PS
>    the last example on this page show the issue
>
>http://help.adobe.com/en_US/flex/using/WS02f7d8d4857b1677-165a04e1126951a2
>d98-7fd3.html
>
>maybe this is by design ?
We won't know until we have a small but complete test case to examine.
File bugs at
https://issues.apache.org/jira

-Alex


RE: Indent on the first character

Posted by Scott Matheson <sm...@intralinks.com>.
PS
    the last example on this page show the issue

http://help.adobe.com/en_US/flex/using/WS02f7d8d4857b1677-165a04e1126951a2d98-7fd3.html

maybe this is by design ?

Scott

________________________________________
From: Alex Harui [aharui@adobe.com]
Sent: Thursday, April 17, 2014 8:43 PM
To: users@flex.apache.org
Subject: Re: Indent on the first character

Are you sure it is an indent and not some other spacing/margin/padding?

It might be better to file a JIRA bug with a complete test case instead of
just a TextArea snippet and include a screenshot that illustrates the
indent you are seeing.

-Alex

On 4/17/14 12:34 PM, "Scott Matheson" <sm...@intralinks.com> wrote:

>Hi
>    I need to removed the text indent on the first character of a
>ParagraphElement
>
>this is my layout code
>
>
>
><s:TextArea id="ta" minHeight="0"  width="100%" editable="false"
>
>paddingBottom="20"
>
>paddingTop="20"
>
>paddingLeft="20"
>
>paddingRight="20"
>
>textIndent="0"
>
>verticalAlign="middle"
>
>ligatureLevel="minimum"
>
>borderColor="#646464"
>
>styleName="WordsEnabled"
>
>contentBackgroundColor="{_uofsModel.user.workAreaColour}"
>
>borderVisible="true" >
>
><s:p id="paragraphArea" paragraphSpaceBefore="0">
>
></s:p>
>
></s:TextArea>
>
>
>________________________________
>
>Disclaimer: This electronic mail and any attachments are confidential and
>may be privileged. If you are not the intended recipient, please notify
>the sender immediately by replying to this email, and destroy all copies
>of this email and any attachments. Thank you.


________________________________

Disclaimer: This electronic mail and any attachments are confidential and may be privileged. If you are not the intended recipient, please notify the sender immediately by replying to this email, and destroy all copies of this email and any attachments. Thank you.

Re: Indent on the first character

Posted by Alex Harui <ah...@adobe.com>.
Are you sure it is an indent and not some other spacing/margin/padding?

It might be better to file a JIRA bug with a complete test case instead of
just a TextArea snippet and include a screenshot that illustrates the
indent you are seeing.

-Alex

On 4/17/14 12:34 PM, "Scott Matheson" <sm...@intralinks.com> wrote:

>Hi
>    I need to removed the text indent on the first character of a
>ParagraphElement
>
>this is my layout code
>
>
>
><s:TextArea id="ta" minHeight="0"  width="100%" editable="false"
>
>paddingBottom="20"
>
>paddingTop="20"
>
>paddingLeft="20"
>
>paddingRight="20"
>
>textIndent="0"
>
>verticalAlign="middle"
>
>ligatureLevel="minimum"
>
>borderColor="#646464"
>
>styleName="WordsEnabled"
>
>contentBackgroundColor="{_uofsModel.user.workAreaColour}"
>
>borderVisible="true" >
>
><s:p id="paragraphArea" paragraphSpaceBefore="0">
>
></s:p>
>
></s:TextArea>
>
>
>________________________________
>
>Disclaimer: This electronic mail and any attachments are confidential and
>may be privileged. If you are not the intended recipient, please notify
>the sender immediately by replying to this email, and destroy all copies
>of this email and any attachments. Thank you.