Issue Details (XML | Word | Printable)

Key: FOR-743
Type: Bug Bug
Status: Closed Closed
Resolution: Fixed
Priority: Major Major
Assignee: Cyriaque Dupoirieux
Reporter: Gavin
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Forrest

siteinfo-feedback contract returns multiple nested a<href> declarations.

Created: 28/Nov/05 10:34 PM   Updated: 01/Jun/06 06:17 AM
Return to search
Component/s: Plugin: internal.dispatcher
Affects Version/s: 0.8
Fix Version/s: 0.8

Time Tracking:
Not Specified

Issue Links:
Blocker
 


 Description  « Hide
This description taken from http://marc.theaimsgroup.com/?l=forrest-dev&m=113313199327182&w=2

>3. index.fv provided with /samples/ has this for the footer feedback
>contract :-
>
><forrest:contract name="siteinfo-feedback">
> <forrest:properties contract="siteinfo-feedback">
> <forrest:property name="siteinfo-feedback">
> <feedback to="webmaster@foo.com"
> href="mailto:webmaster@foo.com?subject=Feedback&#160;" >
> Send feedback about the website to:
> </feedback>
> </forrest:property>
> </forrest:properties>
> </forrest:contract>
>
>The code this produces is :-
>
><div id="siteinfo-feedback">
> Send feedback about the website to:
> <a id="feedbackto"
>href="mailto:webmaster@foo.com?subject=Feedback samples/index.html"><a
>href="mailto:webmaster@foo.com">webmaster at
> foo.com</a></a></div>
>
>which is incorrect nesting of the <a> element and also multiple declarations
>of the href and mailto when there is no need. Should this not read
>
><div id="siteinfo-feedback">
> Send feedback about the website to:
> <a id="feedbackto"
>href="mailto:webmaster@foo.com?subject=Feedback
>samples/index.html"></a></div>
>
>Where is the extra.. <a href="mailto:webmaster@foo.com">webmaster at
>foo.com</a> ..coming from ??


 All   Comments   Work Log   Change History   Subversion Commits      Sort Order: Ascending order - Click to sort in descending order
There are no subversion log entries for this issue yet.