Merge pull request #69 from maddentim/fixes

Fix for #1241 and fix for #1217. Thanks Tim!
This commit is contained in:
Reinier Balt 2012-03-01 12:57:19 -08:00
commit 1a6027df71
2 changed files with 12 additions and 2 deletions

View file

@ -76,3 +76,9 @@ Feature: Tagging todos
# and the tag field should be prefilled after submitting a new todo
When I submit a new action with description "are my tags prefilled"
Then the tags of "are my tags prefilled" should be "tests"
@selenium
Scenario: If there are todos for a tag, when viewing the tag's page, the Tags field for new todos should be defaulted to that tag
Given I have a todo "migrate old scripts" in context "@pc" with tags "starred"
When I go to the tag page for "starred"
Then the tag field in the new todo form should be "starred"

View file

@ -6,6 +6,10 @@
float:right;
}
div.depends_on {
clear:both;
}
div.depends_on label {
float: left;
}
@ -361,7 +365,7 @@ div#input_box {
}
.selected_predecessors {
clear:right;
clear:both;
}
form.new_todo_form ul.predecessor_list,