Isaac Mann
Isaac Mann
@jordandlaman why are you commenting on this issue? If you run into a problem with `ngx-cypress-builder`, file an issue here: https://github.com/isaacplmann/ngx-cypress-builder
@ernie58 I would have responded a lot faster, if you filed an issue directly on my repo
Sorry, thanks. I'll take a look.
Probably half of the issues that I've resolved relate to positioning. I like that your solution makes the code a lot simpler, but I have to check a bunch of...
This looks like a great PR. I'm going to use this fork for a while, since I need this functionality. @marknemm please checkout the release folder from your PR so...
@marknemm I found a few issues when using your fork, so I made a PR to your fork. I also fixed up the merge conflicts in my PR.
@mitschmidt I don't see any issues in IE11 after I made my changes. Can you check using this code? https://github.com/isaacplmann/ngx-datatable/tree/keyboardNav
This is fixed in 6.x (not released yet). You can use the existing dagre layout that exhibits this same behavior, but does a better job of keeping space between links...
What are you trying to do with the markup? You can view the template for the ContextMenuContentComponent [here](https://github.com/isaacplmann/ngx-contextmenu/blob/master/src/lib/contextMenuContent.component.ts#L49). It takes care of displaying your context menu items on the page.