Brian Grinstead

Results 199 comments of Brian Grinstead

OK, you could easily turn this into Dijkstra's algorithm by coming up with a heuristic that always returns 0. That's really the only difference between the two.

@kicktheken I see the reasoning there, and in the case of euclidean it should work but I think we should really have a `costBetween` function that returns the actual distance...

> But wouldn't simply changing the getCost method into something like this do the trick in the current version? @StanB123 Nice, I think that may work, since the fromOther is...

Hi, could you please share a test case where this is failing so we can add test coverage for this?

It's synchronous once the user begins the input (not on initialization). So there is an async gap between the code that sets up the reader and the user actually selecting...

Back in #195 I considered adding a callback for getting the tooltip text, but we ended up using the preferred format instead because it was a simpler change. A new...

> is it desirable to prevent dragging if start returns false? Sure, that makes sense

Ah, I think it fails because it is using addEventListener instead of attachEvent. Could probably replace calls to addEventListener / removeEventListener with calls to something like this and I'm guessing...

@laukstein sorry, I won't have time to track down all of the issues myself but I could help if you or anyone else were interested in adding IE8 support

@laukstein have you replaced the calls to addEventListener / removeEventListener with the sample functions above? If so, what are the next issues - is it working at all or completely...