Bug 1643127 Comment 3 Edit History

Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.

Tried on Ubuntu:
- French and English work
- Russian doesn't work with Russian layout.

I think the problem is that `м` is assigned to two items in that window.

```
bookmark-overlay-name =
    .value = Имя:
    .accesskey = м
```

You should try changing this one.
Tried on Ubuntu:
- French and English work.
- Russian doesn't work with Russian layout (button gets focus, but doesn't click).

I think the problem is that `м` is assigned to two items in that window.

```
bookmark-overlay-name =
    .value = Имя:
    .accesskey = м
```

You should try changing this one.

Back to Bug 1643127 Comment 3