After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 326981 - Using accents while using gmail, make the focus out.
Using accents while using gmail, make the focus out.
Status: RESOLVED FIXED
Product: epiphany
Classification: Core
Component: General
1.9.x
Other All
: Normal normal
: 2.16.x
Assigned To: Epiphany Maintainers
Marco Pesenti Gritti
Depends on:
Blocks:
 
 
Reported: 2006-01-14 18:45 UTC by Alberto Ruiz
Modified: 2006-09-09 06:29 UTC
See Also:
GNOME target: ---
GNOME version: 2.13/2.14



Description Alberto Ruiz 2006-01-14 18:45:47 UTC
Please describe the problem:
Using accents (á é í ó ó) on the gmail composer text entry, make the focus out
of the entry, this doesn't happens on mozilla or firefox, so seems an epiphany
issue.


Steps to reproduce:
1. Compose a mail on gmail
2. Try write acute accented vocals


Actual results:
The focus on the text entry is disabled.

Expected results:
The focus should keep on the entry

Does this happen every time?
Yes

Other information:
Comment 1 Alberto Ruiz 2006-01-14 18:47:51 UTC
I have found what happens, epiphany tries to find an url, just like pressing the apostrophe.
Comment 2 Reinout van Schouwen 2006-01-15 16:00:05 UTC
I can't reproduce this ('latin' keyboard layout, Xorg 6.9).
Comment 3 Alberto Ruiz 2006-01-15 20:13:35 UTC
This is my system information:

[arc@centauri:~]$ X -version
X Window System Version 7.0.0
[arc@centauri:~]$ epiphany --version
Gnome epiphany 1.9.3.1
[arc@centauri:~]$ gconftool-2 -g /desktop/gnome/peripherals/keyboard/kbd/layouts
[es]
[arc@centauri:~]$ gconftool-2 -g /desktop/gnome/peripherals/keyboard/kbd/model
pc105
[arc@centauri:~]$ echo $LANG $LC_ALL 
es_ES.utf8 es_ES.utf8
[arc@centauri:~]$ gconftool-2 -g /apps/epiphany/web/default_encoding
ISO-8859-15
Comment 4 Christian Persch 2006-02-15 22:12:30 UTC
Can you start the "xev" program (don't move your mouse now!), and then type ' (apostrophe), and then perhaps some accented letters too, then Alt-F4 to close the program. Then attach the output of the xev program (just the key events, not the mouse events) here.
Comment 5 Mário Nogueira 2006-05-26 19:18:57 UTC
Just to let you know i've noticed this same beahviour. Using:

X 6.8.2
epiphany 1.8.4.1
$LANG=en_US.UTF-8

Curiously (or not?) i only detected this in gmail's text boxes...
Comment 6 Christian Persch 2006-05-26 20:37:56 UTC
Can you try the steps in comment 4 to provide the necessary information?
Comment 7 Mário Nogueira 2006-05-26 21:53:06 UTC
Here it goes ("dead accute"):

KeyPress event, serial 26, synthetic NO, window 0x2400001,
    root 0x3f, subw 0x0, time 11865738, (478,659), root:(488,756),
    state 0x0, keycode 35 (keysym 0xfe51, dead_acute), same_screen YES,
    XLookupString gives 2 bytes: (c2 b4) "´"
    XmbLookupString gives 0 bytes:
    XFilterEvent returns: True

KeyRelease event, serial 29, synthetic NO, window 0x2400001,
    root 0x3f, subw 0x0, time 11865826, (478,659), root:(488,756),
    state 0x0, keycode 35 (keysym 0xfe51, dead_acute), same_screen YES,
    XLookupString gives 2 bytes: (c2 b4) "´"

An accented letter (á):

KeyPress event, serial 26, synthetic NO, window 0x2400001,
    root 0x3f, subw 0x0, time 11938134, (438,563), root:(448,660),
    state 0x0, keycode 35 (keysym 0xfe51, dead_acute), same_screen YES,
    XLookupString gives 2 bytes: (c2 b4) "´"
    XmbLookupString gives 0 bytes:
    XFilterEvent returns: True

KeyRelease event, serial 29, synthetic NO, window 0x2400001,
    root 0x3f, subw 0x0, time 11938222, (438,563), root:(448,660),
    state 0x0, keycode 35 (keysym 0xfe51, dead_acute), same_screen YES,
    XLookupString gives 2 bytes: (c2 b4) "´"

KeyPress event, serial 29, synthetic NO, window 0x2400001,
    root 0x3f, subw 0x0, time 11938422, (438,563), root:(448,660),
    state 0x0, keycode 38 (keysym 0x61, a), same_screen YES,
    XLookupString gives 1 bytes: (61) "a"
    XmbLookupString gives 1 bytes: (61) "a"
    XFilterEvent returns: True

KeyPress event, serial 29, synthetic NO, window 0x2400001,
    root 0x3f, subw 0x0, time 11938422, (438,563), root:(448,660),
    state 0x0, keycode 0 (keysym 0x10000e1, U00E1), same_screen YES,
    XLookupString gives 0 bytes:
    XmbLookupString gives 2 bytes: (c3 a1) "á"
    XFilterEvent returns: False

KeyRelease event, serial 29, synthetic NO, window 0x2400001,
    root 0x3f, subw 0x0, time 11938502, (438,563), root:(448,660),
    state 0x0, keycode 38 (keysym 0x61, a), same_screen YES,
    XLookupString gives 1 bytes: (61) "a"

Hope it helps!
Comment 8 Mário Nogueira 2006-05-28 17:40:15 UTC
More info: in blogger's text box (while posting an article) it also happens.
Comment 9 Christian Persch 2006-05-28 18:13:37 UTC
So it seems the code that "á" emits "dead-acute" + "a" key events, and the dead-acute event has GDK_apostrophe as keycode... I have no idea how to fix that :(
Comment 10 Mário Nogueira 2006-05-28 18:51:56 UTC
Isn't there anyway to change the key assigned to "find url", so that we can choose any other key? This must be affecting a lot of people, at least in Europe and latin countries...
Comment 11 Christian Persch 2006-06-09 14:56:48 UTC
Can someone with a gmail account find out what type of html element gmail's text boxes and blogger's text boxes are? <textarea> or <input> or ... ?
Comment 12 Mário Nogueira 2006-06-09 22:41:54 UTC
Well, it's not obvious at all (at least for me) that info; both the pages are a lot of javascript and ajax, i couldn't identify exactly what you asked. If you want, i can email you a copy of the source...
Comment 13 Reinout van Schouwen 2006-06-10 14:33:08 UTC
Gmail does have a "simple HTML" mode, does the problem occur there too?
Comment 14 Mário Nogueira 2006-06-10 19:42:15 UTC
Just tried; in "simple HTML" the accented words work fine; no problem whatsoever. When returning to the "normal" mode, the problem returns.
Comment 15 Mário Nogueira 2006-07-03 21:06:52 UTC
Good news: after several updates to my gentoo installation, the problem seems to be solved! Versions installed:

X Window System Version 7.0.0
Gnome epiphany 2.14.2.1

Since Alberto Ruiz (who opened the bug) had already X 7.0, guess the upgrade to epiphany 2.14.2.1 solved this bug.

Someone should confirm this, but as far is i see, problem solved!

Thanks

Mário Nogueira
Comment 16 Alberto Ruiz 2006-07-03 22:03:47 UTC
Yup, now everything is okay here, good work guys!
Comment 17 Diego Escalante Urrelo (not reading bugmail) 2006-08-14 09:36:59 UTC
I don't have this problem, I'm a gmail user and I'm peruvian so I write a lot of accents.
Even using a Compose key this still works.
Can this be closed?

(BTW, I have used Epiphany + gmail at least with: en_US, es_PE, en_GB (in UTF-8 and even on ISO8859-1)