This is just some static backup of the original site, don't expect every link to work!

Opened 11 years ago

#358 new defect

undefined entities in Virtual Identity 0.7.3

Reported by: andr55@… Owned by:
Version: 0.7.3 Keywords:
Cc:

Description

I use Mozilla Seamonkey 2.0.14.

After upgrading to Virtual Identity 0.7.3, when attempting to edit the identities stored, the error message is displayed : ==== Erreur d'analyse XML : entité non définie Emplacement : chrome://v_identity/content/vI_rdfDataTree.xul Numéro de ligne 115, Colonne 3 :

<menu id="tasksMenu" label="&tasksMenu.label;" accesskey="&tasksMenu.accesskey;">


==== which translates to : XML error : entity not defined

Uncompressing v_identity.jar, a search of the enclosed files shows that not only are &tasksMenu.label and &tasksMenu.accesskey not defined, there is no other reference to "taskMenu".

The quick fix is to simply comment out lines 115 to 120 as follows :

		<!-- menu id="tasksMenu" label="&tasksMenu.label;" accesskey="&tasksMenu.accesskey;">
		<menupopup>
            <menuitem label="&importCmd.label;" accesskey="&importCmd.accesskey;" oncommand="var vI_localRdfDatasource = new vI_rdfDatasourceImporter('virtualIdentity.rdf');"/>
            <menuitem label="&exportCmd.label;" accesskey="&exportCmd.accesskey;" oncommand="var vI_localRdfDatasource = new vI_rdfDatasource(); vI_localRdfDatasource.export('virtualIdentity.rdf')"/>
		</menupopup>
		</menu -->

After recompressing the corrected v_identity.jar and then the .xpi file, and then reinstalling, the problem was corrected with no apparent secondary effects.

BTW, the ability to now activate virtualIdentity by email account is a very nice feature.

Change History (0)

Note: See TracTickets for help on using tickets.