[Pro] PHP Asterisk and Submit Rollover Issue

Interesting behavior with red asterisks in the PHP easiForm - see link.

When I type these in and leave them the default color of black, no issue, but as soon as I apply a color, I get the <.current>* that you can see in the link.

Any ideas why this is happening and what I can do to stop it?

Also, I am having trouble getting the rollover action on my Submit button to work. I have applied the Submit Image Rollover action to this, but to no avail.

Any advice on how to get the rollover working on these Submit buttons would be much appreciated.

Thanks,

Aaron

www.appliedcognistics.com/request_info.php


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

This is a bug in Freeway. You created the current style using the Tag field of the Edit Style dialog. Freeway does this trick where it coalesces styles that have the same internal properties, so as to avoid needless duplication of styles like

.red { color:red }
.red1 { color:red }

Creating the .current style using the Tag field allows it to be applied programmatically by JavaScript, since Freeway won’t include a style that isn’t being used somewhere on the page unless that style is a Tag-only style. But if you then apply the tag-only style to some text on the page, Freeway will replace the real tag (probably a P or a SPAN) with the Tag of the style. That’s the bug.

This bug will be very difficult to exorcise, in my opinion, because Freeway conflates styles and tags at a fundamental level in order to simplify its interface and make it more nearly a WYSIWYG design tool.

Walter

On Sep 17, 2012, at 1:23 PM, Aaron Corey wrote:

Interesting behavior with red asterisks in the PHP easiForm - see link.

When I type these in and leave them the default color of black, no issue, but as soon as I apply a color, I get the <.current>* that you can see in the link.

Any ideas why this is happening and what I can do to stop it?

Also, I am having trouble getting the rollover action on my Submit button to work. I have applied the Submit Image Rollover action to this, but to no avail.

Any advice on how to get the rollover working on these Submit buttons would be much appreciated.

Thanks,

Aaron

www.appliedcognistics.com/request_info.php


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 see (kind of). The asterisk had me misdirected when, in fact, it was the styling. I appreciate the education.

Any advice on the rollover issue?


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

I see (kind of). The asterisk had me misdirected when, in fact, it was the styling. I appreciate the education.

Any advice on the rollover issue?


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