The Omni Group Forums

The Omni Group Forums (http://forums.omnigroup.com/index.php)
-   OmniWeb General (http://forums.omnigroup.com/forumdisplay.php?f=8)
-   -   Where is Autocomplete finding a bad email address? (http://forums.omnigroup.com/showthread.php?t=13149)

Ward 2009-07-23 06:53 AM

Where is Autocomplete finding a bad email address?
 
Every time I start typing one of my email addresses into a Web form, OmniWeb's autocomplete offers a truncated email address (no ".com") along with the correct address.

I expect I typed that truncated address sometime long ago, but now I can't get rid of it. It's not in the Autocomplete list in Preferences, it's not in the "email*" fields in the AutoFill list, and it's not in my Address Book.

Where else should I look to get rid of this bad address (and similar unwanted completion strings)?

-- Ward

troyb 2009-07-28 09:43 AM

OmniWeb pulls autocomplete from both your autocomplete and autofill lists so you might check in the autofill side of the preference pane to see if it is present there.

Ward 2009-07-28 02:02 PM

Someday, when AutoFill is more manageable
 
[QUOTE=troyb]OmniWeb pulls autocomplete from both your autocomplete and autofill lists so you might check in the autofill side of the preference pane to see if it is present there.[/QUOTE]
I suspected AutoFill might play into this, but AutoFill is currently unmanageable. I have a request in for sorting and multiple select.

My AutoFill list takes 31 page-down clicks in the scroll bar to get to the end of the number and "a" fields.

I'd discard my whole AutoFill list except it takes two clicks to delete each entry (select & "-" button).

-- Ward

troyb 2009-07-28 03:11 PM

Yeah, management of all this data is really horrible right now. This is an ugly workaround but you can manually edit this stuff via the preference plist.

If you have developer tools installed (specifically Property List Editor) or Plist Edit Pro, you can open the OmniWeb preference file and locate your autofill data and manage it this way, look for the key called 'OWFormAutoFillSets", your autofill data will be stored inside.

Plist Edit Pro lets you actually do multiple selection.

If you just want to nuke all your autofill data, you can do this via the defaults tool in terminal.

[CODE]
defaults delete com.omnigroup.OmniWeb5 OWFormAutoFillSets
[/CODE]

Your preference file is of course located at:
~/Library/Preferences/com.omnigroup.OmniWeb5.plist

If you're interested in Plist Edit Pro it can be found here:
[url]http://www.fatcatsoftware.com/plisteditpro/[/url]

If you really want to edit the preference file in a text editor you can convert the preference file above to xml like this:

[CODE]
plutil -convert xml1 ~/Library/Preferences/com.omnigroup.OmniWeb5.plist
[/CODE]

Then open it in the editor of your choice. OmniWeb will understand the file in this format but it may degrade performance a little. You can switch back to binary by replacing xml1 in the above command with binary1.

Ward 2009-07-30 09:36 AM

Zuked 4000+ form values
 
Zuking my form value did the trick. According to the Plist editor, I had 4000+ values recorded, 99% of which were of no value.

Sorting and multi-select would allow regular pruning of this list.

-- Ward


All times are GMT -8. The time now is 08:37 PM.

Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2024, vBulletin Solutions, Inc.