[Bug 53763] Impossible to insert the ę character when editing in Module: namespace with the code editor

2013-12-31 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=53763

Derk-Jan Hartman hartman.w...@gmail.com changed:

   What|Removed |Added

 CC||hartman.w...@gmail.com

--- Comment #4 from Derk-Jan Hartman hartman.w...@gmail.com ---
These are all the default defined key combinations:
https://github.com/ajaxorg/ace/blob/40ea516801332fb8e96f8ba2e5046eece2fd95d3/lib/ace/commands/default_commands.js

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 53763] Impossible to insert the ę character when editing in Module: namespace with the code editor

2013-09-30 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=53763

Andre Klapper aklap...@wikimedia.org changed:

   What|Removed |Added

   Priority|Unprioritized   |Normal

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 53763] Impossible to insert the ę character when editing in Module: namespace with the code editor

2013-09-04 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=53763

Brad Jorsch bjor...@wikimedia.org changed:

   What|Removed |Added

 Status|NEW |UNCONFIRMED
 CC||br...@wikimedia.org
  Component|Scribunto   |CodeEditor
 Ever confirmed|1   |0

--- Comment #1 from Brad Jorsch bjor...@wikimedia.org ---
You want CodeEditor.

I note that I can type ę and Ę fine in CodeEditor from here, where the key
combinations are Compose ; e and Compose ; E.

I also remapped Ctrl+Alt+E to ę temporarily, and I was able to enter that
character using that key combination in CodeEditor on a module page on plwiki
with no issues (using Firefox 24 on Linux).

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 53763] Impossible to insert the ę character when editing in Module: namespace with the code editor

2013-09-04 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=53763

Bartosz Dziewoński matma@gmail.com changed:

   What|Removed |Added

 CC||matma@gmail.com

--- Comment #2 from Bartosz Dziewoński matma@gmail.com ---
@Brad, depending on how exactly you remapped it, the Ctrl+Alt+E might be mapped
to ę in some lower-level layer, not letting the browser even see it. (I used
this a few times to wrestle with some stupid applications which take Ctrl+Alt
shortcuts for themselves to take it away from them.)

Some grepping shows ACE Editor uses Ctrl-Alt-E / Command-Option-E for the
togglerecording command. This is most likely the culprit.

This seems to be the only Ctrl-Alt shortcut involving regular letters (there
are also a few with arrow keys and backspace).

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 53763] Impossible to insert the ę character when editing in Module: namespace with the code editor

2013-09-04 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=53763

--- Comment #3 from Brad Jorsch bjor...@wikimedia.org ---
In that case, it looks like you could follow the example in
modules/jquery.codeEditor.js near line 151 to disable this command too.

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l