Brian Grinstead

Results 91 comments of Brian Grinstead

I added in a `border-box` sized textarea to the demo here: http://jsfiddle.net/bgrins/pmXxK/17/. I noticed that it doesn't work in Firefox. Totally agree that we need to get this issue taken...

Good idea. Try this one out for size: http://jsfiddle.net/bgrins/pmXxK/24/ I moved the box size into a different function, `getWidthBoxSize`, then did something a little different. Rather than trying to map...

Determining whether a percentage width is set is pretty difficult if I remember correctly (you have to read through all the stylesheets included on the page, since the browser will...

That would definitely be a good solution in many cases. Part of the problem that this plugin can hopefully solve is to be a drop in solution with no modifications...

Turns out I suck at typing and pushed this to master instead of the separate branch. Does this seem to fix the issue you were experiencing?

Totally agree about that, it was really tricky to measure the width exactly across all different browsers - I'm impressed that you came up with an actual working solution so...

Thanks, I took out the width setting (but kept in the example in the docs). I think the width thing (at least in Chrome) might have to do with box...

Good catch, it is fixed on the site now.

Oh, good idea. That shouldn't be too hard to implement, since the diagonal option is already on the Graph, we would just need to modify the [neighbors call](https://github.com/bgrins/javascript-astar/blob/3f983dc7ae7e2d9d689f88d329075815a0c65f94/astar.js#L219) to check...

Sounds great, could you file a PR with your updated changes?