Bug 692821
Summary: | Pin editing does not work as expected | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Vít Ondruch <vondruch> |
Component: | gnome-bluetooth | Assignee: | Bastien Nocera <bnocera> |
Status: | CLOSED UPSTREAM | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
Severity: | unspecified | Docs Contact: | |
Priority: | unspecified | ||
Version: | 15 | CC: | bnocera, extras-orphan, notting, peter.hutterer |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2011-05-18 16:51:34 UTC | Type: | --- |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: |
Description
Vít Ondruch
2011-04-01 10:10:30 UTC
It's been broken for a while: http://git.gnome.org/browse/gnome-bluetooth/tree/wizard/main.c#n604 It's been broken since 2009 in fact. Fix will be in the next stable and unstable releases of gnome-bluetooth. commit 68f6c0fdf118a8880f6da41c920f57d488507290 Author: Bastien Nocera <hadess> Date: Wed May 18 17:49:34 2011 +0100 wizard: Fix backspace, tab, etc. not working In the custom PIN entry. We weren't eating all the events, including escape, backspace, etc. instead of just the non-numerical printable characters. https://bugzilla.redhat.com/show_bug.cgi?id=692821 |