https://bugzilla.wikimedia.org/show_bug.cgi?id=48680
--- Comment #1 from Christian Williams <[email protected]> --- Yeah, this is reproducible. No adjustment to margin or padding of the alien (the code element) is able to fix this issue though. We're using native browser selection rendering, and this is a side-effect. One possible future fix would be to allow the cursor to be placed at the first and last offset of protected nodes (contenteditable would have to be set to true) to give the desired cursor rendering. Any keypress would have to first fixup the selection. I think this is likely a minor occurrence and making such a dramatic change to protectedNodes is out-of-scope for now. -- 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
