https://bugzilla.wikimedia.org/show_bug.cgi?id=41117
--- Comment #3 from Inez KorczyĆski <[email protected]> 2012-10-24 17:54:31 UTC --- Having contentEditable="false" is the original idea but unfortunately it does not work for IE (IE does not respect contentEditable="false" inside contentEditable="true"). Now we are experimenting with having contentEditable="true" and blocking interaction with JavaScript but this approach has its downsides as well - for instance you would get a spellcheck underlines for misspelled words inside alien (majority of browsers we want to support does not respect spellcheck="false" inside spellecheck="true"). We might end up with different approaches for different browsers (of course this is not the preferred solution due to possible high costs of maintenance and testing). -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
