Closed
Bug 1298684
Opened 8 years ago
Closed 8 years ago
Pasting after a backtick pastes twice on French input
Categories
(Core :: Widget: Cocoa, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 1280053
People
(Reporter: jnizet, Unassigned)
References
Details
(Keywords: inputmethod, regression)
User Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.11; rv:48.0) Gecko/20100101 Firefox/48.0
Build ID: 20160817112116
Steps to reproduce:
- copy some text (example: "hello")
- go to any page containing a text input or text area
- enter a backtick (`) in the input or textarea, and don't press the space bar after this backtick
- paste (using Cmd-V)
Actual results:
The text input or area now contains `hellohello: the text has been pasted twice.
Expected results:
The text input or area should contain `hello: the text should be pasted just once.
Comment 1•8 years ago
|
||
I cannot reproduce the issue in the search field on this page.
Can you provide the URL of the page the issue happens?
Also, does the issue happen on safe mode and clean profile?
Flags: needinfo?(jnizet)
It does happen on this page.
It does happen in safe mode.
It does happen on a clean profile.
It does happen when opening a file just containing
<html><head></head><body><textarea></textarea></body></html>
Additional, maybe helpful information: I'm using OSX 10.11.5 (15F34), French locale, with a French keyboard. After I have pasted the test, hitting Cmd-Z "unpastes" the second "hello", hitting Cmd-Z a second time "unpastes" the first "hello". So there are two successive paste actions being made.
It doesn't happen on system text boxes and in Chrome where, after a back-tick has been typed, Cmd-V doesn't do anything other than "accepting" the backtick, and a second Cmd-V actually pastes the copied text a single time. It doesn't happen in Chrome either, where the same behavior is observed.
Comment 3•8 years ago
|
||
Thanks.
confirmed the issue on "Français" input.
Status: UNCONFIRMED → NEW
Component: Untriaged → Widget: Cocoa
Ever confirmed: true
Flags: needinfo?(jnizet)
Keywords: inputmethod
Product: Firefox → Core
Summary: Pasting after a backtick pastes twice → Pasting after a backtick pastes twice on French input
Comment 4•8 years ago
|
||
Here's regression range:
https://hg.mozilla.org/integration/mozilla-inbound/pushloghtml?fromchange=29022393615224517283b16adae938128f75e27b&tochange=eb7c36e2ef5d48262bc8566da9ea37623e7d0883
seems to be from bug 1137563 or bug 1137572.
Comment 7•8 years ago
|
||
Thanks, Masayuki!
JB Nizet, could you confirm that this issue no longer occurs in the latest nightly? You can download it here:
https://nightly.mozilla.org/
Thanks!
Flags: needinfo?(jnizet)
Comment 8•8 years ago
|
||
oops, I should've checked on nightly :P
Here's fix range for me:
https://hg.mozilla.org/integration/mozilla-inbound/pushloghtml?fromchange=da005aa1d83c4a32c2ff1d211d359581013352ed&tochange=08e186081db2275a88437b51e925b92f13f572dc
surely this is a dupe of bug 1280053.
Comment 9•8 years ago
|
||
Thanks for checking!
Reporter, please reopen and provide more info in case you still experience this issue on a recent nightly. Thank you!
Status: NEW → RESOLVED
Closed: 8 years ago
Flags: needinfo?(jnizet)
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•