Issue 499: xhtml compatibility (prevents webkit bugs)
Status:  WontFix
Owner: ----
Closed:  Aug 2013
Reported by mamywlad...@gmail.com, May 30, 2010
I've run into frustrating problem in Webkit (safari,chrome) based browsers. If 
content type is set to application/xhtml+xml then some DOM modifications just 
won't work (i.e. div.innerHTML=" " will work from page, but not if it is located 
in external js file). Forcing people to use different content type is not an 
option, cause they may have limited control over it (using some frameworks).
This article http://j4fry.blogspot.com/2009/06/jsf-20-and-dojo-create.html 
explains a bit about it.
Here is the link to issue on Webkit bugtracker: 
https://bugs.webkit.org/show_bug.cgi?id=30923
Here is suggested solution: http://community.jboss.org/message/545425#545425.
Use numeric entities instead (  instead of  ).
I attach source witch changed entities and some minor fixes like closing unclosed 
tags, which cause exceptions under Webkit


fullcalendar.js
86.5 KB   View   Download
Jun 15, 2010
#1 bernard....@gtempaccount.com
Here is fix for 1.4.6.
fullcalendar.js
146 KB   View   Download
Jun 16, 2010
Project Member #2 adamrs...@gmail.com
thanks for this, i will roll it into a release
Summary: xhtml compatibility (prevents webkit bugs)
Status: Accepted
Jun 16, 2010
Project Member #3 adamrs...@gmail.com
(No comment was entered for this change.)
Labels: Type-Defect
Jun 19, 2010
#4 bernard....@gtempaccount.com
I've found one more spot to fix. One div tag was not closed on line 1899, which caused WebKit to throw errors.
Aug 13, 2013
Project Member #5 adamrs...@gmail.com
i doubt this is an issue anymore with browsers. plus, XHTML is dead
Status: WontFix
Labels: -Type-Defect Type-Bug
Aug 13, 2013
Project Member #6 adamrs...@gmail.com
 Issue 981  has been merged into this issue.