m (Reverted edit of SquEdh, changed back to last version by Tantek) |
Current revision (22:14, 4 July 2009) (view source) (focus on issues) |
||
| (7 intermediate revisions not shown.) | |||
| Line 1: | Line 1: | ||
| - | < | + | <entry-title>hCalendar creator issues</entry-title> |
| - | This page is for collecting bugs, suggested fixes, and | + | This page is for collecting bugs, suggested fixes, and issues with the [[hcalendar|hCalendar]] [http://microformats.org/code/hcalendar/creator creator] |
Please list your name, and indicate ''which'' version (even just a date and time helps) of the creator that you are providing feedback on. Thanks! | Please list your name, and indicate ''which'' version (even just a date and time helps) of the creator that you are providing feedback on. Thanks! | ||
| Line 13: | Line 13: | ||
** appears to already by fixed in hg, but I can't be sure --[[User:RyanKing|RyanKing]] 14:52, 24 Jul 2006 (PDT) | ** appears to already by fixed in hg, but I can't be sure --[[User:RyanKing|RyanKing]] 14:52, 24 Jul 2006 (PDT) | ||
* there should be a dash "-", not emdash "–" separator between dtstart and dtend [[User:Tantek|Tantek]] 22:57, 4 Jun 2007 (PDT) | * there should be a dash "-", not emdash "–" separator between dtstart and dtend [[User:Tantek|Tantek]] 22:57, 4 Jun 2007 (PDT) | ||
| + | ** A range should be indicated via an endash, "–", not a dash. [[User:Gazza|Gazza]] 23:34, 3 Apr 2008 (PDT) | ||
| + | * The creator appears to not work in IE6 | ||
| + | ** reported by several people via email to [[RyanKing]] | ||
| + | ** error report: | ||
| + | <pre><nowiki> | ||
| + | -- Browser/OS -- | ||
| + | IE v6 - SP2, Windows XP | ||
| + | |||
| + | Nothing shows up in the "code" areas. | ||
| + | Press "Build It!" | ||
| + | JS error- | ||
| + | Line: 4266 | ||
| + | Char: 1 | ||
| + | Error: Object required | ||
| + | Code: 0 | ||
| + | URL: http://microformats.org/code/hcalendar/creator | ||
| + | </nowiki></pre> | ||
| + | * reported not to work in Opera on WinXP | ||
| + | ** reported to [[RyanKing]] via email | ||
| + | |||
| + | |||
=== Bugs in new features === | === Bugs in new features === | ||
* the automatic 'id' attribute generation needs to strip "@" (e.g. I created an event for "@media") [[User:Tantek|Tantek]] 22:57, 4 Jun 2007 (PDT) | * the automatic 'id' attribute generation needs to strip "@" (e.g. I created an event for "@media") [[User:Tantek|Tantek]] 22:57, 4 Jun 2007 (PDT) | ||
** BBEdit validator reports: <blockquote><p>Value of attribute “id” for element “<li>” must begin with one of {A-Z,a-z} followed by zero or more of {A-Z,a-z,0-9,-,_,:,.}.</p></blockquote> | ** BBEdit validator reports: <blockquote><p>Value of attribute “id” for element “<li>” must begin with one of {A-Z,a-z} followed by zero or more of {A-Z,a-z,0-9,-,_,:,.}.</p></blockquote> | ||
| - | |||
== Suggested Tweaks and Fixes == | == Suggested Tweaks and Fixes == | ||
| Line 24: | Line 44: | ||
== Feature Requests == | == Feature Requests == | ||
| + | This section should probably be moved to a separate [[hcard-creator-feedback]] (or *-suggestions, or *-brainstorming) page. | ||
* option to change root element to say <li> | * option to change root element to say <li> | ||
* option to use mm/dd-mm/dd instead of MMM DD - MMM DD | * option to use mm/dd-mm/dd instead of MMM DD - MMM DD | ||
| Line 30: | Line 51: | ||
== Related Pages == | == Related Pages == | ||
* [[hcalendar|hCalendar specification]] | * [[hcalendar|hCalendar specification]] | ||
| - | * [[hcalendar- | + | * [[hcalendar-issues]] |
| - | * [[hcard-creator- | + | * [[hcard-creator-issues]] |
| - | * [[hreview-creator- | + | * [[hreview-creator-issues]] |
Current revision
This page is for collecting bugs, suggested fixes, and issues with the hCalendar creator
Please list your name, and indicate which version (even just a date and time helps) of the creator that you are providing feedback on. Thanks!
Contents |
Bug Reports
REGRESSIONS
Regressions are the worst kind of bug, and the top priority to fix. If you find problems in the creator that were not there in a previous version, please enter them here.
- dtstart fails to put human readable start time into element text reported by Tantek at 2006-07-20
- clarification: "if you enter a start date and a start time , only the start date is put in the human visible text"
- appears to already by fixed in hg, but I can't be sure --RyanKing 14:52, 24 Jul 2006 (PDT)
- there should be a dash "-", not emdash "–" separator between dtstart and dtend Tantek 22:57, 4 Jun 2007 (PDT)
- A range should be indicated via an endash, "–", not a dash. Gazza 23:34, 3 Apr 2008 (PDT)
- The creator appears to not work in IE6
- reported by several people via email to RyanKing
- error report:
-- Browser/OS -- IE v6 - SP2, Windows XP Nothing shows up in the "code" areas. Press "Build It!" JS error- Line: 4266 Char: 1 Error: Object required Code: 0 URL: http://microformats.org/code/hcalendar/creator
- reported not to work in Opera on WinXP
- reported to RyanKing via email
Bugs in new features
- the automatic 'id' attribute generation needs to strip "@" (e.g. I created an event for "@media") Tantek 22:57, 4 Jun 2007 (PDT)
- BBEdit validator reports:
Value of attribute “id” for element “<li>” must begin with one of {A-Z,a-z} followed by zero or more of {A-Z,a-z,0-9,-,_,:,.}.
- BBEdit validator reports:
Suggested Tweaks and Fixes
- ...
Feature Requests
This section should probably be moved to a separate hcard-creator-feedback (or *-suggestions, or *-brainstorming) page.
- option to change root element to say <li>
- option to use mm/dd-mm/dd instead of MMM DD - MMM DD
- options to turn off most emdashes