Isaac Shapira

Results 47 comments of Isaac Shapira

It changes twice, once when the window loads, and once during SPA interactions.

What about those of us who are not using github? Can this be made compatible?

@Kleidukos how can I support this effort most efficiently?

I tested in ie7/8 and it works. However I moved the rounded corners to css3 instead of image, which means that ie7/8 will have square corners. Is this acceptable to...

Any progress on this?

There is kind of a lot that could be done here. I ended having to write this as a band-aid. https://gist.github.com/Fresheyeball/94e25fcefc517a74382e55283eec9093 But I wouldn't consider it a solution. I'm starting...

No go. Elm rejects anything native. It needs to be owned by elm-lang. I'd be happy to take this on, but @evancz would need to bless me for the task....

for anyone here looking to get past this thing. The following delivers the desired behavior ```elm onClickAnchor :: msg -> List (Attribute msg) onClickAnchor msg = [ preventDefaultOn "click"