hcalendar-creator-issues: Difference between revisions

From Microformats Wiki
Jump to navigation Jump to search
(revert)
m (Replace <entry-title> with {{DISPLAYTITLE:}})
 
(11 intermediate revisions by 7 users not shown)
Line 1: Line 1:
<h1>hCalendar creator feedback</h1>
{{DISPLAYTITLE:hCalendar creator issues}}


This page is for collecting bugs, suggested fixes, and feature requests for the [[hcalendar|hCalendar]] [http://microformats.org/code/hcalendar/creator creator]
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 12: Line 12:
** clarification: "if you enter a start date and a start time , only the start date is put in the human visible text"
** 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 --[[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 is no dash "-" separator between dtstart and dtend ''reported by Tantek at 2006-07-20''
* there should be a dash "-", not emdash "–" separator between dtstart and dtend [[User:Tantek|Tantek]] 22:57, 4 Jun 2007 (PDT)
** '''needs clarification, not currently reproducible''' --[[User:RyanKing|RyanKing]] 14:44, 24 Jul 2006 (PDT)
** A range should be indicated via an endash, "&ndash;", 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)
** BBEdit validator reports: <blockquote><p>Value of attribute “id” for element “&lt;li&gt;” 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 23: 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 &lt;li&gt;
 
* option to use mm/dd-mm/dd instead of MMM DD - MMM DD
* options to turn off most emdashes


== Related Pages ==
== Related Pages ==
* [[hcalendar|hCalendar specification]]
* [[hcalendar|hCalendar specification]]
* [[hcalendar-feedback|hCalendar feedback]]
* [[hcalendar-issues]]
* [[hcard-creator-feedback|hCard creator feedback]]
* [[hcard-creator-issues]]
* [[hreview-creator-feedback|hReview creator feedback]]
* [[hreview-creator-issues]]

Latest revision as of 16:24, 18 July 2020


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!


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


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,-,_,:,.}.

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

Related Pages