Timbones wrote:SuperDave1426 wrote:when I disable Color Highlights in the Chrome extensions (which is still 2.5 at the moment) page, JNF works as it should. When CH is active, though, JNF stops working as it should.
I can't replicate this. Both WME Toolbox and WME Junction Node Fixer both appear to work correctly when WME Color Highlights highlights is enabled (all as Chrome extensions).
Do you see any errors in the debug console?
Ok, I set up the following test road segments so that I could produce some console output to show you. I created a couple of cross-roads that were initially set up and saved as all two-way roads. Then, I changed one of the segments to a one-way road, to cause a revcon situation, thus:
[ img ]There's no revcon showing at the end where that north segment connects to another road, because I had to drag the already-one-way segment up there in order to keep the "Q" fix from just turning the one-way back into a two-way (which it does if the one way isn't attached at both ends).
As you can see above, Toolbox is flagging the intersection with a revcon warning. Now, with Color Highlights enabled, when I clicked on the junction node where that warning is, it generated the following error message in the debug console:
[ img ]It should be noted that when Color Highlights is
not enabled that above error message does not occur when clicking on the junction node.
After selecting the junction and pressing "Q" to do the junction fix, the following messages showed up in the debug console:
[ img ]That message appears regardless of whether or not Highlights is enabled.
The difference between when Highlights is enabled vs when it's disabled is this: When disabled, pressing Q does the fix to the revcon, but all turn restrictions are not changed - whatever turns were previously enabled, they're still enabled (other than the revcon, of course). When Highlights is enabled, however, all turns will now be disabled and I have manually re-enable all turns, which can cause problems if there was a restricted turn that didn't get noticed before, so now it's enabled and Nav tries to send someone down an illegal turn.
Hopefully that error message will help you figure out what's happening.
All version 2.5.1 did was delay the initialisation routine for Highlights, which Chrome didn't seem to need. That's why I didn't bother pushing it to Chrome.
Probably still a good idea so that the versions match. When there's a note here saying, "It's been updated to x.y.z" and then someone doesn't see that in their addons listing, they tend to wonder what's going on.

I also can't see how Highlights could impact JNF.
I don't understand how it does, either; I just know that when Highlights is enabled, I get the symptoms as described above, and when it's disabled, those symptoms don't happen. Hopefully the stuff I posted above will help you track down what's causing it...