Issue 2550710
Created on 2011-07-01 15:29 by ber, last changed 2024-07-16 22:47 by rouilj.
msg4322 |
Author: [hidden] (ber) |
Date: 2011-07-01 15:29 |
|
Split out from issue2550648 (Should be possible to search for matching
several keywords (keyword1 AND keyword2) especially from
msg4302:
|The KeywordEditor module attempts to inject HTML by means of
the "innerHTML" DOM attribute. However, that only works with HTML 4,
but not XHTML. Since otherwise Roundup isn't tied to HTML 4 (in fact,
it has a config value to set whether XHTML should be generated), I
think this needs to be fixed, too.
|
msg5788 |
Author: [hidden] (rouilj) |
Date: 2016-07-09 00:04 |
|
Well to fix the issue with the dissapearing edit link after using
the expression editor, I am adding outerHTML to fix it.
I assume that is not supported to manipulate the dom in XHTML either.
I guess that begs the question, do we just want to dump xhtml and go
with straight html 5?
|
msg8103 |
Author: [hidden] (rouilj) |
Date: 2024-07-16 22:47 |
|
With the sunsetting of XHTML, I am closing this as won't fix.
HTML5/HTML4 both support the currently implemented mechanism for
modifying the HTML.
|
|
Date |
User |
Action |
Args |
2024-07-16 22:47:11 | rouilj | set | status: new -> closed resolution: wont fix messages:
+ msg8103 |
2016-07-09 00:04:09 | rouilj | set | nosy:
+ rouilj messages:
+ msg5788 |
2011-07-01 15:29:16 | ber | create | |
|