diff options
author | Joey Hess <joey@kitenet.net> | 2011-02-01 20:55:09 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2011-02-01 20:55:09 -0400 |
commit | 07ec1372387b8c6fd8f3d8c6c0fdf10aabc9a706 (patch) | |
tree | 868d284d1e8b8065c4bb88504b5296516961bca2 /doc | |
parent | c62a529a1aed3ceb5995d893f303be1bfef24726 (diff) |
-bug
Diffstat (limited to 'doc')
-rw-r--r-- | doc/bugs/creating_page_from_comment_creates_a_comment.mdwn | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/bugs/creating_page_from_comment_creates_a_comment.mdwn b/doc/bugs/creating_page_from_comment_creates_a_comment.mdwn new file mode 100644 index 000000000..3bca7270d --- /dev/null +++ b/doc/bugs/creating_page_from_comment_creates_a_comment.mdwn @@ -0,0 +1,7 @@ +If a comment contains a WikiLink, for a page that doesn't exist, and the +user clicks on the edit link, and creates the page, it will itself be saved +as a comment, with "._comment" extension. + +This is very surprising and wrong behavior. The page editor tries to +preserve the linking page's format type, but it shouldn't do so if the page +is an internal page. --[[Joey]] |