Closed
Bug 1420560
Opened 8 years ago
Closed 8 years ago
Unable to open contextual menu when the selected text in textarea matches URL pattern (foo.bar)
Categories
(Core :: Layout: Form Controls, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 1423122
People
(Reporter: espace.live, Unassigned)
References
Details
Attachments
(1 file)
304.95 KB,
image/png
|
Details |
[07:05:52] <karty> Hi, I found a problem of selection on Google with Firefox 57: https://goo.gl/oGJhGc this problem did not occur on Firefox 56 and it does not happen on Chrome, is it a problem on my PC or for everyone?
[07:09:37] <sam113101> karty: I get the same thing
[07:10:37] <sam113101> that's weird
[07:11:09] <karty> sam113101 ah , firefox 57 has a lot of little problems like that, little details they are annoying
[07:17:25] <@Caspy7> karty: I can reproduce this issue. Please file a bug https://bugzilla.mozilla.org/enter_bug.cgi
[07:20:36] <karty> Caspy7 : it's a shame i have to register and lose 20 minutes of my time to write and everything :(
[07:20:57] <@Caspy7> karty: I believe you can just use github
[07:21:09] <@Caspy7> for the login
[07:21:39] <@Caspy7> yeah, you can do that
[07:22:09] <karty> ah ok yes i registered on github, I will post the same thing I posted here, everything is already translated into English
[07:22:41] <@Caspy7> karty: I just mean, you can click login, and then use your github login instead of registering with bugzilla
[07:23:05] <karty> ok i test
posted on irc.mozilla.org - 2017-11-25 - 07:22
Screenshot of problem : https://goo.gl/oGJhGc
Comment 1•8 years ago
|
||
User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:59.0) Gecko/20100101 Firefox/59.0
I had tested this issue on Windows 10 x64 with latest Firefox Release(57.0) and the latest Nightly (59.0a1-20171126220311) and haven't manage to reproduce the issue.
When having a selection on Google and using the right-click action on it the context menu is correctly displayed.
Can you please retest this using a new clean Firefox profile (https://goo.gl/x4EdXd)? Could you also test this using the latest Nightly build (https://nightly.mozilla.org/)?
Flags: needinfo?(espace.live)
Hi
I checked the problem is caused with Firefox 57 and all the "textarea" of all websites.
Create an index.html file on your desktop, for example:
________________________
<html>
<head>
</head>
<body>
Test with Textarea in html : <br /><br />
<textarea>
[selectme]
</textarea>
</body>
</html>
________________________
Then you must select the word "selectme" by highlighting it and right-click, the menu opens well. So here it's ok.
Then replace [selectme] with [selectme.com] or with [selectme.cococo] and highlight the word "selectme.cococo" and there the menu does not open. It worked well before Firefox 56.
I tested on an empty Windows 10 with new profile on Firefox 57 coming from this 32-bit page:
https://ftp.mozilla.org/pub/firefox/releases/57.0/win32/en/ (Firefox Setup 57.0.exe)
You should not highlight "[selectme.cococo]" but only "selectme.cococo" and there must be a "dot" in the word.
Flags: needinfo?(espace.live)
Comment 3•8 years ago
|
||
Confirmed, the problem appears only when the selected text is like a url, i.e. with a . between 2 words and no space.
And it's then impossible to open a contextual menu on this. If you add a space, it works.
- Enter 'Google com' on in the search bar on google.com
- Select all the words
- right click on the selected text -> the contextual menu opens
- Enter 'Google.com'(be careful of the . and no space) on in the search bar on google.com
- Select all the words
- right click on the selected text -> the contextual menu does not open
Status: UNCONFIRMED → NEW
Component: General → Layout: Form Controls
Ever confirmed: true
OS: Windows 7 → All
Product: Firefox → Core
Hardware: x86_64 → All
Comment 4•8 years ago
|
||
Did a mozregression on this bug
INFO: Last good revision: afaf910a6acade9fb6e86d1793faf1b91de9ce32
INFO: First bad revision: d5f4464e0054ea00ef369a26eddf7fc39d8f8318
INFO: Pushlog:
https://hg.mozilla.org/integration/autoland/pushloghtml?fromchange=afaf910a6acade9fb6e86d1793faf1b91de9ce32&tochange=d5f4464e0054ea00ef369a26eddf7fc39d8f8318
So this probably depends on bug 1394158
Updated•8 years ago
|
Summary: I found a problem of selection on Google with Firefox 57 and menu click-right → Unable to open contextual menu when the selected text in textarea matches URL pattern (foo.bar)
Updated•8 years ago
|
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•