Bug 49010 - [patch] dead keys can't be entered in mozilla-devel-gtk2-1.3b
Summary: [patch] dead keys can't be entered in mozilla-devel-gtk2-1.3b
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-gnome (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-03-07 19:10 UTC by Antoine Beaupre
Modified: 2003-04-04 08:04 UTC (History)
0 users

See Also:


Attachments
file.diff (295 bytes, patch)
2003-03-07 19:10 UTC, Antoine Beaupre
no flags Details | Diff
file.diff (15.36 KB, patch)
2003-03-07 19:10 UTC, Antoine Beaupre
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Antoine Beaupre 2003-03-07 19:10:11 UTC
The latest development version of the Mozilla port, compiled with
gtk2, shows a pretty annoying bug for non-english users: carets and
other dead keys cannot be entered in forms and such.

The bugzilla database has the whole story:

http://bugzilla.mozilla.org/show_bug.cgi?id=176713

is the original bug, which actually depends on:

http://bugzilla.mozilla.org/show_bug.cgi?id=176514

which appeared because XIM was disabled as described in:

http://bugzilla.mozilla.org/show_bug.cgi?id=176514#c5

Fix: [note that I'm still waiting confirmation from the Mozilla developpers
that my patch is sane, but it looks ok and works]

The port can carry the following patch:

And this should be put in the files section of the master port. This
patch is also available in bugzilla:

http://bugzilla.mozilla.org/attachment.cgi?id=116566&action=view
How-To-Repeat: 
1. Start mozilla-gtk2-1.3b
2. try to type a dead key (say a caret) followed by a "e"

You should see "ĂȘ", but instead "e" shows up.
Comment 1 Joe Marcus Clarke freebsd_committer freebsd_triage 2003-03-08 17:58:02 UTC
Responsible Changed
From-To: freebsd-ports-bugs->gnome

Over to maintainers.
Comment 2 Joe Marcus Clarke freebsd_committer freebsd_triage 2003-04-04 08:04:33 UTC
State Changed
From-To: open->closed

Committed, thanks!