[Pro] Text area on feedback form too big

The rest of the feedback form is in line but I can’t get the text area (Details) to follow. The other boxes are all text fields.

file:///Users/thomasrothwell/Downloads/isskinabaluf5/Site%20Folder/pusattuisyenindc.html


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

You’re going to have to publish this on a server somewhere. (Thankfully) we cannot navigate directly to your Mac.

Walter

On Oct 31, 2013, at 5:46 AM, thom wrote:

The rest of the feedback form is in line but I can’t get the text area (Details) to follow. The other boxes are all text fields.

file:///Users/thomasrothwell/Downloads/isskinabaluf5/Site%20Folder/pusattuisyenindc.html


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

I copied the tab I was using to preview it…thanks for not inspecting my HD.

http://www.isskinabalu.com/pusattuisyenindc.html


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

How big are you expecting it to be - you have it set at cols=“47” rows=“11”

You can change this by setting it in the inspector. With the Text Area selected look under the 3rd Tab (same place you added the Placeholder text)

David


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

Thanks for that. I wanted it to match the other fields but it comes out smaller in the F6 preview tab than in the Firefox preview.


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

Have a look at FreezeFormItem - ActionsForge

D


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

This shouldn’t be necessary in Freeway 6 – the same trick I used in FreezeFormItem is built into the core of the application. There is a natural slight difference in size between the two field types, because to their difference in padding. You can try adding the Box Sizing Action to these items, that will force them to behave exactly alike in all cases.

http://actionsforge.com/actions/view/294-css3-box-sizing

Walter

On Oct 31, 2013, at 8:34 PM, DeltaDave wrote:

Have a look at FreezeFormItem - ActionsForge

D


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

Looking at your page in the Safari Web Inspector, it looks like you aren’t getting IDs and id-based styles for your form fields. How did you make these elements? Did you try dragging them out to the width of your table cell? Just setting the width with the size attribute as you have done won’t make them line up, because the cols attribute of a textarea works differently than the size attribute of an input.

Walter

On Oct 31, 2013, at 8:44 PM, Walter Lee Davis wrote:

This shouldn’t be necessary in Freeway 6 – the same trick I used in FreezeFormItem is built into the core of the application. There is a natural slight difference in size between the two field types, because to their difference in padding. You can try adding the Box Sizing Action to these items, that will force them to behave exactly alike in all cases.

CSS3 Box Sizing - ActionsForge

Walter

On Oct 31, 2013, at 8:34 PM, DeltaDave wrote:

Have a look at FreezeFormItem - ActionsForge

D


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options