GNOME Bugzilla – Bug 543577
Does not provide navigator.productSub
Last modified: 2008-09-30 15:18:13 UTC
Hi, recently, probably with the new xulrunner, the WYSIWYG editor of serendipity stopped working, claiming that I should use at least Mozilla-1.3. It seems that this is caused by the lack of support for the javascript variable navigator.productSub. This can also be checkable using the Javascript console. The value is undefined. Typing in navigator.productSub in current Debian’s iceweasle, I get 2008062910. Thanks, Joachim (from http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=491100)
Hi again, I’m trying to debug this problem. Strangely, epiphany does have a value for the productSub, but grep’ing through either epiphany’s or galeon’s source, I find no mention of productSub. Any pointers where to continue looking?
Ok, I did some more investigation. It seems that you have to implement a nsIXULAppInfo class to make this work cleanly, as done by the epiphany guys in this commit: http://svn.gnome.org/viewvc/epiphany?view=revision&revision=8228 I assume it’s just a matter of copying their class file, adjusting the values and plugging it in. I hope at least :-)
http://svn.gnome.org/viewvc/galeon?rev=8975&view=rev
Ah, cool :-) Thanks for the work! I think the bug can be closed, or do you close them when the fix is actually released?
I guess this was released in 2.0.7. Closing.