-
Improvement
-
Resolution: Unresolved
-
Blocker
-
None
-
None
-
None
Before, for accessibility purposes, the comments buttons were added in javascript using "document.write"
Now with the new search engine and the ajax rendering, the "document.write" done after dom load, erase the whole page
Solution 1: stop doing js rendering, since accessibility does not require it anymore. It will make the XSL easy to read
Solution 2: replace "document.write" with "jQuery.append"
I vote for solution 1.
Also TODO, find all "document.write" in kernel XSL to hunt it (and open other tickets)
[CMS-9920] Comments rendering should not use document.write anymore (for new Search service for example)
Fix Version/s | New: 4.10.0 [ 19650 ] | |
Fix Version/s | Original: 4.9.0 [ 18890 ] |
Fix Version/s | New: 4.9.0 [ 18890 ] | |
Fix Version/s | Original: 4.8.0 [ 17990 ] |
Fix Version/s | New: 4.8.0 [ 17990 ] | |
Fix Version/s | Original: 4.7.0 [ 17704 ] |
Fix Version/s | New: 4.7.0 [ 17704 ] | |
Fix Version/s | Original: 4.6.0 [ 16903 ] |
Fix Version/s | New: 4.6.0 [ 16903 ] | |
Fix Version/s | Original: 4.5.0 [ 16182 ] |
Fix Version/s | New: 4.5.0 [ 16182 ] | |
Fix Version/s | Original: 4.4.0 [ 15598 ] |
Summary | Original: Comments rendering and new Search service | New: Comments rendering should not use document.write anymore (for new Search service for example) |
Priority | Original: Major [ 3 ] | New: Blocker [ 1 ] |
Fix Version/s | New: 4.4.0 [ 15598 ] | |
Fix Version/s | Original: 4.3.0 [ 14678 ] |