| Issue 499: | xhtml compatibility (prevents webkit bugs) | |
| 2 people starred this issue and may be notified of changes. | Back to list |
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
Jun 16, 2010
thanks for this, i will roll it into a release
Summary:
xhtml compatibility (prevents webkit bugs)
Status: Accepted
Jun 16, 2010
(No comment was entered for this change.)
Labels:
Type-Defect
Jun 19, 2010
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
i doubt this is an issue anymore with browsers. plus, XHTML is dead
Status:
WontFix
Labels: -Type-Defect Type-Bug
Aug 13, 2013
Issue 981 has been merged into this issue. |
|
| ► Sign in to add a comment |
146 KB View Download