Bug 1862395 Comment 6 Edit History

Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.

Looking at it I am /reasonable/ able to determine the `-1` version is actually correct for the code as written because SeaMonkey's major version is `2` the error is using the Application `version` and not the `platformVersion`.

Looks like it was later resolved by preproccessing in a constant based on `MOZILLA_UAVERSION`. For SeaMonkey it would make more sense to bind it to the Firefox Compatibility Version pref as this would be more useful to users.
Looking at it I am /reasonably/ able to determine the `-1` version is actually correct for the code as written because SeaMonkey's major version is `2` the error is using the Application `version` and not the `platformVersion`.

Looks like it was later resolved by preproccessing in a constant based on `MOZILLA_UAVERSION`. For SeaMonkey it would make more sense to bind it to the Firefox Compatibility Version pref as this would be more useful to users.

Back to Bug 1862395 Comment 6