See TasksExplained? for more infos about tasks. This task is based on the template at TaskTemplateStart
Status : closed
Category : gui
Date opened : 2007-02-20
Description : Remove detailarea and add inline editing of http_method and path.
Referenced in stories/tasks :
Story12Start
Testsuite : main_controller_test.rb
Commited revision : 133
Remarks :
Changelog
2007-02-20 - messing with css div - resorting to table
The start line of a request in the request list needs to have
float: left when coming with inline editing. Otherwise it wraps the inline editor.
But when i add this, the drag+drop sorting does not work anymore. After trying different things i had to do this first line in a table. Then worting works.
2007-02-20 - afterwards it was simple
The rest was easy.