https://bugzilla.wikimedia.org/show_bug.cgi?id=43076
Roan Kattouw <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |NEW CC| |[email protected], | |[email protected] Component|Data Model |ContentEditable Assignee|[email protected] |[email protected] --- Comment #2 from Roan Kattouw <[email protected]> --- (In reply to comment #0) > The coord template is not hatched but still visible and the links are still > clickable. > > https://en.wikipedia.org/wiki/User:Raymond/coords Inspecting it shows that this is being alienated correctly, but for some reason it's not getting hatched out and not behaving quite correctly. That's a CE bug. Inspecting the coords element shows: <div contenteditable="false" class="ve-ce-leafNode ve-ce-alienNode ve-ce-alienInlineNode"><span typeof="mw:Object/Template " about="#mwt1" ...>[lots of scary stuff here, including nested <span>s]</span></div> (In reply to comment #1) > There are a few templates that aren't hatched. For example, the tables > created > by [[w:en:Template:Canadian_first_minister_list]] are editable with > VisualEditor, and trying to do so results in a mess of wikitext. This is actually a different bug. Tables of Canadian prime ministers aren't alienated at all due to a bug in Parsoid, while on Raymond's coords page the template is alienated correctly but the alien itself is misbehaving. Keeping this bug for the coords bug, splitting off the Canadian prime ministers bug to bug 43155. -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
