Philip Chee wrote:
On Tue, 19 Jan 2010 11:37:57 -0500, Lou wrote:
Lucas Levrel wrote:
Le 14 janvier 2010, Phillip Jones a écrit :
<snip>
On 19 nov 2009, Jens Hatlak posted in this forum a how-to about
installing Form Autofill, a Firefox add-on that does the trick.
Cheers.
I installed Autofill by modifying the install.rdf. The Add-on manager
shows it as installed and I can access the preferences settings, but I
don't see the icon on the toolbar or any context menu that may allow me
to autofill everything.
***Purely based on code inspection***:
In the chrome.manifest file, replace the following lines:
overlay chrome://browser/content/browser.xul
chrome://autofillforms/content/autofillFormsOverlay.xul
style chrome://browser/content/browser.xul
chrome://autofillforms/skin/autofillFormsMac.css
appversion>=3.0 os=Darwin
style chrome://global/content/customizeToolbar.xul
chrome://autofillforms/skin/autofillFormsMac.css
appversion>=3.0 os=Darwin
with
overlay chrome://navigator/content/navigator.xul
chrome://autofillforms/content/autofillFormsOverlay.xul
style chrome://navigator/content/navigator.xul
chrome://autofillforms/skin/autofillFormsMac.css
appversion>=2.0 os=Darwin
style chrome://global/content/customizeToolbar.xul
chrome://autofillforms/skin/autofillFormsMac.css
appversion>=2.0 os=Darwin
-----------------------------------------------------------------
Replace:
style chrome://autofillforms/content/autofillFormsOptions.xul
chrome://autofillforms/skin/autofillFormsOptions2.css appversion<3.0
style chrome://autofillforms/content/autofillFormsOptions.xul
chrome://autofillforms/skin/autofillFormsOptions1.5.css appversion<2.0
with:
# commented out style
chrome://autofillforms/content/autofillFormsOptions.xul
chrome://autofillforms/skin/autofillFormsOptions2.css appversion<3.0
# commented out style
chrome://autofillforms/content/autofillFormsOptions.xul
chrome://autofillforms/skin/autofillFormsOptions1.5.css appversion<2.0
Phil
Thank you so much!!! It now works like a charm. This is exactly what I
was looking for.
Lou
_______________________________________________
support-seamonkey mailing list
[email protected]
https://lists.mozilla.org/listinfo/support-seamonkey