new ticket's title field should disable auto-complete
You almost never want the same title again, and it gets really annoying to see the popdown list, especially when you use common prefixes like "Add...." or "Leak:..."
Discussions are closed to public comments.
If you need help with Lighthouse please
start a new discussion.
Keyboard shortcuts
Generic
| ? | Show this help |
|---|---|
| ESC | Blurs the current field |
Comment Form
| r | Focus the comment reply box |
|---|---|
| ^ + ↩ | Submit the comment |
You can use Command ⌘ instead of Control ^ on Mac
1 Posted by Will Duncan on 30 Jul, 2009 09:23 PM
This would be browser side I would imagine, as the autocomplete is not a Lighthouse thing on that field.
I would assume you would be able to tell your browser not to autocomplete that field, as we would prefer to not add attributes to those who do prefer that functionality in their browser.
2 Posted by Duane Fields on 30 Jul, 2009 09:27 PM
Well yes and no. There's an HTML attribute called AUTOCOMPLETE you can turn off on a field by field basis. On browsers that don't support this notion it would be ignored. It is often used on login fields or credit card fields as a privacy feature, but it seems completely relevant here.
Here's one of many explainations...
http://www.electrictoolbox.com/switch-off-autocomplete/
3 Posted by System on 13 Aug, 2009 05:55 AM
A Lighthouse ticket was created for this discussion
4 Posted by Justin Palmer on 26 Aug, 2009 10:26 PM
Thanks for the suggestion Duane. We'll keep this in mind if it starts causing bigger problems, but I generally don't like disabling browser features unless you replace them.
One good reason to disable autocomplete is when it conflicts with JavaScript-based autocomplete fields.
Justin Palmer closed this discussion on 26 Aug, 2009 10:26 PM.