﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
8094	Html button inside html link gives pipe error!!!	italomaia	nobody	"Well, this one was pretty much weird bug. For what i know, both requests should work fine.
Clicking in the links below give me different results, with django. The first one works fine, but the second one shouts a broken pipe error.

{{{
<a href=""url/to/django_view/"">See</a>
<a href=""url/to/django_view/""><button>See</button></a> <== gives a broken pipe in the console
}}}

Using firefox3 plus django svn and ubuntu.

* To reproduce this error do as following: [[BR]]
* create a project[[BR]]
* create a app for it[[BR]]
* map a url to a view function in the app[[BR]]
* create the function[[BR]]
* create a template file with the code above, so that href points to your view through your url mapping.[[BR]]

'''Voiala!! Broken pipe error'''.

"		closed	Uncategorized	dev		invalid	error, html, strange		Unreviewed	0	0	0	0	0	0
