]> git.vanrenterghem.biz Git - git.ikiwiki.info.git/blobdiff - doc/bugs/No_progress_in_progress_bar.mdwn
poll: Use urlto to produce redirection URLs, avoiding mentions of index.html
[git.ikiwiki.info.git] / doc / bugs / No_progress_in_progress_bar.mdwn
index 80c974725f7e220ab073fd85ce1521f1cadfaac2..0b36b9e49977764ae4eaca19d8c06d262103dd0d 100644 (file)
@@ -22,3 +22,16 @@ Anyone can confirm the bug? --[[Paweł|ptecza]]
 [[!progress percent="75%"]]
 
 >  This could probably be improved.  Certainly the documentation could be. -- [[Will]]
 [[!progress percent="75%"]]
 
 >  This could probably be improved.  Certainly the documentation could be. -- [[Will]]
+
+>> Thanks for the hint, Will! I could check better the code... However, in my opinion
+>> that '%' sign is confusing here and should be dropped. I hope it's clear for all
+>> people that "percent" parameter passes values in percentages. --[[Paweł|ptecza]]
+
+>>> [[fixed|done]] --[[Joey]]
+
+>>> I've forgotten to add that now the HTML code is OK, but I can see only
+>>> "75%" string on white background wihout any border. I need to look closer
+>>> at CSS styles for the progress bar. --[[Paweł|ptecza]]
+
+>>>> You need the `div.progress` and `div.progress-done` from ikiwiki's
+>>>> default `style.css`. --[[Joey]]