Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 586281 Details for
Bug 824307
unassigned keysym causes crash
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
patch
hunspell_table.py.diff (text/plain), 946 bytes, created by
Daiki Ueno
on 2012-05-23 09:02:55 UTC
(
hide
)
Description:
patch
Filename:
MIME Type:
Creator:
Daiki Ueno
Created:
2012-05-23 09:02:55 UTC
Size:
946 bytes
patch
obsolete
>--- hunspell_table.py~ 2012-05-23 17:53:53.809066578 +0900 >+++ hunspell_table.py 2012-05-23 17:54:29.999264671 +0900 >@@ -1116,7 +1116,7 @@ > return True > if self._editor.is_empty (): > # we have not input anything >- if key.code <= 127 and ( unichr(key.code) not in self._valid_input_chars ) \ >+ if key.code >= 32 and key.code <= 127 and ( unichr(key.code) not in self._valid_input_chars ) \ > and (not key.mask & modifier.ALT_MASK + modifier.CONTROL_MASK): > if key.code == keysyms.space: > self.commit_string (unichr (key.code)) >@@ -1135,7 +1135,7 @@ > return True > self.commit_string (unichr (key.code)) > return True >- elif key.code > 127 : >+ elif key.code < 32 or key.code > 127 : > return False > > if key.code == keysyms.Escape:
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 824307
: 586281